/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(380,24): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-theme'
(381,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-theme'
(595,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-theme'
(599,21): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-theme'
(669,25): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-theme'
(775,32): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-theme'
 */
:root {
    --color-primary-theme: #007E68;
    --color-primary-contrast: white;
}

body {
    letter-spacing: 0.35px;
}

.about-us-div {
    font-size: medium;
    color: #333333;
    padding: 25px 25px 10px;
    text-align: justify;
    line-height: 23px;
    margin-top: 10px;
}

.table-header {
    text-align: center;
}

.about-us-pic {
    margin: auto !important;
    text-align: center;
}

.next-row {
    margin-top: 15px !important;
}

.next-medium-row {
    margin-top: 25px !important;
}

.item-header {
    color: #464747;
}

#google-map {
    height: 250px;
}

ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}



.contact-info ul li {
    margin-bottom: 8px;
}

    .contact-info ul li a {
        color: #fff;
    }


/***
Sidebar Tags
***/
.sidebar-tags li {
    padding: 0;
}

    .sidebar-tags li a {
        text-decoration: none;
        cursor: pointer;
        background-color: gray;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 10px;
        margin: 0 2px 5px 0;
        display: inline-block;
    }

        .sidebar-tags li a:hover, .sidebar-tags li a:hover i {
            cursor: pointer;
            background-color: #3598DC;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .sidebar-tags li label:hover {
        cursor: pointer;
    }

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

    #custom-search-input input {
        border: 0;
        box-shadow: none;
    }

        #custom-search-input input::-webkit-input-placeholder {
            font-size: 0.95rem;
            font-style: italic;
        }

    #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-search-input .fa-search {
        font-size: 20px;
    }

.blink_text {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
    color: darkblue;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.card-title h3 {
    font-size: 1.3rem;
    margin-top: 37px;
    margin-bottom: 10px;
    font-weight: 500;
}

.card-img-top {
    border-radius: 15px;
}

.card-text {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 28px;
    color: #4a4a4a;
}

.promoItems {
    border-bottom: 1px solid hsla(0,0%,76.1%,.25);
}

    .promoItems:nth-child(even) {
        border-right: 1px solid hsla(0,0%,76.1%,.25);
    }

    .promoItems .title {
        font-size:1.1rem;
    }

    .promoItems .price {
        font-size: 1.2rem;
        margin: 5px 0;
    }

    .promoItems .button {
        background-color: #10847e;
        border-radius: 20px;
        color: #FFF;
        display:inline-block;
        padding: 8px 15px;
        margin: 5px 0 20px;

    }

    .promoItems img {
        max-width: 80%;
        max-height: 70%;
        position: relative;
        vertical-align: middle;
        top: 50%;
        transform: translate(0%, -50%);
        margin-bottom: 10px;
    }

.dropdown .popover {
    width: 150px !important;
}

.dropdown .popover-title {
    color: darkgrey !important;
    font-weight: normal !important;
}

.dropdown .popover-content {
    text-align: center !important;
    font-weight: bold !important;
}

/*disable html5 spinner in number textbox*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.panelbackground {
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.badge {
    cursor: pointer;
    background: rgb(243, 106, 90) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    margin: -25px -13px 0px -10px;
    color: #fff;
    vertical-align: middle;
    border-radius: 12px !important;
}

.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}

.note {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
}

.page-prefooter h2 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.page-prefooter a {
    color: white;
}

.div-footer-paymenticons span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 70px;
    margin-right: 15px;
    border: 1px solid rgba(198, 198, 198, 0.67);
    border-radius: 3px;
    background: white;
}

.div-footer-paymenticons img {
    max-width: 90%;
    max-height: 80%;
    background: white;
}
.dropdown-menu {
    left: auto !important;
    right: 0px !important;
    top: 40px !important;
    background: rgb(46, 52, 59) none repeat scroll 0% 0% / auto padding-box border-box !important;
    font-size: 13px !important;
}
    /*#UL_1*/
    .dropdown-menu:after {
        position: absolute !important;
        top: -7px !important;
        right: 10px !important;
        display: inline-block !important;
        border-right: 7px solid transparent !important;
        border-bottom: 7px solid #fff !important;
        border-left: 7px solid transparent !important;
        content: '' !important;
        border-bottom-color: black !important;
    }

.dropdown-item {
    color: #494848 !important;
}

.dropdown-menu > a {
    padding: 8px 16px !important;
    color: #494848 !important;
    text-decoration: none !important;
    display: block !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    background-color: #fafafa;
    font-size: 0.9rem;
    border-bottom: solid 1px #f0f0f0;
}

    .dropdown-menu > a:hover {
        background-color: #f1f3f6;
    }

    .dropdown-menu > a:active {
        background-color: #f1f3f6;
    }

    .dropdown-menu > a > i {
        margin-right: 9px !important;
    }

.bg-primary {
    background-color: #3479B6 !important;
}

.btn-primary {
    background-color: #3479B6 !important;
}

.btn-secondary2 {
    background-color: white;
    border-color: var(--color-primary-theme);
    color: var(--color-primary-theme) !important;
    border-width: 1px !important;
}

a.btn-secondary2:hover {
    color: #e88c07 !important;
}

.text-primary {
    color: #3479B6 !important;
}

.small {
    font-size: 85%;
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem !important;
    background-repeat: no-repeat !important;
    background-position: center right .5625rem !important;
    -webkit-background-size: 1.125rem 1.125rem !important;
    background-size: 1.125rem 1.125rem !important;
}

.form-group .form-control-success {
    background-image: url(/content/images/check.png) !important;
}

.form-group .form-control-danger {
    background-image: url(/content/images/cross.png) !important;
}


.card-img-cat {
    width: 5em;
    max-width: 128px;
}


a.invisible-hyperlink,
a.invisible-hyperlink:hover {
    text-decoration: none;
    color: inherit;
}

.table-hover tr:hover td {
    background-color: #FBFCFC;
}

.card-profile {
    transition: transform .1s;
    border-color: lightgrey;
}

    .card-profile::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 8px 8px 0 rgba(0, 0, 0, .1);
        content: '';
        opacity: 0;
        z-index: -1;
    }

    .card-profile:hover,
    .card-profile:focus {
        transform: scale3d(1, 1, 1);
    }

    .card-profile::after {
        opacity: 1;
    }


