/* 
Theme Name: Meynie Elementor
Theme URI: https://meynie.com
Description: Meynie Elementor IRCF
Author: IRCF
Author URI: https://ircf.fr/
Template: hello-elementor
Version: 1.0
Text Domain: meynie-elementor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
#ttcont {
	padding: 30px !important;
	background: #fff !important;
	color: #333 !important;
	line-height: 2 !important;
	-webkit-box-shadow: 5px 5px 30px 0px rgba(204,204,204,1) !important;
	-moz-box-shadow: 5px 5px 30px 0px rgba(204,204,204,1) !important;
	box-shadow: 5px 5px 30px 0px rgba(204,204,204,1) !important;
	font-style: italic !important;
}

section.woocommerce-order-details > a.convert_devis_to_order_button{
	background-color: #263259;
	border-radius: 15px;
	color: #fff !important;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
}
section.woocommerce-order-details > a.convert_devis_to_order_button:hover,
section.woocommerce-order-details > a.convert_devis_to_order_button:focus,
section.woocommerce-order-details > a.convert_devis_to_order_button:active{
	background-color: #b3da65;
}