.shop-dimension {
    margin: 3px 0;
    line-height: 12px;
    font-size: 12px;
}

.axil-product .product-content .product-rating {
    margin-bottom: 0px;
}

.axil-product {
    height: 330px;
}

.product-filter-mobile {
    margin: 10px 0 0 10px;
    background-color: var(--color-primary);
    padding: 8px;
    color: white;
}

.row-sj {
    margin-left: 0px;
    margin-right: 0px;
}


.sticky-fil {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    transition: fade-in .3s;
    background-color: white;
    z-index: 10;
    transform: translateY(0);
    z-index: 3;
}


.sticky-side {
    top: 80px;
}

.side-nav-action {
    flex-wrap: nowrap;
    margin: 10px 0 0 0;
    justify-content: space-between;
}

.axil-btn.filter-btn {
    margin: 0 0px;
}

.axil-shop-sidebar {
    padding-right: 5px;
}

.more-prod {
    display: grid;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 50px 0 30px;
}

.more-prod img {
    max-width: 200px;
}

.axil-btn.reset-btn {
    background-color: #ff497c;
}

input[type=submit].filter-btn {
    background-color: #3577f0;
}

.axil-product .cart-action {
    position: absolute;
    top: 100px;
    width: 100%;
}     

@media only screen and (min-width: 992px) {
    .scroll-div9 {
        position: relative;
        left: 25%;
    }
    .sticky-div3 {
        width: 255px;
        position: fixed;
        overflow-y: auto;
        z-index: 2;
        height: 80vh;
    }
    

}

@media(max-width:360px) {
    .axil-product {
        height: 315px;
    }
}

@media (max-width:767px) {
    .mt--10 {
        margin-top: 2px;
    }

    .row>[class*=col] {
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media only screen and (max-width: 992px) {
    .product-filter-mobile {
        margin: 10px 30px 10px 20px;
    }

    .d-lg-none {
        float: right;
    }
}