/*
Theme Name: Baby Cart
Author: Unni
Description: A soft, clean baby cart WordPress theme
Version: 1.0
*/

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #fffafc;
  color: #333;
}

a {
  text-decoration: none;
}
#joinMenu .nsl-button {
  width: 100% !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
  justify-content: center !important;
  padding: 0!important;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #374151 !important;
}
#joinMenu .nsl-button > div{
	margin: 0!important;
	max-width: max-content;
}
#joinMenu .nsl-button:hover {
  background: #f9fafb !important;
}
#joinMenu .nsl-button-svg-container {
  margin-right: 0.75rem !important;
}
#joinMenu .nsl-container,
#joinMenu .nsl-wrap {
  display: block !important;
  width: 100% !important;
}
div.nsl-container.nsl-container-block .nsl-container-buttons{
	width: 100%;
}