
    .submenue {
        right: 227px;
        display: none;
    }

    .sub-one:hover .submenue {
        display: block;
    }

    .quantity {
        display: flex;
        border: 2px solid #b4b4b4;
        /* border-radius: 4px; */
        width: fit-content;
        overflow: hidden;

    }

    .quantity button {
        background-color: transparent;
        color: #000;
        cursor: pointer;
        font-size: 20px;
        padding: 0px 3px;
        /* border-radius: 0px 0px 0px 0px; */
        border: 1px solid #fff;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

    .quantity button:hover {
        background-color: #d3d3d3;
    }

    .input-box {
        width: 30px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #a7a7a7;
        color: #000000;
        padding: 5px 5px;
        font-size: 12px;
        outline: none;
    }

    /* Hide the number input spin buttons */
    .input-box::-webkit-inner-spin-button,
    .input-box::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-bottom: 1px solid #ffffff42;
    }
