﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
#desktop {
    margin-top: 65px;
}

#mobile {
    margin-top: 62px
}

#btnBasket{display:none}
#pageContainer {
    margin: 5px;
    border: solid 1px #e6e1e1
}
#mobile_category {
    background-color: #ebffff
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
    padding: 0px;
    min-height:50px

}
.btnClosePage {
    margin: 10px;
    width: 38px;
    height: 30px;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.fz17 {
    font-size: 17px
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.item_img {
    height: 100px
}

#category div, #mobile_category_container div {
    text-align: left;
    margin-top: 10px
}

    #category div button {
        width: 200px
    }

.btn-t4 {
    background-color: #00b8a9 !important;
    color: white;
}

.category_heading {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.product_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px
}

.fz12 {
    font-size: 12px
}

#basket_heading {
    font-size: 20px;
    background-color: #ebebeb;
    padding: 5px;
}

#basket_content {
    border: solid 1px #ebebeb;
    border-top: none;
}

.product_item {
    position: relative;
    flex: 0 1 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-direction: row;
    border: 1px dotted gray;
    border-radius: 3px;
    text-align: left;
    cursor: pointer;
}

.product_img {
    display: none;
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    margin-top: 0;
    border-radius: 3px;
    margin-left: 16px;
    background-position: center;
    background-color: #e8ebeb;
    background-size: cover;
}

.visible {
    display: block;
    position: relative;
}

.btn-t4-outline {
    border: solid 1px #00b8a9;
    background-color: white;
}

.qtyBtn {
    width: 30px
}

.noBorderTop {
    border-top: none !important;
}

.hide {
    display: none
}

.left {
    float: left;
}

.right {
    float: right
}

.clear {
    clear: both
}

.w100 {
    width: 100%
}

.pdlr0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.pd0 {
    padding: 0px !important
}

.pd10 {
    padding: 10px
}

#logo {
    height:39px
}

.navButton button{margin:10px}

footer a {
    cursor: pointer
}

.badge-danger a {
    color: white !important
}

@media only screen and (max-width: 768px) {

    .navButton button {
        margin: 10px 2px;
    }
    .openingHour div {
        width: 100%
    }

    #btnHistory {
        display: none
    }

    #btnBasket {
        display: initial !important;margin-right:3px
    }

    #desktop {
        display: none
    }

    #mobile {
        display: block;
    }

    #btnHistory {
        display: none
    }

    #footer {
        display: none;
    }

    #mobile {
        margin-left: -15px;
        margin-right: -15px;
    }

    .category_heading {
        margin-top: 15px
    }

    .category_heading_adjust {
        margin-top: 105px
    }

    #logo {
        
        margin-left: 10px
    }

    #mobile .header_img {
        background-image: url('../img/header-image.jpg');
        background-size: cover;
        background-position: 50%;
        opacity: 1;
        left: 0;
        width: 100%;
       
    }

    #mobile .row {
        margin: 0px
    }

    .fz20 {
        font-size: 20px
    }

    .fz16 {
        font-size: 16px
    }



    #mobile #category div, #mobile_category_container div {
        overflow-x: auto;
        width: auto;
        white-space: nowrap;
        padding: 10px 5px;
    }

        #mobile #category div a, #mobile_category_container div a {
            margin: 0 10px;
            color: #00b8a9
        }


    .item_img {
        width: 104px;
        padding-left: 10px
    }

    .item_name span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px
    }

    .item {
        border-bottom: solid 1px #f0e9e9;
        padding: 5px 0px;
        margin-top: 10px
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .bottom_navbar {
        overflow: hidden;
        background-color: #00b8a9;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: solid 0.5px #b5b3b3;
    }

        .bottom_navbar a {
            float: left;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 4px 10px;
            text-decoration: none;
            font-size: 17px;
            width: 25%;
        }

            .bottom_navbar a span {
                font-size: 12px;
                display: block
            }

    #basketTbl thead {
        display: none
    }

    #basketTbl tbody tr td {
        font-size: 20px
    }

    #row_total {
        font-size: 30px
    }

    #basketTbl .basketSubTotal {
        font-size: 30px
    }

    #basketTbl .checkout {
        font-size: 21px
    }

    #tblOrderHistory_mobile label {
        display: block !important;
        font-size: 12px;
        margin-bottom: 0px
    }

    #tblOrderHistory_mobile td {
        border-top: none
    }

    .changeQtyContainer {
        margin-top: 10px
    }

    .phone {
        display: block;
        margin: 8px;
    }
}

