.top_left_menu{

}

.top_left_menu .menu_item_sale {
	background-color: #fcc717;
	background: linear-gradient(120deg, #fcc717, #f3f4c0, #f9b93e);
	background: -webkit-linear-gradient( 120deg, #fcc717, #f3f4c0, #f9b93e);
	background: -moz-linear-gradient(330deg, #fcc717, #f3f4c0, #f9b93e);
	background: -ms-linear-gradient(120deg, #fcc717, #f3f4c0, #f9b93e);
	background: -o-linear-gradient(120deg, #fcc717, #f3f4c0, #f9b93e);
	/* background: linear-gradient(to right bottom, #fcc717, #ebf8e1, #f69d3c); */
	color: #000 !important;
	padding: 6px 1em 5px !important;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #fcc717;
	line-height: 21px;
}

.top_left_menu .menu_item_sale:hover{
	background-color: transparent;

	color : #555	!important;
	border: 1px solid #fff;
}


