

/* to implement sidebar menu */

.page {
    margin-top: 0 !important;
}

.sidebar {
    background-image: linear-gradient(180deg, steelblue 0%, bisque 70%);
}

.jl-logo {
    padding-top: 10px;
}

.navbar-dark {
    background-color: var(--navy);
}

.navbar-collapse {
    margin-top: 90px;
}

.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.copyright {
    position: absolute;
    bottom: 0;
}

    .copyright ul {
        list-style: none;
        padding-left: 6px;
    }

    .copyright span {
        font-size: smaller;
    }

.no-markers {
    list-style: none;
    padding-left: 6px;
}



/* Kenya sepecific */

.browse {
    padding-top: 6px;
}

.contact-us,
.guide-banner,
.product-category-viewer {
    background-color: transparent;
}

body {
    background-color: bisque !important;
}

.modal-content,
.modal-header,
.modal-body {
    background-color: bisque !important;
}

.breadcrumb,
.e-card,
.e-card-header,
.e-card-image,
.e-card-actions,
.e-card-content {
    background-color: peachpuff;
}

.delivery-title {
    color: #007bff;
}

.delivery-list h6 {
    color: #007bff;
}

.bank-details {
    color: #007bff;
}
