#bepawc_popup { position:fixed; top:0; left:0; width:100%; height:100%; background-color: rgb(255,255,255); background-color: rgba(255,255,255,0.5); text-align:center; z-index: 8000; }
	#bepawc_popup .close-popup { display: block; width: 100%; text-align: right; text-transform: uppercase; }
		#bepawc_popup .close-popup a { color: #6d6d6d; font-size: 1.3em; text-transform: uppercase; font-weight: 900; }
	#bepawc_popup #bepawc_popup_container { display: inline-block; margin-top: 250px; z-index: 9000; width:90%; max-width:450px; background: #fff; -webkit-box-shadow:0 0 25px #949494; -moz-box-shadow:0 0 25px #949494; box-shadow:0 0 25px #949494; overflow: auto; padding: 10px; }
	#bepawc_popup form { padding: 30px; min-height: 150px; }
	#bepawc_popup .error-alert { background-color: #f88282; color: #fff; }
		#bepawc_popup .error-alert input { border: 1px solid red; }

table.be_product_alerts_account_table small { display: block; line-height: 16px; }
	table.be_product_alerts_account_table small a { color: #FF0000; font-size: 1.2em; }
		table.be_product_alerts_account_table small a:hover { text-decoration: underline; }
		table.be_product_alerts_account_table small a span { margin-right: 5px; background: #FF0000; border-radius: 50px; display: inline-block; width: 16px; color: #fff; text-align: center; font-weight: bold; height: 16px; vertical-align: middle; font-size: 0.9em; }

.bepawc_button { position: relative; display: block; }
.bepawc_tooltip { background-color: #848484; color: #fff; text-align: center; border-radius: 6px; padding: 10px 15px; position: absolute; z-index: 1; top: -5px; left: 0; }
	.bepawc_tooltip::after { content: " "; position: absolute; top: 50%; right: 100%; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent #848484 transparent transparent; }

.be_product_alerts_account_table td:last-child { text-align: right; }
#bolder_alerts_outer .woocommerce-error { display: none; }