/* Custom CSS */
.ph_megamenu, a.show_megamenu, a.hide_megamenu {
background: linear-gradient(to bottom, #262d4c 0%, #262d4c 50%, #222944 51%, #222944 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ph_megamenu > li > a:hover, .ph_megamenu > li.open, a.show_megamenu:hover, a.hide_megamenu:hover {
background: linear-gradient(to bottom, #ee5a55 0%, #ee5a55 50%, #e43a37 51%, #e43a37 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.button,  {
background: linear-gradient(to bottom, #aec5d8 0%, #aec5d8 50%, #9cb7d0 51%, #9cb7d0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.button:hover, .button.button_buy:hover {
background: linear-gradient(to bottom, #9cb7d0 0%, #9cb7d0 50%, #aec5d8 51%, #aec5d8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.exclusive {
background: linear-gradient(to bottom, #ee5a55 0%, #ee5a55 50%, #e43a37 51%, #e43a37 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.exclusive:hover {
background: linear-gradient(to bottom, #e43a37 0%, #e43a37 50%, #ee5a55 51%, #ee5a55 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

