@media (min-width: 769px),
print {
    .navigation {
        background: #073061;
    }
}

.nav-sections {
    background: #073061;
}

.page-footer {
    background: #073061;
}

.nav-sections a span {
    color: white;
}

.product-item-details {
    text-align: center;
}

/* layout */
.page-layout-2columns-left .column.main {
    width: 100% !important;
}

.panel.wrapper,
.copyright {
    display: none;
}

.toolbar-products {
    display: none;
}

.action.nav-toggle {
    display: none;
}

.header.content .logo {
    margin-left: 0px;
}

#product-addtocart-button,
#product-options-wrapper,
.minicart-items-wrapper .product-item-details .product.options,
#shopping-cart-table .product-item-details .item-options {
    display: none;
}

#store\.menu .navigation {
    height: 3em;
}

#store\.menu .navigation ul li a {
    display: none;
}

.page-footer .nav.item {
    display: none;
}

.item-options {
    display: none;
}

.action.print.receipt {
    display: none !important;
}

.product-item-inner .actions-primary .tocart {
    display: none;
}

.header a.logo {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.minicart-wrapper {
    display: none !important;
}