/*
Theme Name: Cozy Store
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme for Cozy Store.
Author: FixMediaLab
Author URI: https://www.fixmedialab.it/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.woocommerce div.product form.cart .variations tr:first-child td.label {
	display: none;
}

.woocommerce div.product form.cart .variations .reset_variations {
	visibility: hidden !important;
}

.woocommerce ul.products li.product .woo-entry-inner li:last-child {
	margin-top: -20px !important;
}

.page-header {
	display: none !important;
}


.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	border-radius: 0px !important;
}




