#omp_wrapper #OMP_HEADER {
    width: 100%;
    max-width: var(--omp-body-max-width);
    height: var(--omp-landing-header-height);
    margin-bottom: 0 !important;
    box-shadow: 0 3px 8px 0 rgba(159, 168, 184, 0.24);
    z-index: 10;
    background-color: #ffffff;
}

#omp_wrapper #OMP_HEADER .omp-header-block--content {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(var(--omp-space) * 2);
}

.omp-header-block--content img {
    max-height: 45px;
    max-width: 100%;
}

.omp-header-block--content .omp-header--landing-name {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    color: var(--omp-color-primary);
    text-align: center;
    width: max-content;
    max-width: 100%;
}

.omp-header-block--content .omp-header--menu {
    width: 1.5rem;
}

#OMP_HEADER .omp-header-block--content .omp-cart {
    margin-right: calc(var(--omp-space) * 2);
    color: var(--omp-color-primary);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.omp-cart i:before {
    font-size: 1.5rem;
}

.omp-cart {
    position: relative;
}

.cart-item-count {
    position: absolute;
    background: #ee4d2d;
    border-radius: 50%;
    top: -8px;
    color: #ffffff;
    right: -10px;
    width: 20px;
    height: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    line-height: 20px;
    font-size: 12px;
}

#OMP_MENU_FOOTER {
    --omp-landing-footer-height: 3rem;
    width: 100vw;
    max-width: var(--omp-body-max-width);
    position: fixed;
    bottom: 0;
    height: var(--omp-landing-footer-height);
    background-color: #ffffff;
    box-shadow: 0 -2px 6px 0 rgba(66, 73, 83, 0.08);
    margin-bottom: 0 !important;
    z-index: 10;
}

#OMP_MENU_FOOTER .omp-menu-wrapper {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item {
    width: max-content;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item .omp-menu-item--content {
    padding: 0.5rem;
    cursor: pointer;
    text-align: center;
    color: var(--omp-dark-light);
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item .omp-menu-item--content p {
    height: 1.2rem !important;
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item .omp-menu-item--content.active {
    color: var(--omp-color-primary) !important;
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item span {
    font-size: 12px;
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item .omp-menu-item--content.active span {
    font-weight: 500 !important;
}

#OMP_MENU_FOOTER .omp-menu-wrapper .omp-menu-item .omp-menu-item--content .omp-cart .cart-item-count {
    top: -5px;
    right: 0;
}
