/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Social (Google & Facebook) Login Buttons */
div.nsl-container-buttons
{
	display: flex!important;
	justify-self: center;
	
}
div.nsl-container-buttons .nsl-button
{
	background-color: #fff!important;
	border: 1px solid #4e3a00;
	border-radius: 8px!important;
	transition: 0.3s all ease;
}
div.nsl-container-buttons .nsl-button:hover
{
	background-color: #c694092e!important;
}
div.nsl-container-buttons svg
{
	width: 36px!important;
	height: 36px!important;
}
div.nsl-container .nsl-button-svg-container
{
	gap: 10px;
}

/* Top Header - Social Icons */
.whb-main-header .wd-social-icons .wd-icon
{
	font-size: 18px;
}