.fixedmenu{
    display: none;
}

@media screen and (max-width: 554px) {

	#main .catalog_detail .counter_wrapp.fixed{
		bottom: 53px;
	}

    .fixedmenu{
        /* display: none !important; */
        border-top: 1px solid #f5f5f5;
        position: fixed;
        display: flex;
        bottom: 0;
        width: 100vw;
        z-index: 4;
        background-color: white;
        padding: 5px;
    }
    .fixedmenu .menu__item{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 20%;
        width: 100%;
    }

    .fixedmenu .menu__item.katalog a svg path{
        fill: #999;
    }

    .fixedmenu .menu__item.basket,
    .fixedmenu .menu__item.delay{
        position: relative;
    }
    .fixedmenu .menu__item.basket .count,
    .fixedmenu .menu__item.delay .count{
        top: 20px;
        left: 5px;
        min-width: 16px;
        height: 15px;
        line-height: 16px;
        font-size: 0.667em;
        padding: 0 4px;
        position: absolute;
        margin: -11px 0 0;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        box-shadow: none;
        background-color: #ff3f23;
    }
    .fixedmenu .menu__item a{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        font-size: 12px;
        color: rgb(119, 119, 119);
    }
    .fixedmenu .menu__item a:hover{
        color: #ff3f23;
    }
    .fixedmenu .menu__item a:hover svg path{
        fill: #ff3f23 !important;
    }

    #mobileheader .right-icons > .pull-right:first-child{
        display: none;
    }
    #mobileheader .right-icons > .pull-right:last-child{
        display: none;
    }

    .whatsapp_link{
        right: -15px !important;
        bottom: 84px !important;
    }
}