/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*#content.page-home .elementor-image-hotspots{
    display: none;
}*/
#content.page-home.user_logged .elementor-image-hotspots{
    display: block;
}
@media only screen and (max-width: 800px) {
    /*#idxrquickorder-page .table-row {
        flex-direction: row;
    }*/
    body #idxrquickorder-page .add_button,
    body #idxrquickorder-page .quantity_cell,
    body #idxrquickorder-page .quantity_cell.no-comb,
    body #idxrquickorder-page .image_cell,
    body #idxrquickorder-page .name_cell,
    body #idxrquickorder-page .name_cell.no-comb,
    body #idxrquickorder-page .ref_cell,
    body #idxrquickorder-page .ref_cell.no-comb,
    body #idxrquickorder-page .comb_cell,
    body #idxrquickorder-page .price_td,
    body #idxrquickorder-page .price_td.no-comb,
    body #idxrquickorder-page .quantity,
    body #idxrquickorder-page .quantity.no-comb{
        width: 100% !important;
    }
}
