.icon-eye:before { content: "\f06e"; }
.icon-eye-slash:before { content: "\f070"; }

#ClientePassword {
	border-radius: 3px 0 0 3px;
}

.btn-password {
	background-clip: border-box;
	border: 1px solid #05b3e9;
	color: #05b3e9;
	display: inline-block;
	padding: 14px;
	position: absolute;
	border-radius: 0 3px 3px 0;
	right: -49px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.btn-password:hover {
	background: #05b3e9;
	color: #fff;
}

.link-coracao:before {
	color: #ff0000;
	content: "\f004";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	width: 20px;
}

.link-shopping-cart {
    color: rgba(46,204,113,0.75);
}

span[class^="icon"].icon-search:before {
    content: "\f002";
    color: rgb(46, 204, 113);
}

#header-main .element-info .info-phone:before {
    content: "\f095 ";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

::before {
    color: #ff0000;
}

#product-list .list-product-empty, #product-list-sidebar .list-product-empty {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 100px 0;
    text-align: center;
    width: 100% !important;
}
/*
.label-block {
    color: #fff;
    font-family: 'georgia_bold';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}*/

.wrapper-product-countdown .countdown-clock {
    display: none !important;
}