﻿.footer-hide {
    display: none;
}

.footer, .fixed-footer .full-lenght-footer {
    padding: 0 0 0 0;
    transition: margin .4s ease 0s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixed-footer .footer {
    z-index: 1001;
}

.fixed-footer .full-lenght-footer {
    z-index: 0;
    left: 0px;
}

.fixed-footer .footer, .fixed-footer .full-lenght-footer {
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer-menu .row {
    border-top: 2px solid var(--line-color);
}

.footer-menu, .footer-menu .row {
    background-color: var(--menu-top-bgcolor);
    color: var(--menu-text-color);
}

.footer-menu-icon {
    font-size: 22px;
    padding-bottom: 3px;
}

.footer-menu-cell {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 20%;
    cursor: pointer;
}

.footer-menu .content-link-active,
body.is-not-touch-device .footer-menu-cell:hover,
.footer-menu .content-dynamic-link-active {
    background-color: var(--hover-bgcolor);
    color: var(--hover-text-color);
}

.footer-menu-text {
    font-size: 10px;
    font-weight: bold;
    padding-top: 0px;
}

.footer-menu-icon-wrapper {
    position: relative;
}

.footer-menu-icon-notification {
    display: none;
    position: absolute;
    right: -5px;
    top: -8px;
    line-height: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-top: 0px;
    background-color: red;
    font-size: 11px !important;
}