﻿.FullLayout > .Header .ToolBar.Wide {
    background-color: var(--custom-color-1);
    display: flex;
    height: 80px;
    position: fixed;
    width: 100vw;
}

    .FullLayout > .Header .ToolBar.Wide .Logo {
    }

    .FullLayout > .Header .ToolBar.Wide .Logo img {
        height: 80px;
    }

    .FullLayout > .Header .ToolBar.Wide .CustomerName {
        color: #ffffff;
        font-size: 16px;
        margin-right: 30px;
        margin-top: 29px;
        width: 190px;
    }

    .FullLayout > .Header .ToolBar.Wide .ShoppingCartRowsCount {
        background-color: #cccccc;
        border-radius: 5px;
        color: var(--custom-color-1);
        font-size: 12px;
        height: 18px;
        margin-left: -10px;
        margin-top: 15px;
        text-align: center;
        width: 18px;
        z-index: 10000;
    }

    .FullLayout > .Header .ToolBar.Wide .ShoppingCart {
        background-color: #ffffff;
        border-radius: 18px;
        height: 36px;
        margin-top: 21px;
        padding-top: 8px;
        text-align: center;
        width: 36px;
    }

    .FullLayout > .Header .ToolBar.Wide .Settings {
        background-color: #ffffff;
        border-radius: 18px;
        height: 36px;
        margin-right: 40px;
        margin-top: 21px;
        padding-top: 8px;
        text-align: center;
        width: 36px;
    }

.FullLayout > .Header .ToolBarSpacer.Wide {
    height: 80px;
}