@media (min-width: 992px) {
    .left-padding-desktop {
        padding-left: 1% !important;
    }
    .promoItems:nth-child(odd) {
        border-right: 1px solid hsla(0,0%,76.1%,.25);
    }
}

.radio {
    margin: 1rem;
}

    .radio input[type="radio"] {
        display: none;
        opacity: 0;
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            margin-right: 1rem;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #007e68;
            box-shadow: inset 0 0 0 5px #f4f4f4;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #007e68;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 5px #f4f4f4;
            content: '';
            background: whitesmoke;
            border-color: whitesmoke;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }

        .radio input[type="radio"] + .radio-label {
            width: 100%;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
        }

.address .radio-inline {
    margin-right: 1.5rem;
    color: #494848;
    display: inline !important;
}

.custom-selector {
    height: auto;
    padding: 0;
    position: relative;
}

    .custom-selector select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        width: 100%;
        max-width: 200px;
        float: right;
        padding: 5px 30px 4px 15px;
        font-size: 0.8rem;
        line-height: 1.75;
        color: #333;
        background-color: white;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        -ms-word-break: normal;
        word-break: normal;
        text-align-last: center;
    }

        /* For IE10 */
        .custom-selector select::-ms-expand {
            display: none;
        }

    .custom-selector:after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #adb5bd;
        right: 10px;
        top: 0;
        padding: 8px 0px 5px 4px;
        position: absolute;
        pointer-events: none;
    }

.btn-pay {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    width: 100%;
}

.home-promotion-banner {
    background-image: url(/Content/images/offers/home_banner_bg.png);
    background-size: cover;
    min-height: 220px;
    display: flex;
    align-items: center;
}

    .home-promotion-banner img {
        max-width: 80%;
        padding: 20px 0;
    }

.button-collapse {
    display: block;
    position: relative;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 0 0;
    color: var(--color-primary-theme);
}

    .button-collapse:hover {
        color: var(--color-primary-theme);
    }


.menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
}

.nav-bars {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.side-nav {
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    background-color: #ddd;
    z-index: 1061;
    -webkit-backface-visibility: hidden;
    overflow: auto;
    will-change: transform;
    backface-visibility: hidden;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

    .side-nav.fixed {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        position: fixed;
    }

    .side-nav a, .side-nav > div {
        border-bottom: 1px solid #f0f4f7;
        min-width: 200px;
        overflow: hidden;
        color: #83878b;
        font-size: 14px;
        font-weight: 400;
        display: block;
        padding: 8px 5px;
    }

        .side-nav a i {
            text-align: center;
            width: 45px;
            font-size: 14px;
            color: var(--color-primary-theme);
        }

        .side-nav a:hover {
            background-color: #fafcfd;
            color: #6c6e70;
        }

@media (max-width:991px) /*Mobile screen*/ {
    .container {
        width: 100%;
        max-width: none !important;
        margin: 0px !important;
        margin-top: 2px !important;
    }

    .btn-sticky-bottom {
        position: fixed;
        bottom: 0px;
        z-index: 3;
        padding: 15px 0;
        display: block;
    }

    .btn-pay {
        position: fixed !important;
        bottom: 0px;
        right: 0;
        width: 60% !important;
        z-index: 3;
        padding: 10px 0;
        margin: 10px;
        display: block;
        font-size: 1rem;
    }

    .cart-total-container {
        position: fixed;
        left: 0;
        bottom: 0px;
        z-index: 3;
        background-color: white;
        padding: 10.8px 0 !important;
        box-shadow: 0 -1px 15px 0 rgba(0,0,0,0.2);
    }

        .cart-total-container .total-label {
            font-size: small;
        }

        .cart-total-container .total-value {
            text-align: left !important;
            font-size: large;
            font-weight: 500;
        }

    .home-promotion-banner img {
        max-width: 90%;
        padding: 0;
    }

    #searchManagerContainer .card {
        background-color: #10847e;
        border-radius: 0;
    }
}


/* Start 'Page loading' gif */
@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

    .lds-rolling div,
    .lds-rolling div:after {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 6px solid var(--color-primary-theme);
        border-top-color: transparent;
        border-radius: 50%;
    }

    .lds-rolling div {
        -webkit-animation: lds-rolling 1s linear infinite;
        animation: lds-rolling 1s linear infinite;
        top: 15px;
        left: 15px;
    }

        .lds-rolling div:after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }


/* End 'Page loading' gif */

