.flex_box_row {
    flex-direction: row;
}

.flex_box_row, .flex_box_column {
    display: flex;
}

header.nav-down {
    height: 95px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    background: #ffffff;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #f5f5f5;
    z-index: 999999;
}
header .topBar {
    color: #ffffff;
    /*background-image: linear-gradient(to right, #ed4596 , #f59a8e);*/
    background-image: linear-gradient(to right,#ca157e ,#8c1158);
    cursor: pointer;
}
header .topBar p {
    color: #fff;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}
header .topBar i {
    font-size: 13pt;
}
header .mainMenu {
    margin: 10px 0;
}
header .mainMenu .flex_box_row {
    align-items: center;
}
header .mainMenu .flex_box_row .item {
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    width: 55px;
}
header .mainMenu .flex_box_row .item svg {
    width: 18px;
    height: 18px;
    display: block;
    color: #000;
    margin: 5px auto 0 auto;
}
header .mainMenu .flex_box_row .item .title {
    font-size: 8pt;
    line-height: 20px;
    white-space: nowrap;
}
header .mainMenu .flex_box_row .logo {
    flex-grow: 1;
    margin: 0;
    padding: 0;
}
header .mainMenu .logo img {
    max-height: 50px;
}
header .mainMenu #numProInCart {
    position: absolute;
    background: #c4157a;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding:3px 0 0 0;
    right: 5px;
    top: 35px;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--------- Menu -----------*/
.bodyTranparent {
    height: 150vh;
    width: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    display: none;
    z-index: 900;
}
.closebtn {
    position: fixed;
    top: 0px;
    right: 15px;
    font-size: 45px;
    margin-left: 50px;
    color: #fff;
    height: auto;
    line-height: normal;
}
.sidenav {
    height: 100%;
    width: 85%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0px;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 0px;
    max-width: 500px;
    transition: all 350ms;
    transform: translateX(-100%);
}
.sidenav.opn {
    transition: all 350ms;
    transform: translateX(0);
}

.sidenav::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}
.sidenav::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.sidenav::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,.5);
}
.sidenav a {
    transition: 0.3s;
}
.menu .groupUser {
    background: #f5f5f5;
    text-align: center;
    padding: 15px 0;
}
.menu .groupUser a {
    text-align: center;
    width: 43%;
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: bold;
    max-width: 450px;
}
.menu .groupUser .btnLogin {
    background-image: linear-gradient(to right,#ca157e ,#8c1158 );
    color: #fff;
    padding: 10px 0;
}
.menu .groupUser .btnRegister {
    color: #ca157e;
    border: 1px solid #ca157e;
    padding: 9px 0;
}
.menu .groupUser.flex_box_row {
    padding-top: 0;
}
.menu .groupUser.flex_box_row a {
    font-weight: normal;
    font-size: 8pt;
}
.menu .groupUser .item svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
}
#mySidenav nav {
    background: #ffffff;
}
nav .group {
    border-bottom: 1px solid #e6e6e6;
    max-width: 450px;
    margin: auto;
    padding: 0 20px;
}
nav .group .title {
    font-weight: bold;
    padding: 20px 0;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}
nav .group .title i {
    float: right;
}
nav .group ul {
    margin-left: 20px;
}
nav .group ul li {
    padding: 10px 0;
}
nav .group ul li:first-child {
    padding-top: 0;
}
nav .menuLv2 {
    display: none;
}
header .groupInfo{
    background: #f5f5f5;
    align-items: center;
    justify-content: center;
}
header .groupInfo .icon {
    padding: 20px;
    width: 60px;
    text-align: center;
}
header .groupInfo .icon svg {
    height: 20px;
}
header .groupInfo .detail {
    flex-grow: 1;
    padding: 20px 20px 20px 0;
}
/*--------- End Menu  -----------*/

/*--------- searchMain -----------*/
header .searchMain {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100vw;
    height: 150vh;
    background-color: hsla(0,0%,100%,.97);
}
header .searchMain .topBox {
    padding: 8px;
    background-image: linear-gradient(to right, #ed4596 , #f59a8e);
}
header .searchMain .searchInput {
    flex-grow: 1;
    border-radius: 5px;
    margin-right: 10px;
    background: #ffffff;
    align-items: center;
}
header .searchMain .searchInput i {
    font-size: 12pt;
    padding: 0 12px;
}
header .searchMain .searchInput input {
    flex-grow: 1;
    border: none;
    background: none;
    font-size: 11pt;
    text-indent: 0;
    margin: 0;
    padding: 0;
}
header .searchMain .searchInput i {
    font-size: 12pt;
    padding: 0 12px;
}
header .searchMain .btnCancel {
    line-height: 37px;
    color: #ffffff;
    font-size: 10pt;
    cursor: pointer;
}
header .listAutoComplete .all {
    overflow-y: scroll;
    height: 70vh;
    box-shadow: 0px 5px 15px 0px #e5e5e5;
    padding: 10px 25px;
}
header .listAutoComplete li {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}
header .listAutoComplete li a {
    font-size: 10pt;
    color: #636466;
}
header .listAutoComplete li.title {
    font-weight: 500;
    color: #555555;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 10.5pt;
}
header .listAutoComplete ul:first-child li.title {
    margin-top: 0;
}
header .listAutoComplete li.title span {
    text-transform: none;
    font-weight: 300;
    display: none;
}
/*--------- End searchMain  -----------*/


/*======================== mobile first sm =====================================*/
@media (max-width: 991px) {
    body {
        padding-top: 97px;
        background: #fff;
    }
    .slider-full .owl-carousel, footer{
        padding: 0 !important;
    }
    .pro-list-index .row {
        margin: 0 -8px;
    }
    .mous-title {
        text-align: left;
        text-transform: initial;
    }
    .mous-title a {
        font-size: 18px;
    }

    /*** footer ***/
    .footer-end{
        padding-top: 20px;
        text-align: center;
    }
    .footer-end .link showroom{
        margin-bottom: 15px;
    }

    .ft_goi_mh {
        width: 100%;
        padding: 0 15px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .ft_goi_mh .gmh_phone{
        padding: 3px 0;
    }
    footer .regisPhone{
        margin: auto;
        float: none;
        clear: both;
    }
    .footer .connect, .dkbct{
        float: none;
    }
    .dkbct{
        text-align: center;
    }
    footer .foterAdd{
        padding: 15px;
        margin-top: 20px;
    }
    .products-list .product-item{
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .products-list .product-item.col-xs-6:nth-child(even){
        border-right: none;
    }
    .pro-list-index .owl-item{
        padding: 0;
    }
}