/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");


.woocommerce-message {
	/* border: 1px solid green; */
	background: none !important;
	color: green !important;
	margin-top: 30px;
	font-size: 14px !important;
}

button.dnftc-tab-button {
	font-weight: 200 !important;
	font-size: 18px !important;
	text-transform: uppercase  !important;
	background: #f8f8F8 !important;
}


button.dnftc-tab-button.active {
	font-weight: 600 !important;
	font-size: 18px !important;
	text-transform: uppercase  !important;
	background: #fff !important;
	color:#000;
}