.option_selection_box {
    border: solid 1px #dfe0e0;
    margin: 5px;
    padding: 12px 5px;
}

.modal-dialog {
    max-width: 660px !important
}

.options .row {
    margin: auto
}

.pd18 {
    padding: 18px
}

#itemQty {
    margin: 0 20px;
    font-size: 27px;
}

.option_page_image {
    width: 100%;
    height: 200px;
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.pretty .state {
    font-size: 16px
}

.pdlr5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.highlight_yellow {
    background-color: #ffe7b8;
}

.required {
    color: red;
    font-size: 14px;
}

.font-bold {
    font-weight: bold
}

.bg-theme, .bg-theme:hover, .bg-theme:active {
    background-color: #00b8a9;
    color: white;
}

.btn-t4-selected, .btn-t4-selected:active, .btn-t4:hover {
    background-color: #e87e15 !important;
    color: white;
}

.fz100 {
    font-size: 100px !important
}

.fz70 {
    font-size: 70px !important;
}

.fz14 {
    font-size: 14px !important
}

.fz10 {
    font-size: 10px
}

.color-theme {
    color: #00b8a9
}

.w-120 {
    width: 120px
}

.bg-blue, .btn-blue {
    background-color: #0390e0;
    color: white
}

    .btn-blue:hover {
        background-color: #00a9ce;
        color: white
    }

.active {
    color: #f6ffb6 !important;
    font-weight: bold;
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.btnChangeQty {
    width: 27px
}

.stayOnTop {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 51px;
}

.mt0 {
    margin-top: 0 !important
}

.notAvailable {
    color: #8a8a8a
}

.hideContent {
    display: none
}

.btn-google-lg {
    height: 41px;
    font-size: 18px;
    text-align: center;
    background-color: #e21818;
    color: white;
}

    .btn-google-lg span {
        padding-top: 6px
    }

.customer_box {
    border: dotted 1px black;
    background-color: #cdffc7
}

.checkout_table td {
    vertical-align: top
}

.mg0 {
    margin: 0px !important
}

.bigDropDown {
    font-size: 37px;
}

.mt10 {
    margin-top: 10px
}

.mobile_userbox {
    padding: 10px;
    background-color: #2bb1aa;
    color: white;
}

.group_desc {
    color: #8a8a8a
}

.storeBlock {
    border: solid 1px gray;
    margin: 5px;
    padding: 5px;
    background-color: #fffcf9;
    cursor: pointer
}

    .storeBlock .storeMiles {
        color: #bf200d;
    }

    .storeBlock .storeName {
        font-weight: bold;
        font-size: 18px
    }

    .storeBlock storeAddress {
        font-size: 14px;
        color: #343434
    }


/****Social Login Styles *******/
.login-form {
    width: 340px;
    margin: 30px auto;
    font-size: 15px;
}

    .login-form form {
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

    .login-form .hint-text {
        color: #777;
        padding-bottom: 15px;
        text-align: center;
        font-size: 13px;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #f7f7f7;
        position: relative;
        top: -11px;
        z-index: 1;
    }

.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

    .social-btn .btn i {
        float: left;
        margin: 4px 15px 0 5px;
        min-width: 15px;
    }

.input-group-addon .fa {
    font-size: 18px;
}

#btnCheckAsGuest {
    height: 65px
}
/****** Social Login End *******/
