/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.page-header {display:none !important}
elemento {
  background: pink;
}
.woocommerce ul.products li.product .button {
  background-color: #333 !important;
  color: #fff !important;
}

.wc-block-components-button:not(.is-link) {
	background: red;
  	font-size: 15px;
  	color: #fff;
}

.wc-block-components-button:not(.is-link):hover{
	background:#fff;
	border:1px solid red;
	color:red;
}