/*add style other*/
.text1line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text3line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text4line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text5line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text6line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text7line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text8line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text9line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.text-price {
    color: #F11C24;
}

.form-content > .tab-pane {
    display: none;
}

.form-content > .active {
    display: block;
}

.product-box .more-sale {
    position: absolute;
    color: #CE1D24;
    width: 100%;
    line-height: 1.5;
    font-style: italic;
    bottom: 0;
    left: 0;
    z-index: 99;
    font-size: 11px;
}
/*Vertically Center POPUP*/
body {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-right: 0 !important;
}

.modal {
    /*text-align: center;*/
    padding: 0 !important;
}

    .modal.in {
        display: flex !important;
        align-items: center !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    flex-grow: 1;
    /*margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle;*/
}

.post_other {
    overflow: hidden;
    margin-bottom: 30px;
}

    .post_other .title_other {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #191919;
        line-height: 24px;
        padding: 0px 0px 15px;
    }

        .post_other .title_other a {
            color: #191919;
            text-decoration: none;
        }

        .post_other .title_other:hover a {
            color: #f4574c;
        }

    .post_other .post_item {
        position: relative;
        padding: 0px 0px 0px 15px;
    }

        .post_other .post_item:hover:before {
            color: #f4574c;
        }

        .post_other .post_item:before {
            font-family: 'FontAwesome';
            content: "\f0da";
            font-size: 15px;
            color: #333;
            line-height: 21px;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .post_other .post_item:first-child {
            margin-top: 0px;
        }

            .post_other .post_item:first-child .blog-item-name {
                margin-top: 0px;
            }

    .post_other .blog-item-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        position: relative;
        font-size: 15px;
        line-height: 21px;
        margin: 10px 0px 0px;
    }
/*usermanager quan ly tai khoan*/
#accout-setting .tab-content {
    opacity: 1;
    height: auto !important;
    visibility: visible;
}

.block-1 {
    border: 1px solid #ddd;
    margin: 0 0 15px;
}

    .block-1 .heading {
        font-weight: 700;
        /* font-size: 12px; */
        padding: 10px 15px;
        background: #f4f4f4 !important;
        color: #000 !important;
        text-transform: uppercase;
    }

    .block-1 .main-inner {
        border-top: none;
        background: #fff;
        overflow: hidden;
        padding: 10px 0;
    }

#vtab3 .table-responsive .img-responsive {
    margin: auto;
    max-height: 100px;
}

#vtab3 .btn-link {
    line-height: 1.5;
}
/*Menu tabs vertical*/
.menu-usermanager.well {
    padding: 15px;
    border: 0px;
    border-radius: 0;
}

.menu-usermanager.nav > li > a {
    margin: 0;
    border: 0;
    padding: 10px;
    color: #CE1D24;
}

.menu-usermanager.nav > li.active > a, .menu-usermanager.nav > li.active > a:hover, .menu-usermanager.nav > li.active > a:focus {
    color: #fff;
    border: 0;
}

.menu-usermanager.nav-pills > li.active > a, .menu-usermanager.nav-pills > li.active > a:hover, .menu-usermanager.nav-pills > li.active > a:focus {
    background-color: #CE1D24;
}

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .nav-tabs-dropdown:before {
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        position: absolute;
        right: 30px;
    }

@media screen and (min-width: 769px) {
    .promo-bar .recommend-txt {
        font-size: 28px;
    }

    #nav-tabs-wrapper {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }

    #nav-tabs-wrapper {
        /*display: none;*/
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }

        .nav-tabs-horizontal > li {
            float: none;
        }

            .nav-tabs-horizontal > li + li {
                margin-left: 2px;
            }

            .nav-tabs-horizontal > li,
            .nav-tabs-horizontal > li > a {
                background: transparent;
                width: 100%;
            }

                .nav-tabs-horizontal > li > a {
                    border-radius: 4px;
                }

                .nav-tabs-horizontal > li.active > a,
                .nav-tabs-horizontal > li.active > a:hover,
                .nav-tabs-horizontal > li.active > a:focus {
                    color: #ffffff;
                    background-color: #428bca;
                }
}

