#overlayer {
    opacity: 0.8;
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

.error {
	color:#ff0000!important;
	border: 1px solid red!important;

}

.checkbox_wrap > .error{
	display: none;
}

.success {
	color:green!important;
}

.error_div{
	color:#ff0000!important;
}

.success_div{
	color:green!important;
	display: none;
}

.nolink:hover{
	cursor: default;
}

.buy_products__item__top__buttons button.active i.fa-list-ul{
	color: #F70002;
}

.product__heading__buttons button.active i.fa-list-ul{
	color: #F70002;
}

.product__heading__buttons button.active i.fa-heart{
	color: #F70002;
}

.thank_link{
	display:none;
}


.text_block ul {
	list-style: none;
	margin: 30px 0;
	max-width: 900px;
}

.text_block ul li {
	font-size: 20px;
	line-height: 26px;
	position: relative;
	padding: 0 20px;
	margin: 0 0 10px 0;
}

.text_block ul li:before {
	content: "—";
	position: absolute;
	left: 0px;
	top: -1px;
	color: #f70002;
	font-size: 17px;
}