.jq-icon-success {
	background-image: none;
	color: #3c763d;
	background-color: #fff;
	border-color: #3c763d;
	border-top: 5px #3c763d solid;
}
.jq-icon-info {
	background-image: none;
	color: #31708f;
	background-color: #fff;
	border-color: #31708f;
	border-top: 5px #31708f solid;
}
.jq-icon-warning {
	background-image: none;
	color: #8a6d3b;
	background-color: #fff;
	border-color: #8a6d3b;
	border-top: 5px #8a6d3b solid;
}
.jq-icon-error {
	background-image: none;
	color: #a94442;
	background-color: #fff;
	border-color: #a94442;
	border-top: 5px #a94442 solid;
}
.jq-toast-single h2 {
	font-size: 22px !important;
	font-weight:600;
}
.jq-toast-single {
	font-size: 18px;
	line-height: 25px;
}
.jq-toast-single.jq-has-icon.jq-icon-success h2::before{
	content:url('../img/frontend/check.png');
	margin:10px auto;
	display:block;
}
.jq-toast-single.jq-has-icon.jq-icon-info h2::before{
	content:url('../img/frontend/info.png');
	margin:10px auto;
	display:block;
}
.jq-toast-single.jq-has-icon.jq-icon-warning h2::before{
	content:url('../img/frontend/error2.png');
	margin:10px auto;
	display:block;
}
.jq-toast-single.jq-has-icon.jq-icon-error h2::before{
	content:url('../img/frontend/error1.png');
	margin:10px auto;
	display:block;
}
.jq-has-icon {
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px;
	text-align: center !important;
}
.jq-toast-wrap {
	width: 400px;
	max-width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.close-jq-toast-single {
	font-size: 24px;
}
.jq-toast-single a {
	color: #212121;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	font-size: 19px;
	padding-left:15px;
	padding-right:15px;
}