/*Checkorder kiem tra don hang*/
.checkorder .form-inline label {
    display: inline-block;
}

@media screen and (min-width: 768px) {

    .checkorder .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .checkorder .form-inline .form-group {
        padding-bottom: 0;
    }
}

.order-h3 {
    font-size: 18px;
}

    .order-h3 span {
        color: #CE1D24;
    }

    .order-h3 .tt-1 {
        color: #70A8C6;
    }

    .order-h3 .tt-2 {
        color: #e9d600;
    }

    .order-h3 .tt-3 {
        color: #CE1D24;
    }

    .order-h3 .tt-4 {
        color: #f4574c;
    }
/*gio hang shopcart*/
#shop-cart .table-responsive img {
    max-height: 150px;
    margin: auto;
}

.table-cart table tr td:nth-child(3), .table-cart table tr th:nth-child(3) {
    max-width: 300px;
}

.table-cart .details-product {
    font-size: 11px;
    margin-bottom: 10px;
}

.table-cart table tr td:nth-child(5) {
    max-width: 100px;
}

.info-userin .form-horizontal input[type="text"] {
    display: block;
    width: 100%;
}

.total-cart {
    font-size: 20px;
    margin-bottom: 15px;
}

    .total-cart b {
        color: #CE1D24;
    }

#shop-cart .btn {
    margin-left: 15px;
}

#shop-cart .table-responsive .table tr th:nth-child(4) {
    width: 100px;
}

.shop-cart a {
    display: inline-block;
    padding: 4px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #CE1D24;
    color: #fff;
    border: 1px solid #CE1D24;
}

    .shop-cart a:hover {
        background-color: #fff;
        color: #CE1D24;
        border: 1px solid #CE1D24;
    }
/*trang thanh toan payment*/
/*thanh toan*/
._title._top {
    color: #666666;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0px 5px 10px 5px;
    line-height: 26px;
    margin-top:15px;
}

    ._title._top .number {
        background-color: #388ADE;
        width: 26px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
    }

._add {
    margin: 5px auto;
}

.pay_main {
    border: 1px solid #e5e5e5;
}

.info_bonus {
    color: #388ADA;
    background-color: #FAFAFA;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.title._order {
    color: #35a192;
    padding: 5px;
    font-weight: 700;
}

.main_order ._block {
    margin: 0px auto 10px;
}

._table {
    border-bottom: 3px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
    max-height: 268px;
    overflow: auto;
}

._row_table {
    margin: 10px 0; /* min-height:75px; */
    border-bottom: 1px dashed #e5e5e5;
}

.sp_info._img img {
    margin: 5px auto;
    text-align: center;
}

.sp_info._name {
    font-weight: 700;
}

.sp_info._count {
    font-size: 11px;
}

._table .sp_info._sum {
    text-align: left;
    color: #CE1D24;
}

._block._pri {
    background-color: #efece4;
    padding: 10px 5px;
}

._row_pri._pri:first-child { /* color:#ffbd36; */ /* font-size: 15pt; */
}

._row_pri._pri:last-child {
    color: #ff5335;
    font-size: 18px;
}

._row_pri._text {
    font-weight: 700;
}

._row_pri {
    line-height: 30px;
}

.btn-shop-pay .button-a {
    padding-left: 50px;
    width: 260px;
}
/*star ___________ vatgia*/


.choise_pay {
    padding-left: 10px;
}

    .choise_pay .radio input[type=radio] {
        margin-top: 6px;
    }

