.fe-bx-btn-lg {
	min-width: 175px;
	height: 50px;
	font-size: 14px;
}

.fe-bx-btn-sm {
	min-width: 140px;
	height: 40px;
	font-size: 12px;
}

.fe-bx-btn-xs {
	min-width: 80px;
	height: 30px;
	font-size: 12px;
}

.fe-bx-btn-prim-green {
	transition: 0.3s ease-out;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 2px;
	background: linear-gradient(to right, #000 50%, #2c6a00 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	background-color: #2c6a00;
	object-fit: contain;
	color: #ffffff;
	font-weight: 500 !important;
}

.fe-bx-btn-prim-green:hover {
	background-position: left bottom;
	background-color: #000000;
}

.fe-bx-btn-prim-black {
	transition: 0.3s ease-out;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 2px;
	background: linear-gradient(to right, #2c6a00 50%, #000 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	background-color: #000000;
	object-fit: contain;
	color: #ffffff;
	font-weight: 500 !important;
}

.fe-bx-btn-prim-black:hover {
	background-position: left bottom;
	background-color: #2c6a00;
}

.fe-bx-btn-prim-white {
	transition: 0.3s ease-out;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 2px;
	background: linear-gradient(to right, #2c6a00 50%, #fff 50%);
	background-position: right bottom;
	background-size: 201% 102%;
	background-color: #ffffff;
	object-fit: contain;
	color: #000000;
	font-weight: 500 !important;
}

.fe-bx-btn-prim-white:hover {
	background-position: left bottom;
	background-color: #2c6a00;
	color: #ffffff !important;
}