/*
Theme Name:     Florence
Theme URI:      https://florence.gervera.net/
Template:       kadence
Author:         Gervera Designs
Author URI:     n/a
Description:    Meet Florence: a modern Kadence child theme designed especially for food bloggers and culinary creatives. Whether you’re sharing mouthwatering recipes, tasty tips, or running a small shop, Florence offers everything you need in one sleek, mobile-friendly package. Built with plugins that don’t require any subscriptions.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/*

Hide on Mobile

*/
@media (max-width: 767.98px) {
  .kvs-sm-false {
    display: none !important;
  }
}
/*

Hide on Tablet

*/
@media (min-width: 768px) and (max-width: 1024.98px) {
  .kvs-md-false {
    display: none !important;
  }
}
/*

Hide on Desktop

*/
@media (min-width: 1025px) {
  .kvs-lg-false {
    display: none !important;
  }
}
/*

Hide on Mobile header

*/
@media (min-width: 1025px) {
	.site-mobile-header-wrap {
	display: none !important;
  }
}
/*

Hide on Desktop header

*/
@media (max-width: 1024.98px) {
	.site-header-wrap {
	display: none !important;
  }
}
/*

Override extra padding for home-shop section

*/
.single-content ul,
.single-content ol {
  padding-left: 0 !important;
}
/*

'Proceed to Checkout' button style

*/
.wp-block-woocommerce-proceed-to-checkout-block {
	padding: 0px;
}	
.wc-block-cart__submit-button {
	border-radius: 0px;
}
/*

Shop products box design for Mobile

*/
@media (max-width: 767.98px) {
	.type-product .product-details .product-action-wrap {
		padding-left: 9px !important;
		padding-right: 9px !important;
	}
	
	.type-product .product-details .product-action-wrap .added_to_cart {
		display: none;
	}
}