/*================Menu Mobile===============================*/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 100px; */ /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a.closebtn {
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a.closebtn:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        background-color: #F11C24;
        text-decoration: none;
        display: block;
        line-height: 50px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #fff;
        right: 0;
        padding: 0px 15px;
        font-size: 36px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main-content {
    -webkit-transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
    position: relative;
    /*padding: 20px;*/
}

.mainpage-main .ovelay-mb {
    width: 0;
    height: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mainpage-main.active .ovelay-mb {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.info-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background-color: #F11C24;
    color: #fff;
}

.img-avtar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.2rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

.info-detail {
}

    .info-detail .name a {
        color: #fff;
    }

        .info-detail .name a:hover {
            text-decoration: underline;
        }

.nav-side-menu {
    color: #222;
    font-size: 14px;
}

    .nav-side-menu .brand {
        /*background-color: #23282e;*/
        line-height: 50px;
        display: block;
        text-align: center;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 40px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            /* border-left: 3px solid #F11C24; */
            background-color: #e8e8e8;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #e1ffff;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #e1ffff;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #fff;
            border: none;
            line-height: 35px;
            border-bottom: 1px solid #eee;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #e8e8e8;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        /* border-left: 3px solid #2e353d; */
        /* border-bottom: 1px solid #ddd; */
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #222;
        }

            .nav-side-menu li a i {
                /*padding-left: 10px;*/
                width: 40px;
                text-align: center;
                font-size: 16px;
                /*padding-right: 20px;*/
            }

        .nav-side-menu li:hover {
            /* border-left: 3px solid #CE1D24; */
            background-color: #e8e8e8;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

    .nav-side-menu .sub-menu {
        padding-left: 10px;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 580px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*Shop Manager*/
.img-shop {
    width: 150px;
    float: left;
}

    .img-shop img {
        width: 150px;
        height: 150px;
        padding: 3px;
        border: 1px solid #e5e5e5;
    }

.info-more {
    margin-left: 165px;
}

    .info-more h3 {
        margin-top: 0;
    }

    .info-more label {
        display: inline-block;
        /* padding-left: 30px; */
    }

        .info-more label:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f105";
            text-align: center;
            width: 20px;
            display: inline-block;
        }
/*popup first*/
#popup-first {
}

    #popup-first .modal-body {
        background-color: #fff;
        padding: 0;
    }

    #popup-first button.close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background-color: #F11C24;
        text-align: center;
        float: none;
        line-height: 30px;
        opacity: 1;
        color: #ccc;
    }

.kv-1 {
    display: flex;
}

    .kv-1 .form-group {
        width: 100%;
    }



.tb-first {
    margin: 0;
}

    .tb-first tr td {
        border: 0px;
        padding: 0;
        vertical-align: -webkit-baseline-middle;
    }


.input-first {
    padding: 10px 15px;
}

.img-first {
    display: none;
}

.menu2 ul {
    padding-top: 15px;
}

.menu2 .ico-menu {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.29);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.29);
}

.menu2 li.inline-block:nth-child(1) .ico-menu {
    background-color: #F11C24;
}

.menu2 li.inline-block:nth-child(2) .ico-menu {
    background-color: #70A8C6;
}

.menu2 li.inline-block:nth-child(3) .ico-menu {
    background-color: #00de27;
}

.menu2 li.inline-block:nth-child(4) .ico-menu {
    background-color: #eee311;
}

.menu2 li.inline-block a span {
    display: block;
}
/*menu3*/
.menu3 {
    display: flex;
}

    .menu3 > div {
        width: 1000px;
    }



        .menu3 > div .form-group {
            padding-left: 15px;
        }

    .menu3 > .menu31 .form-group {
        padding-left: 0;
    }

    .menu3 > .menu34 {
        flex-basis: 250px;
    }

        .menu3 > .menu34 label {
            line-height: 34px;
        }
/*menu danh muc*/
#popup-dmuc .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
}

#popup-dmuc .modal-content {
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
}

#popup-dmuc .modal-body {
    padding-top: 30px;
}

#popup-dmuc button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #F11C24;
    text-align: center;
    float: none;
    font-size: 30px;
    line-height: 40px;
    opacity: 1;
    color: #eee;
}

.dmuc-main {
    width: 100%;
    float: left;
}

.block-dmuc {
    background-color: #fff;
    padding: 2px;
    border: 1px solid #eee;
    display: block;
    float: left;
    width: 46%;
    margin: 15px 2%;
}

