/*
Theme Name: Dada Child
Theme URI: https://dada.wpengine.com/
Template: dada
Author: the WeDesignTech team
Author URI: https://wedesignthemes.com/
Description: Dada is a lightweight, superfast, and attractive business theme suitable for creating every type of professional website. 
*/
/* Theme customization starts here
------------------------------------------------------- */
.luxara-loginform{
	float: none !important;
    width: 48%;
    margin: auto;
}
.nextvibe-registraton{
	max-width: 600px;
	margin: auto;
}
.backtologin{
	max-width: 600px;
	margin: auto;
}
.woocommerce-checkout .woocommerce-info{
	color:#000 !important;
}
.woocommerce-checkout .showlogin{
	color:#000 !important;
}
/*sponsor info*/
.sponsor-details{
	margin-top:30px;
	padding-top: 30px;
}
.sponsor-info{
	margin-top:30px;
	align-items: center;
  column-gap: 20px;
}
.sponsor-info img{
	width: 100px !important;
  height: 100px !important;
}
.sponsor-info p{
	font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.woocommerce-message{
	color:#000 !important;	
}
.woocommerce-error{
	color:#000 !important;
}
.wps_sfw_account_additional_wrap table td:first-of-type {
  color: #b5b5b5;
}
.wps_sfw_account_additional_wrap table th{
	color: #b5b5b5;
}
.wc-thankyou-mlmbackoffice-button{
		margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mlm-redirect-button{
	  background-color: #0389fc;
    padding: 10px 20px;
    border-radius: 24px;
}
.mlm-redirect-button:hover {
    color: #fff;
}
.login-info-wp{
    display: flex;
    justify-content: space-between;
}
.login-info-wp .luxara-button{
    padding: 6px 20px;
    background-color: #0389fc;
    border-radius: 24px;
}
.login-info-wp .luxara-button:hover{
	background-color: #fff;
}
/*sponsor info end here*/
@media screen and (min-width: 1200px) {
  	form.checkout.woocommerce-checkout #customer_details{
		float: left;
    	width: 55%;
	}
	form.checkout.woocommerce-checkout .woocommerce-checkout-order-review-wrap{
		float: right;
	    width: 40%;
	}
}