/*Store-wide notice*/

#site-top-bar {
	background-color: #fe8802;
	color: #fff;
	font-size: 14px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	font-family: Arial, sans-serif;
}

.site-top-message{
	padding: 10px 0;
}

@media screen and (max-width: 770px){
	.site-top-message{
		padding: 10px;
	}
}

/*Error sign fix*/
body .content-holder .woocommerce-error::before, 
body .content-holder div.jigoshop_error::before {
	top: 65%;
	left: 15px;
}