/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

.checkout #place_order {
	float: none !important;
}

.full_width span.select2.select2-container.select2-container--default {
	width: 100%!important;
}


#c8866a4_field label{

	color: #ffff!important;
}

#c8866a4_field label:before{
	content: "Add a tip";
	color: #333!important;
}


::placeholder {
	color: #444 !important;
	opacity: .5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #444 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #444 !important;
}



#checkout-tips{
	max-width: 100%;
	padding: 15px 25px;
	clear: both;
	border: 1px solid #dfdfdf;
	margin-bottom: 30px;
}

#checkout-tips h5{
	margin-bottom: 15px!important;
	margin-top: 0px;
}

#tips_choice_cus{
	max-width: 250px!important;
}


/*****************************/

#customer_login{
	background: #914115;
	color: #ffff;
	max-width: 600px;
	border-radius: 5px;
	margin: auto;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}


#customer_login h2{
	color: #ffff;
}

#customer_login .woocommerce-button{
	background: #fff;
	color: #333;
}
