/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
body .gform_wrapper .gfield {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper .ginput-container {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
         display: none;
    }
	
	     .woocommerce table.shop_table_responsive tbody th.product-name,
    .woocommerce-page table.shop_table_responsive tbody th.product-name{
        display: block !important;
    }
}