.mobile-bar {
	background-color: #333;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.mobile-bar .mobile-bar-item {
	align-items: center;
	color: #0093E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	padding-bottom: 13px;
	padding-top: 13px;
	text-align: center;
	width: 25%;
}

.mobile-bar .mobile-bar-item:hover {
	border: 0;
	color: #0093E3;
}

.mobile-bar .mobile-bar-name,
.mobile-bar .mobile-bar-name:hover {
	color: #888;
	font-size: 14px;
}

/* No font-family here on purpose. Font Awesome sets its own family and, from
   version 5, a matching font-weight to pick the solid or regular face. Naming
   a family here is more specific than Font Awesome's own .fa rule, so it wins
   and pins the icons to the version 4 family while leaving the weight alone,
   which renders the wrong face or nothing at all on 5 and 6. */
.mobile-bar .mobile-bar-icon,
.mobile-bar [id*="mobile_bar_icon"] {
	font-size: 21px;
	display: block;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

/* Font Awesome 5+ swaps the icon span for an <svg>. Themes that reset svg to
   display: block leave it flush left, so center it explicitly. */
.mobile-bar .mobile-bar-icon svg,
.mobile-bar svg.mobile-bar-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 900px) {

	.mobile-bar {
		display: flex;
	}

	.conversion-cards-floating-button-wrap {
		bottom: 80px !important;
	}
}
