.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	padding: 10px 10px!important;
	float:right;
	opacity: 1!important;
	text-decoration: none!important;
	background: #ff6128!important;
	color: #ffffff!important;
	border: 2px solid #ff6128;
	-webkit-transition: ease-out 0.5s!important;
	-moz-transition: ease-out 0.5s!important;
	transition: ease-out 0.5s!important;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	color: #ff6128;
	border: 2px solid #ff6128;
	box-shadow: inset 400px 0 0 0 #ffffff;
}