/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_CustomBookingSystem
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.catalog-product-view .column.main .main-form, .modal-popup.quick-view .column.main .main-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}