.woof_products_top_panel {
	overflow: hidden;
	line-height: 32px;
	margin: 5px 0 15px 0;
	display: none;
	position: relative;
	z-index: 99;
	clear: both;
}

.woocommerce-ordering {
	position: relative;
	z-index: 3;
}

@keyframes move_top {
	100% {
		top: 30px;
	}
}

@keyframes woof-animloader {
	to {
		background-position: 100% 0, center 0, center 115px, center 142px;
	}
}