/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2022 | 12:34:18 */
.wc-social-login.form-row-wide > p {
	display:none !important
}

.wc-social-login.form-row-wide a, .button-social-login {
	color:#fff !important;
	text-decoration: none !important
}

.wc-social-login-linked-profiles {
	border-collapse: inherit !important;
    border-radius: 10px !important;
	border: 1px solid #eeeeee !important; }

.button.unlink-social-login-profile{
	border-radius: 5px !important;
    font-size: 1.5rem !important;
    padding: 0.8rem 1rem !important;
    border: 0 !important;
	background: #ebe9eb !important;
}

.button.unlink-social-login-profile:hover {
	    background: #cc0200 !important
}

.woocommerce-MyAccount-content .wc-social-login-profile {
    border-top: 0px !important;
    padding-top: 0px !important;
}

.js-show-available-providers {	
    border-radius: 5px !important;
    font-size: 1.5rem !important;
    padding: 0.8rem 1rem !important;
    border: 0 !important;
    background: #f98f55 !important;
    color: #fff !important;
	font-weight: 700 !important;}

.js-show-available-providers:hover {	 
	background:#f67d3b !important
}

.dp_social_login {
	background: #2b2d59;
    padding: 0.6rem 2rem;
    color: #fff !important;
    border-radius: 0.5rem;
    text-decoration: none !important;
	border: 2px solid #2b2d59;
}
.dp_social_login strong {
	color:#fff !important;
}

.dp_social_login:hover strong {
	color:#2b2d59 !important;
}
.dp_social_login:hover {
	background: #fff;
    padding: 0.6rem 2rem;
    color: #2b2d59 !important;
}
@media (min-width: 640px) {
	.wc-social-login.form-row-wide {
		display: flex;
	    justify-content: space-between;
	}
}