.mobile-bottom-menu{
    display: none;
    background: var(--efeed-blue-dark-color);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: space-around;
    padding: 3px 0 2px 0;
    box-shadow: 0 -5px 10px rgba(0,0,0, 0.1);
    z-index: 998;
    transition: all 200ms;
}

.mobile-bottom-menu-item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 1;
    font-size: 12px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    user-select: none;
    text-decoration: none!important;
}
.mobile-bottom-menu-item span{
    margin-top: 5px;
    color: white
}

.mobile-bottom-menu-item i{
    font-size: 24px;
    color: white;
	font-family: FontAwesome;
}

.mobile-bottom-menu-item svg{
    fill: white;
    width: 24px;
    height: 24px;
}
.mobile-bottom-menu-item svg g {
    fill: white;
}

.mobile-bottom-menu-icon-wrapper{
    position: relative;
    line-height: 0;
}

.mobile-bottom-menu-cart-count,
.mobile-bottom-menu-wishlist-count {
	position: absolute;
	box-sizing: content-box;
	top: -5px;
	left: 90%;
	width: calc(24px * .75);
	height: calc(24px * .75);
	font-size: calc(24px * .5);
	line-height: calc(24px * .75);
	border: 2px solid var(--efeed-blue-dark-color);
	border-radius: 100%;
	text-align: center;
	background: white;
	color: var(--efeed-blue-dark-color);
	font-weight:bold;
}

.mobile-bottom-menu-search-form-wrapper{
    display: none;
}

.mobile-bottom-menu-item span {
    margin-top: 0px;
    font-size: 10px;
}
.mobile-bottom-menu-cart-count {
    font-size: 10px;
}