.the-bottom-navigation {
    position: fixed;
    bottom: 0;
    height: 3.25rem;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border-top: 1px solid #ededed;
    display: none;
}
.the-bottom-navigation a{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: .25rem;
    font-size: .8rem;
    color: #111;
}
.back_drop_cate_mobile {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: none;
}
.back_drop_cate_mobile.active{
    display: block;
}
.the-bottom-navigation a i{
    font-size: 15px;
    color: #111;
}
.back_drop_cate_mobile, .back_drop_cate_mobile a{
    color: #000;
}
.back_drop_cate_mobile .left_drop img{
     max-width: 20px;
    max-height: 20px;
}
.header_drop{
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.header_drop button{
    border: none;
    background-color: #fff;
    outline: none;
    font-size: 25px;
    margin-right: 15px;
}
.block_drop_mobile{
    padding: 5px;
    position: relative;
}
.body_drop{
    position: relative;
    height: calc(100vh - 3.25rem);
}
.left_drop p{
    margin-bottom: 0;
}
.left_drop{
    width: 25%;
    height: auto;
    overflow-y: auto;
    max-height: 100%;
}
.right_drop {
    left: 25%;
    position: absolute;
    background: #fff;
    top: 0;
    padding: 8px;
    font-size: .9rem;
    width: 75%;
    height: 100%;
    overflow-y: auto;
}
.left_drop li{
    padding: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #111;
    font-size: .8rem;
    border-left: 2px solid transparent;
    background: #f5f5f5;
}
.left_drop li.active{
    background-color: #fff;
    border-left: 2px solid #000;
}
.right_drop .item_right{
    margin-bottom: 8px;
    background: rgba(0,0,0,.03);
    border-radius: 4px;
    border: 1px solid #eee;
    text-align: left;
    width: 100%;
}
.right_drop .item_right a{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 8px;
    color: #111;
}
.right_drop{
    opacity: 0;
    visibility: hidden;
}
.right_drop.active{
    opacity: 1;
    visibility: visible;
}
.icon_right_click{
    display: none;
}
.language_popup{
    text-align: center;
}
.language_popup .modal-dialog{
    width: 200px;
    padding-top: 20%;
    margin: auto;
}
.language_popup .modal-content{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 70px;
    position: relative;
}
.language_popup .modal-content:after{
    position: absolute;
    content: "";
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid #000;
    width: 1px;
    top: 0;
}
.language_popup .modal-content a img{
    width: 50px;
    margin-bottom: 5px;
}
.language_popup .modal-content a:first-child img{
    width: 51px;
}
.language_popup .modal-content a{
    display: block;
    width: 50%;
    color: #000;
}
ul.site-nav>li{
    padding: 0;
}
ul.site-nav>li>a{
    padding: 0 15px;
}
.main-nav li a{
    font-size: 13px;
    padding: 18px 7px 17px;
}
nav.hidden-md-down{
    background-color: #458ccc;
}
.nav-item.icon a.active{
    background-color: #458ccc;
}
.breadcrumbs, .brd{
    background: #eee;
}
.container_main .account-cart{
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}
.account-cart>div.account{
    margin-left: 0;
}
.account-cart a{
    font-size: 12px;
}
.account{
    margin-right: 0;
}
.language_header{
    display: flex;
}
.language_header img{
    max-width: 40px;
}
.language_header a:last-child img{
    max-width: 38px;
}
.language_header a{
    margin: 0 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.account-cart .cart-box .title{
    font-size: 12px;
}
.nav-tabs li:hover, .nav-tabs li:hover>a, .nav-tabs li.active, .nav-tabs li.active>a, .btn_buy_product, .product_pre_buy .btn_buy_product .tile, .product_pre_buy .btn_buy_product span.cart_image,
.btn-proceed-checkout, .login_sign, .button_send, .btn_black, #customer_register input#btnSubmit, .back-to-top{
    background-color: #458ccc;
}
.nav-tabs>li.active a:after, .nav-tabs>li:hover a:after{
    border-top: 10px solid #458ccc;
}
.view_buy .actions a.quick-view{
    display: none;
}
.attr a.img_name img{
    width: 32px!important;
    height: 32px;
    object-fit: cover;
    margin-right: 3px;
}
.attr a.img_name{
    height: auto;
    border-radius: 3px;
    padding: 4px 6px;
}
.desFooter{
    display: none!important;
}
.filter-group ul{
    max-height: unset;
}
.filter-group .filter-item--check-box .fa{
    display: none;
}
@media screen and (max-width: 768px) {
    .account-cart #cart-total {
        top: -55px;
        right: 20px;
    }
}
@media only screen and (max-width: 425px) and (min-width: 375px) {
    .account-cart #cart-total {
        top: -53px;
        right: 20px;
    }
}
@media screen and (min-width: 768px) {
    .tp_product_detail .slc_btn_details{
        padding-top: 15px;
        display: block;
        width: 100%;
    }
    .tp_product_detail .product_pre_buy .btn_buy_product{
        display: block;
        margin-bottom: 15px;
    }
    #menucontentother {
        position: absolute!important;
        top: 100%;
        overflow-y: auto;
        height: auto;
        max-height: 800px;
    }
    .tp_product_new {
        float: right;
    }
    #sanphammoi .box_tab_index.prdWrapper:first-child {
        opacity: 0;
    }
    .bs-example-tabs .nav-tabs {
        display: unset !important;
    }
    #menucontentother::-webkit-scrollbar {
        width: 6px;
        background-color: #2e302f;
    }
    #menucontentother::-webkit-scrollbar-thumb {
        background-color: #458ccc;
    }

    #menucontentother::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    #menucontentother .submenu{
        position: unset;
        width: 100%;
        height: auto!important;
        box-shadow: none;
        max-height: unset;
        padding-left: 15px;
    }
    #menucontentother .text-xs-left{
        width: 100%;
    }
    .row.row-noGutter{
        border-left: 1px solid #ccc;
    }
    #menucontentother ul.site-nav>li{
        height: auto;
        position: relative;
    }
    #menucontentother ul.site-nav>li:hover>.submenu {
        display: none;
    }
    .icon_right_click {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 12px;
        display: block;
        z-index: 10;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .icon_right_click.active{
        transform: rotate(90deg);
        transition: all .3s;
    }
    .icon_right_click.active i, ul.site-nav>li>a.active{
        color: #fff;
    }
    #menucontentother .submenu.active{
        display: block!important;
    }
    #menucontentother .text-xs-left a{
        font-weight: normal!important;
        margin-top: 0!important;
    }
}
@media screen and (max-width: 768px) {
    .the-bottom-navigation{
        display: flex;
    }
}
@media screen and (max-width: 543px) {
    .div_reg_area {
        display: block;
        margin-top: 30px;
        padding: 0;
    }
}