/*
Theme Name: Flatsome Child
Description: Child theme for Flatsome.
Author: Hammas32
Template: flatsome
Version: 1.0.5
Text Domain: flatsome-child
*/

@media (min-width: 1101px) {
	.header-main #logo {
		flex: 0 0 320px;
		width: 320px;
	}

	body.woocommerce-cart .header-nav-main.nav-right > li:first-child,
	body.woocommerce-checkout .header-nav-main.nav-right > li:first-child {
		flex: 0 1 281px;
		width: 281px;
	}
}

body.single-product .product-summary form.cart > .single_add_to_cart_button:not(.sticky-add-to-cart__button) {
	display: inline-block !important;
	height: 49.42px !important;
	min-height: 48px !important;
	line-height: 47.424px !important;
	padding: 0 23.712px !important;
	width: auto !important;
	flex: 0 0 auto !important;
}

body.single-product .product-summary form.cart {
	display: block !important;
}

.sticky-add-to-cart.sticky-add-to-cart--active .quantity input.qty {
	align-self: stretch !important;
	box-sizing: border-box;
	height: 100% !important;
}
