/*your custom css goes here*/ 
.aiz-category-menu .sub-cat-menu.more {
    height:185.67px!important;
    /* min-height:250px !important;
    width:100% !important; */
}
.aiz-category-menu .category-nav-element > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}


    /*hover category menu*/
/* Initially hide the submenu */
.aiz-category-menu .sub-cat-menu {
    position: absolute;
    width: calc(40%);
    left: calc(272px);
    height: 460px;
    top: 51px;
    z-index: -1;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.5s;
    opacity: 0;
    display: none;
}

    .btn-custom {
        background-color: #ff1821 !important;
        border-radius: 10.84px !important;
    }
     .discammount
        {
            margin-right: 2%;
            opacity: 1 !important;
        }

@media (min-width:990px) and (max-width:1190px) {
    .aiz-category-menu .sub-cat-menu {
        position: absolute;
        width: calc(55%);
        left: calc(272px);
        height: 460px;
        top: 51px;
        z-index: -1;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.5s;
        opacity: 0;
        display: none; /* Initially hide the submenu 
    }

.aiz-category-menu a:hover + .sub-cat-menu,
.aiz-category-menu .sub-cat-menu:hover {
    display: block;
    opacity: 1;
    z-index: 1;
}





}
</style>