/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.single_product_syn_stock_item_outofstock::before{
	font-family:"Font Awesome 5 Pro";
	content:"\f057";
	margin-right:5px;
}

.single_product_syn_stock_item_instock::before{
	font-family:"Font Awesome 5 Pro";
	content:"\f058";
	margin-right:5px;
}

#billing_edgars_account-description{
	display:block !important;
	color:#E81C2B;
	font-style:italic;
	padding-top:5px;
}

.woocommerce-form-edgars{
	position: relative;
	margin-bottom: 25px;
	padding: 30px;
	max-width: 100%;
	border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
	text-align: start;
}

#edgarsToggleDiv .woocommerce-info:before{
	content:none!important;
}

.woocommerce-form-edgars-toggle .woocommerce-info{
display: inline-flex;
  margin-bottom: 25px !important;
  padding: 0 !important;
  min-height: 0;
  background-color: transparent !important;
  color: var(--color-gray-900) !important;
  font-weight: 600;
  text-align: unset;
}

.woocommerce-form-edgars-toggle a, #syn_form_edgars a {
  color: var(--wd-primary-color) !important;

}

#edgarsLeft{ display:inline-block; margin-right:1%; width:23%; }
#edgarsRight{display:inline-block;width:75%; vertical-align:top; }
#edgarsRight br{ display:none !important; }

@media(max-width:540px){
	#edgarsLeft{ display:block !important; margin-right:0% !important; width:100% !important; }
  #edgarsRight{ display:block !important; width:100% !important; vertical-align:top !important; }
  #syn_apply_edgars{ width:100%; }
}