/* Enter Your Custom CSS Here */
/*
@import url('https://fonts.googleapis.com/css?family=Poppins');
#template_header h1, #template_header .subtitle, #body_content_inner, .td, .text, #template_body h2, #template_body h2 a, #template_body h3, #template_footer a.ft-social-link, #template_footer #credit {
font-family: 'Poppins', sans-serif !important;
}
*/
/*{font-family: 'Poppins';font-size: 22px;}
*/
.woocommerce-Price-amount  
{
  color: black;
}

.elementor-field-type-submit
{
	color: white;
	background-color: black;
	
}
.at-container {
overflow: visible !important;
}
/*Remove Breadcrumbs on Desktop and Mobile*/
.woocommerce-breadcrumb {
display: none;
}

/*.single_add_to_cart_button::before
{
		content: "\a\a";
    white-space: pre;
	  background-color: white;
}
*/
.single_add_to_cart_button
{
	height:43px;
	width:80%;
}




/*
.single_add_to_cart_button::before
{
	content: "\a\a";
    white-space: pre;
}*/