#category-menu {
    overflow-x: auto;
}

/* Product Start */
#product {
    height: 120px;
    cursor: pointer;
}

#hideProductModalButton {
    cursor: pointer;
}

#product .ui.card > .content:after {
    display: flex;
}

@media all and (max-width: 975px) {
    #product {
        width: 100%;
    }
}

#product h3 {
    color: red !important;
}
/* Product End */