.container {
    padding-top: 24px;
}

header {
    padding: 15px;
}

.row {
    display: flex;
}

.col-xs {
    padding: 0 79px;
}

.view-details {
    color: #000;
    float: left;
    font-size: 16px;
    margin-left: 1px;
}

    .view-details:hover,
    .view-details:focus {
        color: #512B1E;
        text-decoration: none;
        cursor: pointer;
    }

.modal-footer {
    padding: 4px;
    text-align: right;
    border-top: 1px solid #000000;
}

.logo {
    height: auto;
    width: 65%;
    margin-top: -9px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.material-symbols-outlined {
    font-size: 2.5em !important;
    color: #512B1E;
    font-size: 33px !important;
    margin: 0 -12px
}

.login-button {
    padding: 1px 29px;
    background-color: #fff;
    border: 2px solid #512B1E;
    color: #512B1E;
    border-radius: 15px;
    font-size: 15px !important;
    font-weight: 400;
}

.order-history {
    font-size: 1.2em !important;
    color: #512B1E !important;
}

.dropdown-toggle {
    border-color: #512B1E !important;
    background-color: white !important;
    color: gray !important;
    border-radius: 15px !important;
    border: 2px solid #512B1E !important;
}

.caret {
    margin-left: 48px !important;
    color: #512B1E;
    border-top: 8px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
}

.dropdown-menu {
    border: 2px solid #512B1E !important;
    border-radius: 15px !important;
}

    .dropdown-menu > li > a {
        border-radius: 5px !important;
        padding: 4px 16px !important;
    }

        .dropdown-menu > li > a:hover {
            background-color: rgba(255, 166, 1, 0.647) !important;
        }

.donut-banner img {
    width: 100%;
    padding-top: 7px;
}

.nav-container {
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 8px 2px lightgray;
    margin-top: 15px;
}

.navbar {
    list-style: none;
}

    .navbar li {
        display: inline-block;
    }

    .navbar a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        color: black;
        padding: 14px 18px;
    }

        .navbar a:hover {
            color: #512B1E;
            text-decoration: none;
        }

.active, .btn:hover {
    background-color: #512B1E;
    color: white;
    font-weight: bolder;
}

    .active a {
        text-decoration: none;
        color: white;
    }

/* HEADER */
.header {
    overflow: hidden;
    margin-top: -9px;
}

    .header a {
        float: left;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 1.2em !important;
        color: #512B1E !important;
        line-height: 25px;
        border-radius: 4px;
    }

        .header a.logo {
            font-size: 25px;
            font-weight: bold;
        }

        .header a:hover {
            color: #000;
        }

        .header a.active {
            background-color: dodgerblue;
            color: white;
        }

.header-right {
    float: right;
}

@media (max-width:892px) {

    .show-on-large {
        display: none;
    }

    .menu-button.navicon {
        display: block !important;
        cursor: pointer !important;
    }

    .show-on-large {
        display: none !important;
    }

    .order-history {
        display: none;
    }

    .material-symbols-outlined {
        display: none;
    }

    .login-button {
        display: none;
    }

    .header a {
        display: none;
    }

    .logo {
        height: auto;
        width: 65%;
        margin-top: -9px;
    }
    
    .header-right {
        display: none;
    }
}

.accent-color {
    color: #512B1E !important
}

/* Navicon Menu */
.menu-button.navicon {
    color: rgba(255,255,255,0);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    cursor: pointer;
    
    &:hover {
        cursor: pointer;
    }

    &:after {
        cursor: pointer;
        color: #512B1E;
        content: '\2630';
        font-size: 2em;
        margin: .2em;
        width: 1em;
        height: 1em;
        line-height: 1em;
        display: block;
    }

    &.expanded:after {
        content: '\2715';
    }
}

.show-on-large {
    display: none;
}

.menu-button.navicon {
    display: none;
    z-index: 1000;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    z-index: 1001;
    transition: right 0.3s ease;
    padding: 60px 20px 20px 20px;
    overflow-y: auto;
}

.mobile-menu.active {
    display: block;
    right: 0 !important;
    left: auto !important;
}

.mobile-menu a {
    display: block;
    padding: 15px 10px;
    color: #512B1E;
    text-decoration: none;
    font-size: 1.1em;
    border-bottom: 1px solid #eee;
}

.mobile-menu a:hover {
    background-color: #f5f5f5;
}

.mobile-menu .material-symbols-outlined {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.mobile-menu .login-button {
    display: block;
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

h2 {
    font-family: robotoregular;
    color: #512B1E !important;
}

.variant_name {
    font-family: robotoregular !;
    font-size: 16px;
}


.table tr,
.table tr td {
    vertical-align: middle;
}

.table > tbody > tr > td {
    vertical-align: text-top !important;
    border-top: 1px solid #fff !important;
}

.table {
    margin-top: 10px;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .button-container .quantity {
        max-width: 80px;
        text-align: center;
        display: inline-block;
        margin: 0px 5px;
        border: none;
    }

#myTable .price {
    width: auto;
    display: inline-block;
}

.price {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 16px !important;
}

.cart-qty-plus,
.cart-qty-minus {
    width: 32px;
    height: 30px;
    background-color: white;
    border: 1px solid rgba(211, 211, 211, 0.178);
    border-radius: 0.25rem;
    font-size: 18px;
    box-shadow: 0px 1px 4px 1px lightgray;
    color: #512B1E;
}

    .cart-qty-plus:hover,
    .cart-qty-minus:hover {
        background-color: #512B1E;
        color: #fff;
    }

.img-prdct {
    width: 55px;
    height: 55px;
    border-radius: 4px;
}

    .img-prdct img {
        width: 100%;
    }

.remove {
    width: 50px;
    height: 50px;
    border-radius: 4px;
}

    .remove img {
        width: 50%;
    }

.amount {
    text-align: center;
    font-size: 16px !important;
}

.subtotal, .delivery {
    font-weight: 600;
    font-family: robotoregular !;
    font-size: 16px;
}

.delivery {
    font-size: 14px;
}

.total {
    font-weight: 600;
    font-family: robotoregular !;
    font-size: 16px;
}

input[type=date] {
    border: 1px solid #512B1E;
    border-radius: 5px;
    padding: 4px 0;
    padding-left: 4px;
    padding-right: 4px;
}

.delivery-container {
    display: flex;
}

.submit-button {
    background: linear-gradient(180deg,#8B6F47 45%,#512B1E 100%);
    border: none;
    padding: 8px 32px;
    color: white;
    letter-spacing: 0.50px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    font-family:sans-serif;
}
    .submit-button:disabled {
        opacity: 0.6; 
        cursor: not-allowed; 
    }

.add-order-button {
    background: linear-gradient(180deg,#8B6F47 45%,#512B1E 100%);
    border: none;
    padding: 8px 32px;
    color: white;
    letter-spacing: 0.50px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }

    .delivery_date {
        position: relative;
        left: 200px;
    }
}

@media only screen and (max-width: 600px) {

    .filter-date {
        position: relative !important;
        right: 200px !important;
        margin-top: 15px !important;
        margin-bottom: none !important;
    }

    .active {
        position: relative;
        color: #fff !important;
        font-size: 15px;
        padding: 3px !important;
        position: relative;
        bottom: none;
        font-weight: normal;
        margin: 2%;
        max-width: 100% !important;
    }

    .show-on-small-only {
        margin-left: 100px !important;
    }
}
