/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** Mise en forme boutton "appliquer" points dans panier
*/ 

/*a.ywpar-button-message {
  border: none;
  padding: 10px 20px; 
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 3%;
  cursor: pointer;
}

a.ywpar-button-message {
  border-radius: 4px; 
  color: black;}

a.ywpar-button-message {
    background-color: #ffffff;
    border: 1.5px solid #f26363; 
}

a.ywpar-button-message {
  text-indent: -9999px;
  line-height: 1;
}

a.ywpar-button-message::after {
	content: "Utiliser";
	text-indent: 0;
  	display: block;
	color : #f26363
}

a.ywpar-button-message:hover {
	background-color: #f26363
	color: #ffffff
}*/
