/**  
Theme Name: SCBARS
Author: WebSmith, Inc.
Author URI: https://www.websmithshop.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: astra
*/

/* gravity forms default styling
-----------------------------------------*/
.gform-theme--foundation .gform_fields { row-gap: 10px !important; }
.gfield_label_before_complex { font-weight:700 !important; }

.gsection h3 { font-size: 22px !important; margin: 24px 0 0 0 !important; }


.ginput_quantity_label, .ginput_product_price_label { font-weight:700 !important; margin:0 !important; }
.gform-theme--framework .gfield--type-product .ginput_container_singleproduct {
	display: flex;
	flex-direction: row !important;
	column-gap: 10px;
	align-items: center;
}
