@charset "UTF-8";

/*
Theme Name:   Skład Piękna
Theme URI:    http://skladpiekna.pl
Description:  LaBeaute Child Theme
Author:       Michał Pacek
Author URI:   
Template:     labeaute
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  labeaute
*/

/* Hide quantity UI when only one item can be purchased. */
.quantity.quantity--single-item,
.mbf-single-product .mbf-single-product-summary-wrap .mbf-single-product-summary .entry-summary .quantity.quantity--single-item,
.woocommerce-cart-form .quantity.quantity--single-item {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}