.info-wholesale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.more-wholesale {
    color: #00b6ff;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
}
#wholesaleModal .table thead th{
    border-bottom: none;
}
#wholesaleModal thead,#wholesaleModal tbody {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

#wholesaleModal tbody {
    border-bottom: 1px solid #dee2e6;
}
#wholesaleModal thead {
    background: #dce3ff;
    font-size: 14px;
}
.cate-title{
    background-color: #844EBB;
}
.menu-mobile-right {
    display: flex;
}
.cart-mb-right {
    display: inline !important;
}
.listorder li {
    position: relative;
}
.listorder li .colimg button {
    position: absolute;
    right: 60px;
    top: 15px;
}
.fixed-nav {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 15px;
    z-index: 9;
    width: 100%;
    justify-content: space-between;
}
.menu a img {
    display: none;
}
#formCheckOut .listorder li .colimg button {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #eb1c24;
    font-weight: 600;
}
#formCheckOut .listorder li .colimg button span {
    background: #eb1c24;
}

@media (min-width: 992px){
    .tab-menu{
        border-right: 1px solid #844EBB;
        border-bottom: 1px solid #844EBB;
    }
    #header-bt>.container>.row {
        border: 1px solid #844EBB;
    }
    #header-content .content-premium {
        border: 1px solid #844EBB;
    }
    .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #search-site {
        width: calc(100% - 105px);
    }
    .cart-mb-right {
        margin-left: 20px !important;
        margin-top: 0 !important;
    }
    .cart-mb-right a {
        font-size: 24px;
        color: #e41b35;
    }
    .countcart {
        background: #eb1c24;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        right: -14px;
        font-size: 12px;
        color: #fff;
        border-radius: 5px;
    }
    .hotline-phone-ring-wrap {
        bottom: 55px;
    }
    .fixed-nav a {
        width: 18%;
        text-align: center;
        position: relative;
    }
    .fixed-nav a i {
        font-size: 20px;
    }
    .fixed-nav a p {
        margin: 0;
        font-weight: 500;
        font-size: 11px;
    }
    .fixed-nav a span.countcart {
        right: 8px;
        top: -9px;
        border-radius: 50%;
    }
    .block-product-home .banner-product-home {
        float: none;
        height: auto;
        width: 100%;
        display: block;
    }
    .block-product-home .banner-product-home .banner-product-lg {
        display: none;
    }
    .fixed-nav {
        display: flex;
    }
}

.store_btns_group li {
    width: 50%;
    padding: 10px;
}
.store_btns_group li img {
    max-height: 67px;
}