/*
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
*/

/* .woocommerce .fl-post-grid-image img {
    aspect-ratio: 2 / 3 !important;
    object-fit: contain !important;
    object-position: bottom !important;
} */

@media screen and (min-width: 670px) {
	.news-offers .noptin-styles-basic:not(.noptin-form-single-line),
	.noptin-newsletter-form .noptin-form-field-wrapper {
		max-width: unset !important;
		width: 100%;
	}
	.news-offers .noptin-form-fields {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-end;
		justify-content: space-between;
		width: 100%;
	}
	.news-offers input[type="submit"] {
		width: 100%;
	}
}