body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
a, a:hover {
    text-decoration: none !important;
}
.breadcrum-cat {
    padding: 0 7px;
}
.breadcrum-cat ol li {
    display: inline-block;
    margin: 0;
    position: relative;
    line-height: 30px;
}
.breadcrum-cat ol li a {
    display: inline-block;
}
.breadcrum-cat ol li .fa-angle-right {
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
}
.breadcrum-cat ol li:last-child .fa-angle-right {
    visibility: hidden;
}
.box-navi-top {
    display: none;
}
.wrap-member-left{
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.wrap-member-right{
    background-color: #fff;
    width: 100%;
}
.box-profiles{
    position: relative;
}
.box-profiles .arrow-icon{
    background: url(../images/arrow-down.png)no-repeat center;
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 12px;
    right: 6px;
    top: 16px;
}
.box-profiles.expanded .arrow-icon{
    transform: rotate(180deg);
}
.box-profiles-menu{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.expanded .box-profiles-menu {
    max-height: 500px;
}
.profiles-img{
    width: 45px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}
.profiles-img img{
    width: 100%;
    border-radius: 50%;
    max-height: 100%;
}
.profiles-txt{
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; margin-top: 5px;
}
.profiles-txt h6{
    font-size: 16px;
}
ul li.profiles-item{
    line-height: 36px;
}
li.profiles-item .fa{color: #999; margin-right: 10px; font-size: 16px;width: 15px;text-align: center;}
li.profiles-item a{padding-left: 10px; display: block;}
li.profiles-item:hover a,
li.profiles-item.x-hover a{
    background-color: #f4f4f4;
}
.profiles-item.active{
    background-color: #f4f4f4;
}
.bar-title-member{
    padding: 10px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}
.bar-title-member h2{display: inline-block;}
.edit-row-left{
    display: inline-block;
    vertical-align: middle;
    width: 81px;
    font-weight: 500;
    text-align: right;
    margin-right: 10px;
}
.edit-row-right{
    width: calc(100% - 100px);
    display: inline-block;vertical-align: middle;
    position: relative;
    text-align: left;
}
.form-account-edit{padding: 10px;position: relative;}
.txt-account-input{
    width: 100%;
    margin: auto;
    height: 28px;
    text-indent: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.account-edit-row{
    margin: 10px 0 15px;
}
.edit-row-right input[type="radio"]{
    display: inline-block;
    position: relative;
    margin-right: 5px;
    vertical-align: -2px;
    left: 0;
}
.edit-row-right>input[type="radio"]+label{
    margin-right: 9px;
    width: inherit;
}
.edit-row-right.password input[type="checkbox"]{
    display: inline-block;
    position: absolute;
    margin-right: 5px;
    vertical-align: -2px;
    left: 0;
    top: 3px;
    display: none;
}
.edit-row-right.password label{
    color: #080;
}
.form-slec{
    border: 1px solid #ddd;
    height: 28px;
    width: 62px;
    border-radius: 3px;
}
.member-check{
        display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.member-check input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.item-check{
    position: absolute;
    top: 1px;
    left: 0px;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1px solid #2196F3;
    border-radius: 3px;
}
.item-check:after {
    content: "";
    position: absolute;
    display: block;
}
.member-check .item-check:after{
    left: 3px;
    top: -1px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.member-check input:checked ~ .item-check{
    background-color: #2196F3;
}
.label-title{
    margin-left: 20px;
}
.edit-row-right.password .input[type="radio"]{
    display: inline-block;
    position: absolute;
    left: 10px;
    margin-top: 7px;
}
.edit-row-right.password>input[type="radio"]+label{
    display: inline-block;
    color: #333;
    cursor: pointer;
    width: 200px;
    margin-left: 20px;
}
.edit-row-right.password section{
    display: none;
}
#pass:checked ~ #pass-change{
    display: block;
}
form-change-pass .edit-row-right{
        width: 100%;
    }
.submit-account{
    width: 150px;
    background-color: #ff9900;
    height: 32px;
    border-radius: 3px;
    margin: 40px auto 10px;
}
.submit-account a{
    text-align: center;
    color: #fff;
    text-transform: uppercase;line-height: 32px;
    font-weight: bold;
    display: block;
}
    .submit-account a:hover {
        cursor: pointer;
        color:#fff!important;
    }
.edit-row-right.password .txt-account-input{
    width: 185px;
    margin: 5px 0;
}
.avatar-box{
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
}
.edit-avatar{
    width: 150px;
    margin: auto;
}
.avatar-box img{
    width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
.upload-img{
    width: 100px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    border-radius: 3px;
    margin: 10px auto;
}
.box-add-address{
    border: 1px dashed #d8d8d8;
    border-radius: 4px;
    padding: 5px 10px 0 10px;
    text-align: center;
    margin-bottom: 10px;
    float: right;
    line-height: 28px;
}
.txt-icon-add{
    vertical-align: 4px;
    margin-left: 10px;
    color: #0071c4;
}
i.icon-add{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/add-add.png) no-repeat;
    background-size: 20px;
}
.form-input-add-new{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.form-input-add-new:target{
    visibility: visible;
    opacity: 1;
}
.title-creat-add{color: #fff !important;display: inline-block;margin-left: 5px;}
.bar-creat-add{
    background-color: #0071c4;
    line-height: 32px;
    text-align: left;
}
.close-creat-add{float: right;margin-right: 5px; color: #fff; display: inline-block;}
.close-creat-add:hover, .close-creat-add.x-hover{color: #fff;}
.close-creat-add .fa{margin-right: 5px;}
.bar-form-add-new{
    background-color: #fff;
    padding: 5px;
    text-align: left;
}
.input-add-user{
    width: 100%;
    text-indent: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.select-form-add{
    border: 1px solid #ddd;
    height: 28px;
    width: 180px;
    border-radius: 3px;
    width: 100%;
}
.box-add-address .item-check{
    top: 10px;
}
.wrap-member-right.address .submit-account{margin-top: 5px;}
.panel-add{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    line-height: 28px;
}
.panel-body{
    padding: 10px;
    position: relative;
}
.name-user-add{
    font-weight: 500;
    text-transform: uppercase;
}
.add-default{
    display: inline-block;
    font-size: 12px;
    color: #26bc4e;
    text-transform: none;
    position: relative;
    padding-left: 25px;
}
.add-default:before{
    width: 15px;
    height: 15px;
    background: url(../images/checked-ok.png)no-repeat;
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    left: 6px;
    top: -1px;
}
.action-user-item{margin-right: 10px; display: inline-block}
.action-user-item .fa{margin-right: 5px;}
.action-user-item.edit a.a-edit{color: #0071c4}
.action-user-item.delete a{color: #da251c}
.list-product-highlight {
    position: relative;
}
.product-highlight-wrap{
    width: 100%;
}
.product-highlight-item{
    width: calc(100% - 10px);
    padding: 15px 5px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.product-highlight-item-left {
    width: 100px;
    height: 100px;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
}
.product-highlight-item-left .prod-hl-gift.active {
    top: 95px;
    font-size: 10px;
    position: absolute;
}
.tragop-ox {
    width: 56px;
    height: 19px;
    background: #e1e1e1;
    color: #535353;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    top: 104px;
    right: 0;
    font-weight: bold;
}
.prod-hl-gift.active:before {
    content: "Tặng quà";
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: rgb(255, 255, 255);
    background-color: rgb(218, 37, 28);
    width: 63px;
    text-transform: uppercase;
    left: 23px;
    position: absolute;
    top: 4px;
    padding: 4px 0px 2px;
    border-radius: 3px;
    text-indent: 7px;
}
.icon-gift {
    background: #fff url(../images/gift.png)no-repeat center center;
    background-size: 16px;
    width: 20px;
    height: 20px;
    border: 2px solid #da251c;
    display: block;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
}
.prod-hl-discount {
    position: absolute;
    right: 0px;
    top: -8px;
    z-index: 1;
    overflow: hidden;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    line-height: 20px;
    background: #ff9900;
    text-align: center;
    color: #fff;
}
.prod-hl-thumb {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: auto;
}
.prod-hl-thumb a {
    height: 100px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.prod-hl-thumb img {
    max-height: 100%;
    max-width: 100%;
}
.product-highlight-item-right {
    width: calc(100% - 115px);
}
.product-highlight-item-right .prod-hl-name {
    min-height: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}
.prod-hl-brand a {
    color: #0071c4;
}
.product-rate {
    margin: 5px 0 0 0;
    position: relative;
}
.rating-box .fa-star {
    font-size: 13px;
    letter-spacing: -3px;
    color: #ccc;
}
.rating-box .rated {
    color: #ffb909;
}
.amount-rate {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 2px;
    left: 100px;
}
.product-price {
    margin: 5px 0;
    position: relative;
    width: 100%;
}
.product-price-meta {
    color: #da251c;
    font-weight: 500;
}
.product-price-old {
    text-decoration: line-through;
    color: #555;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 100px;
    top: 2px;
}
.product-short-desc {
    margin-top: 7px;
    display: none;
}
.prod-hl-buynow {
    width: calc(100% - 12px);
    border-radius: 3px;
    background-color: #fff;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
    padding: 2px 0;
    border: 1px solid #0857ea;
    position: absolute;
    bottom: 5px;
}
a.prod-hl-buy-txt {
    height: 24px;
    color: #0857ea;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.list-product-catasub-more {
    text-align: center;
    padding: 5px 0;
}
.list-product-catasub-more a {
    color: #0071c4;
}
.box-paging {
    text-align: center;
    padding: 10px 0;
    display: none;
}
a.pagination-item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 8px;
    margin: 0 5px;
    width: 14px;
    display: inline-block;
}
a.pagination-item.first, a.pagination-item.last {
    width: 90px;
}
a.pagination-item .fa {
    margin: 0 5px;
}
a.pagination-item.active {
    background-color: #da251c;
    color: #fff;
    border: 1px solid #da251c;
}


a.pagination-item:hover{
    color:#333 !important;
}

a.pagination-item.active:hover{
    color:#fff !important;
}


.write-review{
    width:150px;
    border-radius: 3px;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #fdd22f;
    background-color: #fdd22f;
    margin-top: 5px;
}
a.prod-review-txt{
    height: 24px;
    color: #333;
    line-height: 25px;
    text-align: center;
    display: block;
}
.wrap-member-right.review .product-highlight-item{
    padding: 20px 0px 25px 10px;
}
.my-review-item{
    padding: 5px;
    border-bottom: 1px solid #eee;
}
.col-item-left{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.col-item-left a{display: table-cell; text-align: center;width: 100px;vertical-align: middle;}
.col-item-left img{
    max-width: 100%;
    margin: auto;
}
.col-item-right{
    width: calc(100% - 115px);
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}
.content-review img {
    max-width: 100%;
}
.item-right-title a{
    color: #0857ea;
}
.time-review{
    color: #787878;
}
.title-reviewed{
    font-weight: bold;
}
.title-rated .fa-star.rated{
    color: #ffb909;
}
.title-rated .fa-star{
    color: #ccc;
}
.review-status.st-y {
    color: #26bc4e;
}
.review-status.st-n {
    color: #da251c;
}
.tab-box-order{
    position: relative;
}
.title-tab-order>input[type="radio"] {
    position: absolute;
    left: -100px;
    top: -100px;
}
.title-tab-order>input[type="radio"]+label {
    display: inline-block;
    flex: 1;
    color: #333;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    margin-right: 0px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
}
.title-tab-order>input[type="radio"]:checked+label {
    border-bottom: 2px solid #0071c4;
    font-weight: bold;
    color: #0071c4;
}
.tab-box-order section {
  display: none;
  padding: 10px 0 0;
}
.tab-content.active{
    display: block;
}
.title-tab-order {
    display: inline-block;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;
    display: flex;
    flex-direction: row;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.container-tab-order{
    padding: 5px;
}
.my-order-item{
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.my-order-title{
    background-color: #f8f8f8;
    line-height: 24px;
    padding: 5px;
}
.my-order-id a{
    color: #0071c4;
}
.my-order-body{
    background-color: #fff;
    padding: 5px;
}
.my-order-body .col-item-left, .my-order-body .col-item-right{
    vertical-align: middle;
    line-height: 20px;
}
.my-order-progress{
    text-align: center;
    margin: 10px 0;
}
.not-order{
    text-align: center;
    padding: 10px 0;
}
.img-not-order{
    width: 100px;
    margin: auto;
}
.img-not-order img{
    max-width: 100%;
}
.txt-not-order{
    font-size: 18px;
}

.item-progress{
    width: 70px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.icon-progress{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d0d0d0;
    text-align: center;
    margin: auto;
}
.icon-progress img{
    vertical-align: -15px;
}
.icon-progress:before{
    width: 30px;
    content: "";
    height: 2px;
    border-radius: 5px;
    background-color: #d0d0d0;
    position: absolute;
    top: 19px;
    left: 57px;
}
.item-progress.step4 .icon-progress:before{
    display: none;
}
.item-progress.active .icon-progress{
    background-color: #ffb909;
}
.item-progress.step1.active .icon-progress:before,
.item-progress.step2.active .icon-progress:before,
.item-progress.step3.active .icon-progress:before{
        background-color: #ffb909;
    }
.follow-order{
    text-align: center;
    margin-right: 5px;
}
.button-follow{
    width: 75px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin: 10px 5px;
    line-height: 32px;
    padding: 0 5px;
}
.my-order-product {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.button-follow a{
    display: block;
}
.button-follow.renew-order {
    border: 1px solid #0071c4;
}
.button-follow.renew-order a {
    color: #0071c4;
}
.my-order-bill a{
    color: #084880;
}
.bar-form-view-order{
    background-color: #0071c4;
    line-height: 32px;
    text-align: left;
}
.close-form-view-order .fa{
    margin-right: 5px;
}
a.close-form-view-order{
    float: right;
    margin-right: 5px;
    color: #fff;
    display: inline-block;
}
.title-bar-order{
    color: #fff !important;
    display: inline-block;
    margin-left: 5px;
}
.form-box-view-detail{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.form-box-view-detail:target{
    visibility: visible;
    opacity: 1;
}
.view-order-iframe{
    background-color: #fff;
}
.form-input-add-new:before,
.form-box-view-detail:before{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(50, 50, 50, 0.5);
        z-index: -999;
        content: "";
    }
.fileUpload.btn.btn-primary {
    background-color: #0857ea;
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin: 10px auto;
}
a.btn-item-remove{
    display: inline-block;
    background: #eee;
    color: #999;
    padding: 0px 10px !important;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: normal;
}
.product-highlight-item a.btn-item-remove{
    padding: 3px 10px !important;
}
.visited-item.product-viewed-item:last-child{
    border-bottom: none;
}
.visited-item.product-viewed-item .buy-now{
    bottom: 33px !important;
}
.visited-notfound img{
    max-width: 100%;
}

@media screen and (min-width: 1200px){
    .breadcrum-cat {
        padding: 0;
        margin-top: 5px;
    }
    .box-navi-top {
        display: block;
        background: none;
        height: 0;
    }
    .box-navi-inner {
        width: 650px;
        position: absolute;
        z-index: 9;
        height: 34px;
        top: 80px;
        margin-left: 585px;
    }
    .wrap-member-left{
        width: 245px;
        display: inline-block;
    }
    .wrap-member-right{
        width: calc(100% - 260px);
        display: inline-block;
        vertical-align: top;
        float:right;
    }
    .box-profiles-menu{
        max-height: none;
        display: block;
    }
    .edit-row-left{
        width: 120px; display: inline-block;
        }
    .edit-row-right{
        width: calc(100% - 350px);
        display: inline-block;
    }
    .form-change-pass .edit-row-right{
        width: 200px;
        display: block;
    }
    .edit-avatar{
        position: absolute;
        right: 215px;
        top: 185px;
    }
    .edit-row-right>input[type="radio"]+label{
        margin-right: 40px;
    }
    .form-input-add-new{
        width: 500px;
        left: 40%;
    }
    .action-user .form-input-add-new{left: 25%;}
    .wrap-member-right.address .edit-row-right{
        width: calc(100% - 180px);
    }
    .product-short-desc{
        display: block;
    }
    .product-highlight-item-right .prod-hl-buynow {
        width: 200px;
        display: block;
        position: absolute;
        right: 20px;
        top: 60px;
        bottom: unset;
    }
    .product-highlight-item-left {
        width: 180px;
        height: 180px;
    }
    .product-highlight-item-left .prod-hl-thumb, .product-highlight-item-left .prod-hl-thumb a {
        width: 180px;
        height: 180px;
    }
    .product-highlight-item-right {
        width: calc(100% - 215px);
    }
    .product-highlight-item:hover,
    .product-highlight-item.x-hover{
        box-shadow: 3px 0 10px 0 rgba(0,0,0,.12), 0 -1px 12px 0 rgba(0,0,0,.12);
    }
   .wrap-list-product-catagsub.list .product-highlight-wrap .product-highlight-item {
        width: 100% !important;
        margin: 0;
        border: none;
        height: unset;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        padding: 15px 0;
        margin-bottom: 3px;
    }
    .product-highlight-item:hover .prod-hl-buynow,
    .product-highlight-item.x-hover .prod-hl-buynow{
        background-color: #0857ea;
    }
    .product-highlight-item:hover .prod-hl-buynow a,
    .product-highlight-item.x-hover .prod-hl-buynow a{
        color: #fff !important;
    }
    .list-product-catasub-more{
        display: none;
    }
    .box-paging, .prod-hl-discount{
        display: block;
    }
    .product-highlight-item-left .prod-hl-gift.active{
        top:150px;
        left: 5px;
    }
    .wrap-member-right.review .product-highlight-item{
        padding: 20px 0 20px 10px;
    }
    .product-short-desc{
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 7px;
    }
    .title-tab-order>input[type="radio"]+label{
        padding: 17px 0px;
    }
    .item-progress{
        width: 110px !important;
    }
    .my-order-body{
        width: 49%;
        display: inline-block;
        vertical-align: middle;
    }
    .my-order-progress{
        width: 49%;
        display: inline-block;
        vertical-align: middle;
    }
    .icon-progress:before{
        width: 50px !important;
        top: 19px;
        left: 84px !important;
    }
    .follow-order{
        text-align: right;
    }
    .not-order{
        padding: 32px 0;
    }
    .form-box-view-detail{
        position: absolute;
        left: -14%;
    }
    .my-order-product{
        border: none;
    }
    .button-follow{
        width: 125px;
    }
    #visited_page .product-viewed-item{
        padding: 20px;
        font-size: 16px;
        width: calc(50% - 41px);
        display: inline-block;
        border-bottom: none;
        margin-bottom: 20px;
    }
    .visited-item.product-viewed-item .buy-now{
        left: 115px !important;
        bottom: 10px !important;
    }
    .col-item-left{width: 200px;}
    .col-item-left a{width: 200px;}
    .col-item-right{
        width: calc(100% - 225px);
        margin-left: 5px;
    }
    .tragop-ox{
        top:153px;
    }
}


@media screen and (min-width: 980px) and (max-width: 1125px){
    .breadcrum-cat {
        padding: 0;
        margin-top: 5px;
    }
    .box-navi-top {
        display: block;
        background: none;
        height: 0;
    }
    .box-navi-inner {
        width: 550px;
        position: absolute;
        z-index: 9;
        height: 34px;
        top: 55px;
        right: 57px;
    }
    .wrap-member-left{
        width: 245px;
        display: inline-block;
    }
    .wrap-member-right{
        width: calc(100% - 260px);
        display: inline-block;
        vertical-align: top;
        float:right;
    }
    .edit-row-left{
        width: 120px; display: inline-block;
        }
    .edit-row-right{
        width: calc(100% - 220px);
        display: inline-block;
    }
    .form-change-pass .edit-row-right{
        width: 200px;
        display: block;
    }
    .edit-avatar{
        position: absolute;
        right: 65px;
        top: 185px;
    }
    .form-input-add-new{
        width: 500px;
        left: 40%;
    }
    .box-profiles-menu {
        max-height: none;
        display: block;
    }
    .action-user .form-input-add-new{left: 17%;}
    .wrap-member-right.address .edit-row-right{
        width: calc(100% - 180px);
    }
    .form-input-add-new{
        border: 1px solid #0071c4;
    }
    .product-short-desc{
        display: block;
        margin: 5px 0;
    }
    .edit-row-right>input[type="radio"]+label{
        margin-right: 40px;
    }
    .product-highlight-item-right .prod-hl-buynow {
        width: 200px;
        display: block;
        position: absolute;
        right: 20px;
        top: 60px;
        bottom: unset;
    }
    .product-highlight-item-left {
        width: 180px;
        height: 180px;
    }
    .product-highlight-item-left .prod-hl-thumb, .product-highlight-item-left .prod-hl-thumb a {
        width: 180px;
        height: 180px;
    }
    .product-highlight-item-right {
        width: calc(100% - 215px);
    }
    .product-highlight-item:hover,
    .product-highlight-item.x-hover{
        box-shadow: 3px 0 10px 0 rgba(0,0,0,.12), 0 -1px 12px 0 rgba(0,0,0,.12);
    }
   .wrap-list-product-catagsub.list .product-highlight-wrap .product-highlight-item {
        width: 100% !important;
        margin: 0;
        border: none;
        height: unset;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        padding: 15px 0;
        margin-bottom: 3px;
    }
    .product-highlight-item:hover .prod-hl-buynow,
    .product-highlight-item.x-hover .prod-hl-buynow{
        background-color: #0857ea;
    }
    .product-highlight-item:hover .prod-hl-buynow a,
    .product-highlight-item.x-hover .prod-hl-buynow a{
        color: #fff;
    }
    .list-product-catasub-more{
        display: none;
    }
    .box-paging, .prod-hl-discount{
        display: block;
    }
    .wrap-member-right.review .product-highlight-item{
        padding: 20px 0px 20px 10px;
    }
    .item-progress{
        width: 110px;
    }
    .icon-progress:before{
        width: 50px;
        top: 19px;
        left: 84px;
    }
    .my-order-body{
        width: 33%;
        display: inline-block;
    }
    .my-order-progress{
        width: 65%;
        display: inline-block;
        vertical-align: middle;
    }
    .follow-order{
        text-align: right;
    }
    .not-order{
        padding: 40px 0;
    }
    .form-box-view-detail{
        position: absolute;
        left: -14%;
    }
    .my-order-product{
        border: none;
    }
    .button-follow{
        width: 125px;
    }
    #visited_page .product-viewed-item{
        padding: 20px;
        font-size: 16px;
        width: calc(50% - 41px);
        display: inline-block;
        border-bottom: none;
        margin-bottom: 20px;
    }
    .visited-item.product-viewed-item .buy-now{
        left: 115px !important;
        bottom: 10px !important;
    }
    .col-item-left{width: 150px;}
    .col-item-left a{width: 150px;}
    .col-item-right{
        width: calc(100% - 175px);
        margin-left: 5px;
    }
    .tragop-ox{
        top:150px;
    }
}