a.product_out_of_stock i {
	background: url(../images/stock_out_icon.png) no-repeat !important;
	width: 19px;
	height: 17px;
	text-indent: 0px;
}
/*.sld_upvote_animation*/
.fa-cart-plus .fa-cart-plus:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 999999;
	right: 14px;
	top: 12px;
	background: #BB2C2E;
	box-shadow: -38px 0px #f35b5c, -28px 8px #88bfc9, -14px 35px #f35b5c, -4px 28px #88bfc9, 30px 32px #f35b5c, 28px 22px #88bfc9, 43px 0px #f35b5c, 35px -5px #88bfc9, 20px -30px #f35b5c, 10px -22px #88bfc9, -18px -30px #f35b5c, -14px -22px #88bfc9;
	animation: 0.5s bang ease-out backwards, 0.5s linear dothide;
	opacity: 0;
	animation-delay: 0, 0.2s;
	animation-duration: 0.5s, 0.5s;
}
 @keyframes dothide {
 0% {
 opacity: 1;
}
 90% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @keyframes bang {
 from {
 box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
}
}

.sweet-alert input[type=text]{
	display:none !important;
}