
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}
/* Custom styles
*******************************/
.trx_popup .trx_popup_container .trx_popup_button.sc_button.sc_button_hover_slide_left {
    background:#ffffff!important;
 background-color:#ffffff!important;
}