/* CategoryProductListWithPopButton */
#categorylistpopup ul li {
    display: block;
}
    #categorylistpopup ul li a {
        color: var(--color-black);
        border: none;
        padding: 5px 8px;
        display: block;
        margin-bottom: 5px;
    }
        #categorylistpopup ul li a:hover {
            color: #333;
            background: none;
            border: none;
        }
.catlistmain .categoryproductfourlist ul.owl-slider.columns {
    gap: 25px;
}
    .categoryproductfourlist ul li.item.list-box-pro {
        width: calc(25.333% - 1.70455rem);
    }
.catlistmain .categorybtn {
    margin-bottom: 20px;
}
#categorylistpopup {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow: hidden;
    transition: 0.5s;
    padding: 0;
    box-shadow: 7px 1px 13px #dfdfdf3b;
}

    #categorylistpopup.show {
        width: 455px;
    }
    #categorylistpopup .modal-content {
        border-radius: 0;
    }
    #categorylistpopup .modal-dialog {
        margin: 0px;
    }
    #categorylistpopup .modal-header {
        background: var(--bg-top-header);
        border-radius: 0;
    }
        #categorylistpopup .modal-header span {
            color: var(--color-white);
            font-weight: var(--font-bold);
            line-height: 1.3;
        }
        #categorylistpopup .modal-header .close {
            right: 8px;
            top: 6px;
            background: no-repeat;
            border: none;
            font-size: 40px;
            padding: 0;
        }
.item.list-box-pro {
    width: calc(24.333% - 1.20455rem);
}
/* ------------ (category product four list) Responsive Mobile END ---------------- */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .categoryproductfourlist ul li.item.list-box-pro {
        width: calc(50.333% - 1.50455rem);
    }
}
    @media only screen and (min-width: 320px) and (max-width: 480px) {
        .categoryproductfourlist ul li.item.list-box-pro {
            width: calc(53.333% - 1.70455rem);
        }

        #categorylistpopup.show {
            width: 284px;
            box-shadow: none;
        }
    }

    /* ------------ (category product four list) Responsive Mobile END ---- */