/*
Theme Name: Botiga Child
Theme URI: http://athemes.com/theme/botiga
Author: aThemes
Author URI: http://athemes.com
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/

#no-padding .wp-block-columns {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bhfb-above_header_row .bhfb-column-2 .header-html {
	display: flex;
    gap: 20px;
}

.woocommerce-cart-form {
	margin-top: 0 !important;
}

.site-branding {
	display: flex;
}

.merchant-payment-logos-images img {
	height: 30px;
}

@media only screen and (max-width: 1024px) {
	.bhfb-above_header_row .bhfb-column-1 .header-html div:first-of-type,
	.bhfb-above_header_row .bhfb-column-1 .header-html div:last-of-type {
		display: none !important;
	}
	
	#no-padding h2 {
		font-size: 44px !important;
	}	
}

@media only screen and (max-width: 768px) {
	#no-padding h2 {
		font-size: 36px !important;
	}	
}