#bon-login-image img {
	margin-top: -6px;
	margin-left: 0;
}

#header .header-top .position-static .bon-nav-bar #_desktop_user_info .user-info .bon-login-popup-button {
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

#header .header-top .position-static .bon-nav-bar #_desktop_user_info .user-info .bon-login-popup .btn {
	width: 100%;
}

.bon-facebooklogin-button.btn {
	padding: 7px 14px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: .01em;
	transition: all .3s linear;
	width: 90%;
	margin: 0 auto;
	position: relative;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.bon-facebooklogin-button.btn:hover {
	background: #1853f2;
}

.bon-facebooklogin-button.btn {
	background: #1877F2;
}

#login-form .form-footer .bon-facebooklogin-button {
	width: unset;
	margin: 0 0 0 15px;
	font-size: 16px !important;
	line-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

#checkout-personal-information-step .bon-facebooklogin-button {
	font-size: 14px !important;
	width: unset;
}

#checkout-personal-information-step .bon-facebooklogin-button:hover {
	background: #1853f2;
}

body#checkout section#content #checkout-personal-information-step .nav .nav-item {
	flex-wrap: wrap;
}

.login-form #login-form .form-footer {
	flex-wrap: wrap;
}

@media (max-width: 575px) {

	body #checkout-personal-information-step .bon-facebooklogin-button,
	body #login-form .form-footer .bon-facebooklogin-button {
		margin-left: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	.login-form #login-form .form-footer {
		flex-direction: column;
		align-items: center;
	}

	#submit-login {
		margin-bottom: 15px;
		width: 100%;
	}
}

/* google button */

.bon-login-popup .bon-googlelogin-button {
	margin: 15px 0;
	display: flex;
	justify-content: center;
}

#login-form .bon-googlelogin-button,
#checkout-personal-information-step .bon-googlelogin-button {
	margin: 0 15px;
}

#_desktop_user_info .user-info .bon-login-popup {
	width: max-content;
	min-width: 180px !important;
}