.wcsearch-apply-filters-float-btn {
	border-radius: 8px;
	width: 120px;
	padding: 0;
	font-size: 16px;
	line-height: 64px;
	height: 64px;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: -120px;
	z-index: 102;
}
.wcsearch-apply-filters-float-btn:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	top: 10px;
	width: 45px;
	height: 45px;
	border-radius: 4px;
	transform: rotate(135deg);
	z-index: 1;
} 
.wcsearch-apply-filters-float-btn:after {
	box-shadow: inherit;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: inherit;
	border-radius: inherit;
	width: 100%; 
	height: 100%;
	z-index: 1;
	content: '';
}
.wcsearch-apply-filters-float-btn span {
	z-index: 2;
	position: relative;
}