.img-dmuc {
    max-height: 240px;
}

.title-dmuc {
    text-align: center;
}
/*awe-section-5*/
.awe-section-5 .sale-menu ul {
    height: 622.25px;
}

.awe-section-5 .sale-content {
    overflow-y: hidden;
}
/*awe-section-52*/
.awe-section-52 {
    margin-bottom: 50px;
}

.awe-section-52 {
}

    .awe-section-52 .sale-menu {
        width: auto;
        float: none;
    }

    .awe-section-52 .sale-content {
        width: 100%;
        margin-top: 0;
        overflow-y: hidden;
    }

        .awe-section-52 .sale-content .product-box:nth-child(5n+1) {
            border-left: 1px solid #ebebeb;
        }
/*awe-section-62*/
.awe-section-62 {
    margin-bottom: 55px;
}

    .awe-section-62 .section-sale .sale-product {
        width: 100%;
        float: none;
    }

.awe-section-62 {
}

.awe-section-62 {
}
/*menufix*/
@media screen and (max-width: 991px) {
    .fix-menu .topbar {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        position: fixed;
        width: 100%;
        z-index: 1001;
    }

        .fix-menu .topbar .container {
            padding-left: 55px;
            position: relative;
        }
}
/*==============register-shop==============*/
.register-shop-main .form-horizontal input[type="text"] {
    display: block;
    width: 100%;
}

.register-shop-main {
}

.register-shop-main {
}
/*responsive*/
@media screen and (max-width: 580px) {
    /*menu3*/
    .menu3 {
        display: block;
        float: left;
        width: 100%;
    }

        .menu3 > div {
            float: left;
            width: auto;
        }

        .menu3 > .menu31 {
            width: 100%;
        }

        .menu3 > .menu32 {
            width: 50%;
        }

        .menu3 > .menu33 {
            width: 50%;
        }

        .menu3 > .menu34 {
            width: 100%;
            text-align: center;
        }

        .menu3 > div .form-group {
            padding-left: 0px;
        }

        .menu3 > .menu33 .form-group {
            padding-left: 5px;
        }



        .menu3 > .menu34 label {
            line-height: 34px;
        }

    .kv-1 {
        display: block;
    }

        .kv-1 .form-group:first-child {
            padding-right: 0px;
        }
}

@media screen and (max-width: 767px) {
    .table-cart table tr td:nth-child(3), .table-cart table tr th:nth-child(3) {
        display: none;
    }

    .menu3 > .menu33 .form-group {
        /*padding-left: 0;*/
    }
}

@media screen and (min-width: 768px) {
    /*.menu2 li.inline-block a span{
        display: inherit;
    }*/ #accout-setting .tab-content {
        min-height: 400px;
    }

    .kv-1 .form-group:first-child {
        padding-right: 15px;
    }

    .menu2 li.inline-block:nth-child(1) {
        display: none !important;
    }

    .menu2 .ico-menu {
        display: none;
        width: 0;
        height: 0;
    }

    .menu2 ul {
        padding-top: 0px;
    }

    .img-first {
        display: block;
    }

    .tb-first tr td:first-child {
        width: 50%;
    }

    .tb-first tr td:last-child {
        width: 50%;
    }

    .modal-dialog.wd-450 {
        max-width: 450px;
    }

    #popup-first .modal-dialog {
        max-width: 700px;
    }

    .menu3 > .menu31 label {
        line-height: 1.3;
    }

    .awe-section-52 .sale-content {
        height: 934px;
    }
}

@media screen and (min-width: 992px) {
    .awe-section-5 .sale-content {
        height: 623px;
    }

    .awe-section-52 .sale-content {
        height: 623px;
    }

    .menu3 > .menu31 label {
        line-height: 34px;
    }
}

@media screen and (min-width: 1200px) {
    .awe-section-5 .sale-content {
        height: auto;
    }

    .awe-section-52 .sale-content {
        height: auto;
    }

        .awe-section-52 .sale-content .product-box.col-lg-2 {
            width: 20%;
        }
}
