/* Style multi product buttons */
#multiProductCustomProduct li {
    padding: 0.75rem;
    display: flex;

    input,a{
        width: 100%;
    }

    width: 100%;

    @media screen and (min-width:768px){
        width: 50%;
    }
}
