﻿.bx-header-menubar {
    display: none;
}

.bx-header-menu {
    display: inline-block;
}

.bx-header-placeholder {
    height: 130px;
}

.my-order-mob {
    display: none;
}

.mob-show {
    display: none !important;
}

#cartIcon.flex {
    display: none !important;
}

.w-10 {
    width: 10%;
}
.w-25 {
    width: 25%;
}
.w-45 {
    width: 45%;
}
@media all and (max-width:736px) {
    .mob-hidden {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }

    .bx-login-content {
        padding: 0;
        left: 10px;
        margin-left: 0;
        margin-top: -100px;
        right: 10px;
    }

    #popularCate .col-2 {
        width: 50%;
    }

    .bx-header-menubar {
        display: inline-block;
    }

    .bx-header-menu {
        display: none;
    }

    .bx-header-image {
        text-align: center;
        flex-grow: 1;
    }

    .bx-header-search {
        position: absolute;
        top: 60px;
        left: 10px;
        right: 20px;
    }

    .bx-header-top {
        padding-bottom: 40px;
    }

    .bx-header-placeholder {
        height: 170px;
    }

    #popMenu {
        width: 60%;
        z-index: 1035;
    }

    .bx-product-list-aside.viewlist li.product-item > .flex {
        flex-direction: column !important;
    }

    .bx-product-list-aside.viewlist li.product-item .col-6 {
        width: 100%;
    }

    #cates .col-3, #brands .col-3 {
        width: 100%;
    }

    #listAside {
        display: none;
    }

    .bx-container.p-0 {
        padding-right: 0;
        padding-left: 0;
    }

    #listTitle {
        padding: 0 15px;
    }

    .bx-pagination .leo-input-row.go {
        display: none !important;
    }

    .bx-product-list-aside.viewlist li.product-item {
        width: 50% !important;
    }

        .bx-product-list-aside.viewlist li.product-item.px-2 {
            padding: 0 !important;
        }

    .bx-product-list li, .bx-product-list-aside li.product-item {
        width: 50% !important;
    }

    .bx-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bx-product-list-aside.table li.product-item img {
        height: 150px;
    }

    .mall-table img {
        width: 100px;
    }

    .mall-table {
        /* display: none;*/
        min-width: 760px;
    }

    .my-order-mob {
        display: block;
    }

    .plistcontainer {
        padding-left: 0 !important;
    }

    .bx-productheight {
        height: calc(100% - 170px);
        overflow: hidden;
    }

    .pagecontainer {
        left: 0px;
    }

    .bx-popular-cate.row-2 {
    }

        .bx-popular-cate.row-2 .col-2 {
            width: 50%;
        }

            .bx-popular-cate.row-2 .col-2 img {
                width: 100%;
                height: auto;
            }


    .w-10 {
        width: 15%;
    }

    .w-25 {
        width: 20%;
    }

    .w-45 {
        width: 35%;
    }
}
