/* side nav */

html, body {
    height: 100%;
    visibility: visible;
}

.sidenav {
    position: absolute;
    left: 0;
    width: 0px;
    /*bottom: -1000px; */
    display: none;
    z-index: 1019;
    background: transparent;
    box-shadow: -10px 10px 512px 256px #000000cc;
    transition: .5s;
    /* .flex-column */
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.btn-rounded{
    border-radius: 10px;
    border: 1px solid #333;
    font-weight: bold;
}

.rounded-product{

    border-radius: 50%;


}

/*///////////////////////////////////////////////////////////////*/

.sidenav ul li ul {
    padding-left: 15px;
}

/*////////////////////// OPTIONAL STYLES ////////////////////////*/
#shoppingCart #checkout.disabled{ background-color: #666 !important; }

.navbar {
    box-shadow: 0px 0px 10px 2px #000000ad;
}

.nav-link {
    color: white;
    text-align: center;
    transition: .3s;
}

.nav-link:hover {
    color: white;
    box-shadow: 0px 0px 4px 1px #ffffff85;
    text-shadow: 0px 0px 1px white;
}

.navbar-toggler {
    transition: .5s;
    border: 2px solid #ffffff9e;
    color: #f8f8ffe3;
}

.navbar-toggler:hover {
    box-shadow: 0px 0px 4px 2px #ffffff85;
    text-shadow: 0px 0px 2px white;
}

.sidenav .nav-link {
    color: #ffffffba;
    white-space: nowrap;
    transition: .3s;
}

.sidenav .nav-link.selected {
    color: #FFF;
}

.sidenav .nav-link:hover {
    background-color: #a7a7a766;
    color: #fff;
}

.btn-outline-light {
    border: none;
}

.btn-outline-light:hover {
    color: white;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 4px 1px #ffffff85;
    text-shadow: 0px 0px 1px white;
}
/* end side nav */

/* searchbox */

.searchbox-backdrop{ display: none; position: fixed; left: 0; right: 0; bottom: 0; top:0; z-index: 9998; background-color: rgba(0,0,0,0.6);}

.searchbox-wrapper{ border: 1px solid #BD171C; border-radius: 8px; position: absolute; z-index: 9999; background-color: #FFF;}
.searchbox-wrapper .form-control{ padding: 0px; height: auto !important; border:none !important; background-color: transparent;}
.searchbox-wrapper .form-control #searchField{ padding: .375rem .75rem; line-height: 2rem; margin-top: 1px; outline: none; -webkit-appearance: none; border: none;}
.searchbox-wrapper #searchButton{ box-shadow: none; color: #BD171C; }
.searchbox-wrapper #searchButton i{ font-size: 1.1rem; }
.searchbox-wrapper .input-group-btn{ }
.searchbox-wrapper #searchField::-moz-focus-inner, .searchbox-wrapper #searchField::-moz-focus-inner{ border:0; padding: 0; outline: none;}

.searchbox-wrapper .highlight{ color: #B71C1C;}

#searchContainer{ display: none; padding-top: 12px; padding-bottom: 12px; position: absolute; top:5px;}
#searchContainer.opened{ display: block;}
#searchField{ margin-left: 5px; margin-right: 5px;}
#searchButton{ margin:0px; box-sizing: border-box; height: 100%;}

#deleiveryTextSpan{ font-weight: 200; font-size: 0.9rem; font-style: italic;}
#deleiveryTextSpan strong{ font-weight: 900; font-size: 1.1rem; font-style: normal;}

.searchbox-dropdown{ display: none;  background-color: #fff; border-top: 1px solid #CCC; padding-top: 10px;}
.searchbox-dropdown ul, .searchbox-dropdown ul li{ list-style: none; padding:0px;}
.searchbox-dropdown ul{ padding-left: 20px; padding-right: 20px;}
.searchbox-dropdown ul li a{ display: block; width: 100%; box-sizing: border-box; padding: 8px;}
.searchbox-dropdown ul li a:hover, .searchbox-dropdown ul li a.preselect{ background-color: #F2f2f2;}


@media screen and (min-width: 900px) {
    .search-center{ width: 50%; margin-left: 160px; position: relative; height: 47px;}
}

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

    .searchbox-wrapper{
        width: auto;
        left: 5px;
        right: 5px;
        top:15px;
    }

    .searchbox-wrapper .input-group-btn{ width: 50px;}
    .searchbox-wrapper #searchButton{ width: 50px;}
    .searchbox-wrapper .form-control #searchField{ padding-left: 0.1rem;}

    .searchbox-dropdown ul{ padding-left: 0px;}
}

/* end search box */

@font-face{ font-display: swap; font-family:text-security-disc;src:url(/font/text-security-disc.eot);src:url(/font/text-security-disc.eot?#iefix) format('embedded-opentype'),url(/font/text-security-disc.woff2) format('woff2'),url(/font/text-security-disc.woff) format('woff'),url(/font/text-security-disc.ttf) format('truetype'),url(/font/text-security-disc.svg#text-security) format('svg')}

html, body {

    font-family: Muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
}

body {
    font-size: 0.9375em;
}

body p, body div {
    font-family: 'Muli', sans-serif;
    font-weight: bolder;
    font-size: 1rem;
}

body.modal-open {
}

body.modal-open #app-root {
}

.founders img{ border-radius: 50%;}

.carousel-indicators{ margin-bottom: 0px;}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon{ width: 60px; height: 60px;}


.glide .slide-product{

    padding: 5px;
    position: relative;
    text-align: center;


}
.glide .product{
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
}

.glide__arrow{ padding: 40px 20px; background-color: rgba(255,255,255,0.4); color: #000;}
.glide__arrow:hover{ background-color: rgba(255,255,255,0.8);}
.glide__arrow i{ padding: 0px !important; font-size: 2rem; color: #555;}
.glide__arrow--left{ left: -3.5em;}
.glide__arrow--right{ right: -3.5em;}

#intervalsUL{ margin: 0px; padding: 0px; list-style: none; text-align: center;}
#intervalsUL li{ display: none; position: relative;}
#intervalsUL li i{ display: none;}

#intervalsUL li.loading, #intervalsUL li.not_available, #intervalsUL li.available{ display: block;}
#intervalsUL li.not_available{   text-decoration: line-through; color: #666;}
#intervalsUL li.loading::after{
    content: ' ';
    position: absolute;
    right: 0px;

}

#restaurant-features {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.btn-light-yellow {
    background-color: #f4e10e;
}

.highlight{ background-color: yellow;}

.btn.btn-md{ padding: .5rem 1rem !important; font-size: 0.8rem !important;}

.thin-text{ font-weight: 200;}

.modal-header button.back {
    background: transparent;
    border: none;
    padding: 1.1rem;
    margin: -1rem;
    font-size: 1.5rem;
    float: left;
    position: absolute;
    line-height: 1;
    color: #666;
}

#menuBg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1019;
    background-color: transparent;
}

.highdemand {
    position: relative;
    padding-left: 26px;
    color: #DC640D;
    line-height: 24px;
    margin-top: 5px;
}

.highdemand::before {
    content: ' ';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    background-size: contain;
    background-image: url(../images/highdemand.png);
}

#addressModal input {
    font-weight: bold;
    color: #000;
}

.section-title s {
    font-weight: bold;
    color: #F00;
    line-height: 1;
    font-family: Verdana;
}

.section-title s span {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #F00;
}

.modal-smooth-scroll {
    overflow-y: scroll !important; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch !important;
}

.pac-container {
    z-index: 9999 !important;
}

.spinner-border.text-danger {
    color: #FF0000 !important;
}

.modal-subtitle {
    font-size: 0.9rem;
    color: #666;
}

/* .modal-dialog{ max-height: calc(100% - 20px) !important; overflow-y: scroll; } */
.md-form .prefix {
    top: .5rem;
}

header {
    background-color: #fff;
}

.w-300 {
    width: 300px !important;
}

.w-200 {
    width: 200px !important;
}

.navbar-brand-center {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 140px;
}

.navbar-brand {
    text-align: center;
}

.navbar-brand img {
    height: 65px;
}

h2.section-title, h1.section-title, div.section-title {
    text-transform: uppercase;
    line-height: 2.6rem;
    font-weight: 400;
    font-size: 1.7rem;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    margin-bottom: 25px;
}

.dropdown-toggle::after{
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

h2.section-title::after, h1.section-title::after, div.section-title::after {

    content: '';
    height: 3px;
    background: #FF0000;
    position: absolute;
    left: 0;
    bottom: -12px;


    width: 0;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate3d(0, 0, 0);

    left: 50%;
    margin-left: -18px;
}

h2.section-title.section-title-center{ padding-left: 0px !important; margin-left: 0px !important;}
h2.section-title.section-title-center::after{ left: 50% !important; margin-left: -18px !important;}

.navbar a.search {
    margin-right: 4px;
    padding: 10px;
}

.navbar a.search i {
    font-size: 1.5rem;
    color: #000;
}

.nav-subcategories {
    display: none;
}

.nav-subcategories.nav-open {
    display: block;
}

.mapaddress strong {
    font-weight: 400;
    font-size: 1.7rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

div.section-title::after {
    left: 0px;
    margin-left: 0px;
}

div.section-title a {
    color: #535353;
}

.addressBTN {
    width: 100% !important;
}

.addressBTN.set-address {
}

.section-title.sr-loaded::after {

    width: 36px;

}

.mapaddress {
    font-weight: 300;
}

.mapaddress strong {
    font-weight: 600;
}
/*
.section-title {
    visibility: hidden;
}

.hierarchical, header {
    display: none;
}
*/

.hierarchical {
    min-height: 100vh;
    position: relative;
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: -154px;
    padding-bottom: 164px;
}

.hierarchical-wt-address {
    margin-top: -204px;
    padding-top: 204px;
}

.navbar-top {
    height: 90px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.hierarchical.menu-visible {
    position: fixed;
    width: 100%;
}

.hierarchical-home {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 150px;
    min-height: max(100vh, 650px);
}

.header-stripe {
    width: 0px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF0000;

    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

body.sr-loaded .header-stripe {
    width: 100% !important;
}

#deliveryAddress {
    font-weight: bold;
}

#deliveryAddress i {
    font-size: 26px;
    color: #FF0000;
    padding-left: 5px;
    padding-right: 8px;
}

.maker-link i {
    font-weight: 100;
}

.bg-groceries {
    background-image: url(../images/bg1.jpg);
    background-position: left top;
    background-size: cover;
    padding-top: 40px;
    position: relative;
    min-height: 650px;
    min-height: max(calc(100vh - 90px), 650px) !important;
}

.homeblurtext {
    font-weight: 300 !important;
    background-color: rgba(235, 236, 238, 0.8);
    padding-top: 30px;
    padding-bottom: 40px;
    position: absolute;
    bottom: 0px;
}

.homeblurtext h2, .homeboxes h2 {
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 600;
    display: inline-block;
    padding:0px;
    margin: 0px;
}

.homeboxes {
    font-weight: 300;
}

.homeboxes img {
    padding-bottom: 12px;
}

.homeboxes strong {
    font-size: 1.1rem;
}

.home-title {
    font-size: 20px;
    padding-top: 12px;
}

i.disclaimer{ font-size: 0.75rem; line-height: 16px; display: inline-block; font-weight: 200;}

.homeblurtext .far {
    color: #818285;
    font-size: 48px;
    font-weight: 200;
}

a.tel{ white-space: nowrap; }

.address-autocomplete {
    padding: 10px;
    letter-spacing: 1px;
}

.set-address, .current-address, .set-maker {
    box-shadow: none !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0px;
}

.btn-red {
    background-color: #FF0000 !important;
}

.btn-red:disabled {
    background-color: #9d9d9d !important;
    color: #000 !important;
}

#placeOrder, #checkout2, #errorOrder, .lgtext {
    font-size: 1rem;
}

#feedADoctor {
    font-size: 1rem;
    font-weight: bolder;
}

#feedADoctor i.fa-hand-holding-medical {
    font-size: 1.2rem;
    margin-right: 5px;
}

#express-widget {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 280px;
    padding: 15px;
    border: 2px solid #F00;
    box-shadow: 2px 2px #f00;
    background-color: #f4f4f4;
    color: #000;
    font-size: 16px;
    border-radius: 8px;
    z-index: 999999;

}

.font-weight-light strong{ font-weight: 900 !important;}

/* #express-widget a{ text-decoration:none; color:#1B95E0; white-space:nowrap;} */
#close-express-widget {
    position: absolute;
    right: 12px;
    top: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #CCC !important;
    text-decoration: none;
}

.category-link {
    display: block;
    width: 100%;
    min-height: 150px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #333;
}

.category-link img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
}

.category-link span {
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}

.category-link:hover span {
}

.category-link:hover {
    color: #BD171C;
}

#total_amount {
}

.summary .row{ font-weight: 300;}

.no-address {
    font-size: 1.2rem;

    box-sizing: border-box;
}

.section-title i.livery-interval{ color: #666; text-transform: none; font-weight: 200; font-family: Muli, sans-serif;}

.addressBTN {
    background-color: transparent !important;
    background-position: left;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_home.png);
    padding-left: 26px !important;
    text-align: left;
}

.set-maker {
    background-image: url(../images/icon_pizza.jpg);
    background-size: 22px 22px;
    background-image: none;
    padding-left: 0px;
}

.set-maker img {
    margin-top: -5px;
}

.current-address::before {
    content: attr(data-before);
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 1rem;
}

.section-description {
    font-family: 'Muli', sans-serif;
    font-weight: bolder;
    font-size: 1rem;
}

.section-price {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 30px;
}

.section-rating {
    font-family: 'Multi', sans-serif;
    letter-spacing: 1px;
    font-size: 0.85rem;
    font-weight: 100;
}

.section-rating .no_reviews {
    font-size: 0.7rem;
}

.section-quantity {
    margin-top: 20px;
}

.section-quantity .btn {
    font-size: 15px;
    font-family: 'Multi', sans-serif;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #CCC;
}

.section-quantity .qty {
    width: 60px;
    background-color: #f5f5f5;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #ccc;
}

.addToCart {
    background-color: #FF0000 !important;
    margin: 0px;
    margin-top: 30px;
}

.modal-footer .btn {
    margin-left: 0px;
    margin-right: 0px;
}

button .fa-angle-right {
    padding-left: 5px;
}

.modal-footer button {
    font-family: Oswald, sans-serif;
    letter-spacing: 1px;
}

.pac-item {
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
    padding: 10px;
}

#zumDisclaimer{ line-height: 1rem; padding-top:5px;}

#tipTabs input[type="radio"] {
    display: none;
}

#tipTabs a {
    font-size: 1rem;
    font-weight: bolder;
    height: 40px;
    line-height: 28px;
    font-family: 'Multi', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    color: #F00;
}

#tipTabs a.active {
    background-color: #F00 !important;
    color: #FFF;
}

#tipTabs i {
    font-size: 0.9rem;
    font-weight: normal;
    font-family: 'Multi', sans-serif;
    display: block;
}

#tipTabs a.other {
    font-size: 0.9rem;
    font-weight: normal;
}

.hidden {
    display: none !important;
}

.product-mask {
    position: absolute;
    z-index: 100;
    border-radius: 0px !important;
    box-sizing: content-box;
    right: 80px;
    top: 0px;
    width: 20%;
}

.soonimg {
    display: none;
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
    width: 50%;
    left: -20px;
    top: 0px;
}

#app-root {

    min-height: 100%;


    position: relative;

}


#pageLoading{
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #FFF;
    background-image: url('../images/spinner.svg');
    background-position: center;
    background-repeat: no-repeat;

}

.modal-backdrop.show {
    opacity: 0.9;
}

.no-address i {
    font-size: 1.2rem !important;
}

#nearbyMakersModal .list-group-item {
    border: none !important;
    background-image: url(../images/icon_pizza.jpg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 42px;
    background-size: 36px 36px;
}


img.infiniteZoom {
    position: absolute;
    width: auto;
    min-width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

img.infiniteZoom.zoom {
    animation: scale 40s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}


footer {

    bottom: 0;
    width: 100%;
    background-color: #FFF;
}

#products-listing .product {
    margin-bottom: 40px;
}


.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.cart_products .product-img {
    width: 75px;
    margin-right: 10px;
}


.card .product-img {
    width: 85%;
}

nav.breadcrumb-scroll{ background-color: #e9ecef; border-radius: 0.25rem; margin-bottom: 15px; padding-left: 1rem; padding-right: 1rem;}
.breadcrumb-inner{ white-space: nowrap; overflow: hidden; overflow-x: scroll; -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none; }
.breadcrumb-inner::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.breadcrumb-inner .breadcrumb{ background-color: transparent; margin-bottom: 0px; padding-left: 0px; padding-right: 0px;}
.breadcrumb-inner ol li, .breadcrumb-inner ol{ display: inline-block; }

.product-details, .product-details div, .product-details .row .col{ font-weight: 200;}
.product-details strong{ font-weight: 900;}
.product-details ul{ list-style: none; margin: 0px; padding: 0px; padding-left: 10px;}
.product-details ul li{ list-style: disc; margin: 0px; padding: 0px;}
/*.product-details ul li:before{
    content: '\f105';
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    display: inline-block;
    padding-right: 5px;
}*/
.product-details .price{ font-size: 1.5rem; font-weight: 900; color: #BD171C;}

.product-details .price, .product-details .discount_price, .product-details .unitprice, .product-details .discount-end-date{ display: inline-block !important; padding-right: 5px;}

.product-details .discount-end-date{ display: block; font-size: 1rem; font-style: normal;}

.attributes .row:nth-child(odd){ background-color: #CCC;}
.attributes .row:nth-child(even){ background-color: #EEE;}



.card-product{ border-bottom: 1px solid #F5F5F5;}
.card-product .product-price{ font-weight: 200;}
.card-product .product-remove{ font-size: 1.5rem;}

#businessSignupModal .modal-title, #shoppingCart .modal-title, #aboutModal .modal-title, #donateModal .modal-title, #edoidModal .modal-title, #loginModal .modal-title, #signupModal .modal-title, #phoneModal .modal-title, #addressModal .modal-title, #checkoutModal .modal-title, #donateModal .modal-title, #deliveryAddressModal .modal-title, #nearbyMakersModal .modal-title, #addCart .modal-title, #newModal .modal-title{
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-left: auto;
    padding-left: 21px;
}

#businessSignupModal, #shoppingCart, #checkoutModal, #donateModal, #edoidModal, #aboutModal {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
}

textarea#business_info{
    border-left: none; border-right: none; border-top: none;
}

#shoppingCart .modal-dialog, #addCart .modal-dialog, #newModal .modal-dialog, #edoidModal .modal-dialog {
    max-width: 700px;
}

#shoppingCart .section-quantity, #addCart .section-quantity, #checkoutModal .section-quantity, #newModal .section-quantity {
    margin-top: auto;
    font-family: 'Multi', sans-serif;
    font-size: 15px;
}

#shoppingCart .section-quantity .btn, #addCart .section-quantity .btn, #checkoutModal .section-quantity .btn, #newModal .section-quantity .btn {
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#shoppingCart .section-quantity .qty, #addCart .section-quantity .qty, #checkoutModal .section-quantity .qty, #newModal .section-quantity .qty {
    width: 30px;
}

#shoppingCart .product-price {
}

#shoppingCart .cart-product, #checkoutModal .cart-product {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

#checkoutModal {
}

#checkoutModal .section-title, #donateModal .section-title, #aboutModal .section-title, #newModal .section-title, #shoppingCart .section-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

#checkoutModal .section-title::after, #donateModal .section-title::after, #aboutModal .section-title::after, #shoppingCart .section-title::after{
    bottom: 2px;
}

#shoppingCart #total_amount{ line-height: 1.1 !important;}

#checkoutModal .cart_products .product-img, #donateModal .cart_products .product-img {
    width: 100%;
    margin-right: 0px;
}

#checkoutModal .cart-product {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#checkoutModal .cart-product .allergies {
    font-weight: normal;
}

#checkoutModal table td {
    font-size: 1.1rem;
}
/*
#donateModal .modal-title {
    font-family: 'Muli', sans-serif;
    font-weight: bolder;
    font-size: 1rem;
}
*/

.section-title-2lines {
    line-height: 1.6rem !important;
    margin-bottom: 25px !important;
}

.section-title-2lines:after {
    bottom: -7px !important;
}

.product.unparalleled{

}

.product-price.disabled {
    color: #999;
}

.cart-product .allergies {
    font-size: 0.9rem;
    font-style: italic;
}

.navbar .fa-shopping-cart {
    font-size: 42px;
}

#showCart {
    position: relative;

}


#showCart::after {
    content: attr(data-content);
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    background: #666;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -32px;
    border-radius: 50%;
    /* letter-spacing: 0px; */
}

#showCart.green-cart::after{
    background: #4CAF50 !important;
}

#showCart.orange-cart::after{
    background: orange !important;
}

#repeatCart {
    padding-right: 10px;
}

.subtotal table tr td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.subtotal-title {
    padding-right: 10px;
}

#signupForm .md-form, #deliveryAddressForm .md-form, .payment .md-form {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.btn-time-interval {


    font-size: 1rem !important;
    /*background-color: #f2f2f2 !important;
    color: green;*/
}
/*
.btn-time-interval.flexible{
    background-color: #007bff !important;
    font-weight: 900;
}
*/
.btn-time-interval.disabled s{ color: #F00;}

#intervalsButtons li .flexible span{ white-space: normal !important; text-transform: none !important;}
#intervalsButtons li .flexible span i span{  font-size: 0.98rem; font-weight: 200;}
#intervalsButtons li{ text-align: left; line-height: 50px;}
#intervalsButtons li span{ white-space: nowrap;}

#intervalsButtons li a:after{
    content: ' ';
    clear: both;
}

.btn-time-interval{ padding-left: 0.5rem !important; padding-right: 0.5rem !important;}
.btn-time-interval.disabled {
    opacity: 0.9 !important;
    background-color: #CCC !important;
}
.btn-time-interval.disabled span.highlight{
    text-transform: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding-left: 4px;
    padding-right: 4px;
}

.btn-time-interval.disabled i.fa-lock{
    font-size: 1.1rem;
}

input.capitalize {
    text-transform: capitalize;
}

input.error {
    border-bottom: 1px solid #F00 !important;
    border-color: #F00;
}

input.error::placeholder {
    color: #F00 !important;
}

.error label {
    color: #F00 !important;
}

.pincode {
    height: 60px;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}

.logincode, .recode {
    -webkit-text-security: disc;
    font-family: text-security-disc;
    font-size: 2rem;
}

input.logincode::placeholder, input.recode::placeholder {
    font-family: 'Oswald', sans-serif;
}

input.logincode::-webkit-input-placeholder, input.recode::-webkit-input-placeholder, input.logincode::-moz-placeholder, input.recode::-moz-placeholder, input.logincode:-ms-input-placeholder, input.recode:-ms-input-placeholder {
    font-family: 'Oswald', sans-serif;
}

#phoneModal .section-title, #signupModal .section-title {
    font-size: 1.1rem;
}

#phoneModal .section-title::after, #signupModal .section-title::after {
    bottom: -6px;
}

.dismissPhoneValidate {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 99;
}

.category-title::after {
    left: 0px !important;
    margin-left: 0px !important;
}

ul.categories, ul.categories li ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 10px;
}

ul.categories li ul {
    padding-left: 20px;
    padding-top: 5px;
    background-color: #f2f2f2;
    padding-bottom: 5px;
}

ul.categories li {
}

ul.categories li a {
    color: #555;
}

ul.categories li a.selected {
    color: #BD171C;
}

.select2-container {
    width: 100% !important;
}

.select2-container .selection {
    text-align: left;
}

.select2-selection--single {
    height: 32px !important;
}

.select2-selection__rendered {
    line-height: 32px !important;
    font-weight: bold;
}

.select2-selection__rendered img {
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 15px;
}

.select2-dropdown {
    min-width: calc(100% - 45px);
    background-color: #F9F9F9;
}

#donateResult .section-title {
    text-transform: none !important;
}

#fakeNumber {
    font-size: 1.2rem;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.checkout-success i {
    font-size: 4rem;
    color: green;
    margin-top: 10px;
}

/*
#donateModal .checkout-success i {
    font-size: 1.5rem;
}

#donateModal .checkout-success .section-title {
    padding-top: 0px;
}
*/

#challengeText {
    border: 1px dashed #CCC;
    padding: 10px;
    color: #666;
    font-weight: 200;
    background-color: #f2f2f2;
}


footer {
    border-top: 2px solid #000;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.md-form label.active span.optional {
    display: none;
}

a#delCard {
    padding-left: 1rem;
    padding-right: 1rem;
}

a#delCard i {
    font-size: 1.2rem;
}

.nearby-explore-item {
    max-width: 360px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 60px;
    background-image: url(../images/icon_pizza.jpg);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    background-size: 44px 44px;
}

.nearby-explore-item a.btn {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 26px;
}

.nearby-explore-item i.point {
    font-weight: normal;
    line-height: 18px;
    display: inline-block;
}

.product-img img {
    border-radius: 8px;
}

img.product-img {
    border-radius: 8px;
}


.product .imgcontainer {
    width: 100%;
    position: relative;
}

.product .imgcontainer:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.product img.partner-logo {
    width: 60%;
}

.category {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    padding: 10px;
    padding-left: 20px;
}

.category a {
    color: #BD171C;
}

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

.category ul li a:hover {
    color: #BD171C;
}

.category ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
}

.category ul li {
    list-style: none;
}

.category ul li a {
    color: #000;
    font-weight: 300;
    height: 25px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.category .viewall {
    font-weight: 600;
}

.product{
    position: relative;

}

#productsPlaceHolder .product{
    padding-bottom: 75px;
}

.touchcarousel-product{ width: 12vw; }

.touchcarousel-item{ text-align: center;}
.touchcarousel-item .product{ margin-left: 0px; margin-right: 0px;}
.touchcarousel-item .product.unparalleled{ border: none;}
.touchcarousel-item .product .discounted{ line-height: 1rem; padding-bottom: 16px;}
.touchcarousel-item .product .discount_price{ line-height: 0.8rem; margin-top: -6px; margin-bottom: 6px;}
.arrow-holder.left{ left: -50px;}
.arrow-holder.right{ right: -50px;}

.touchcarousel-item .product .badge-container{ left: -6px;}

.product:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    width: 0px;
    background: rgba(255,255,255,0.8);
    background-image: url('../images/spinner_transparent.svg'), url('../images/done.svg');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.product.product-details:before{
    background-position: 50% 50px;
}

.product.cart-op:before{

    background-image: url('../images/spinner_transparent.svg');
    width: auto;
    left: 0px; right: 0px; top: 0px; bottom: 0px;
    z-index: 99;
}

.product.cart-op-done:before{
    background-image: url('../images/done.svg');
    background-size: 64px 64px;
    width: auto;
    left: 0px; right: 0px; top: 0px; bottom: 0px;
    z-index: 99;
}

.product .imgcontainer img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

.product .imgcontainer img:hover {
}

.col-product{ min-width: 19%;}


.product .title {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.1rem;
    display: block;
    padding: 5px;
    min-height: 4.8rem;
    box-sizing: content-box;
}

.touchcarousel-item .product .title{
    min-height: 5.8rem;
}

.product a.title{ color: #000;}
.product a.title:hover{
    color: #BD171C;
}

.product .title strong {
    font-weight: 600;
    font-size: 0.9rem;
    font-style: italic;
}

.product .title i {
    font-weight: 600;
    font-size: 0.9rem;
}

.product .itemnumber{ font-weight: 200; font-size: 0.9rem;}

.product .price {
    font-weight: 600;
    color: #000;
    font-size: 1.5rem;
    line-height: 2.5rem;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;

}

#productsPlaceHolder .product .price{
    position: absolute;
    left: 0px; right: 0px;
    bottom: 30px;
}

.product .discount_price{
    line-height: 1rem;
    font-size: 1.2rem;
    display: block;
}

.discount-end-date{
    font-size: 0.8rem;
    font-weight: 300;
    font-style: italic;
}

.blink_me {
    animation: blinker 3s linear infinite;
}

#delivery_date{ font-weight: bold; color: #000; font-size: 1.2rem;}
#delivery_date option{ font-weight: normal;}

#containerStoreAddress{ box-shadow: 0 4px 2px -2px #EEE; margin-bottom: 5px; max-height: 200px; transition: max-height .35s linear;}
#containerStoreAddress #flyingHeader{ opacity: 1;}
#containerStoreAddress div{  }
#containerStoreAddress.short-cut{ max-height: 45px; }
#containerStoreAddress.short-cut #flyingHeader{ opacity: 0; transition: opacity .25s linear;}

#storeDropDown{
    box-shadow: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 5px;
    border-bottom: 3px solid #BF1311;

}

.dropdown-menu .dropdown-item{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #000;
}


@keyframes blinker {
    0%{
        opacity: 1;
    }
    10%{
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }

    60%{
        opacity: 0.75;
    }
    70%{
        opacity: 0.9;}
    80%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
}


.product .new-badge-container::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #a9897f;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.seeall{ padding: 5px; padding-left: 8px; padding-right: 8px; font-size: 1.1rem;}
.product .new-badge-container{
    position: absolute;
    z-index: 99;
    right: 0px;
    top:-2px;
    background-color: #4CAF50;
    color: #FFF;
    width: 80px;
    line-height: 1.2rem;
    font-size: 1.2rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product .new-badge-container.wow{
    background-color: red;
}


.product .badge-container .badge::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #a9897f;
    position: absolute;
    bottom: -5px;
    left: 0;
}


.product .badge-container{
    position: absolute;
    z-index: 99;
    left: 0px;
    top:-2px;
    color: #000;
    line-height: 1.2rem;
    font-size: 1.2rem;
}

.product .badge-container:nth-child(2){

    top: 37px !important;

}

.product .badge-container .badge{
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px; padding-right:8px;

}
.product .badge-container .lowsupply-badge{
    background-color: yellow;
    color: #F00 !important;
}

.product .badge-container .discount-badge{
    background-color: #007bff;
    color: #FFF;
}

.product .discount-badge.with-watts-badge{
    background-color: #e6f4ea !important;
    color: #0d652d !important;
}

.product .discount-badge.with-watts-badge{ font-weight: normal !important;}
.product .discount-badge.with-watts-badge strong{ font-weight: 900;}
.watt-discount-large{ margin-top: -10px;}

.product .price.discounted{
    /*line-height: 1.5rem;*/
}

.product .price.ofs {
    color: #666;
}

.product .unitprice {
    font-weight: 300;
    display: block;
    padding-bottom: 5px;
}



.product .section-quantity {
    margin-top: 5px;

}


#productsPlaceHolder .product .section-quantity
{
    position: absolute;
    left: 0px; right: 0px;
    bottom: 0px;
}

.product .section-quantity .btn-group {
    width: 100%;
}

.product .section-quantity .btn {
    padding: 0.4rem 0.8rem !important;
    background-color: #000 !important;
    border: none !important;
}

.deliverform {
    font-weight: 200;
    font-size: 0.9rem;
    line-height: 0.9rem;
    display: inline-block;
}


.no-delivery {
    font-width: bold;
    color: #F00;
    text-align: center;
    font-size: 1.1rem;
}

#searchAddressResult {
    display: none;
}

.outofstock {
    border: 1px solid #CCC;
    line-height: 35px;
    background-color: #CCC;
    color: #666;
}

.substitutes {
    margin-top: 3px;
    padding: 3px;
    padding-left: 0px;
    /*background-color: #F9F9F9;
    border: 1px dashed #f0f0f0;*/
    font-weight: 200;
    font-size: 0.9rem;
}

.substitutes label {
    font-size: 0.9rem;
}

.checking-availability {
    text-align: center;

}

.availabilityPlace{
    padding-bottom: 30px;
    min-height: 60px;
    text-align: center;
}
.availabilityPlace ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.checking-availability ul li{
    list-style: none;
    position: relative;
}


.checking-availability ul li s{
    color: #666;
}

.checking-availability ul li:last-child{

}

.avlspinner{ width: 40px; height: 40px; display: inline-block; position: absolute;}

.md-progress {
    position: relative;
    display: block;
    width: 100%;
    height: .25rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.md-progress .indeterminate {
    background-color: #4CAF50;
}

.progress {
    line-height: 0;
    font-size: .75rem;
}

.md-progress .indeterminate::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: inherit;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
    will-change: left,right;
}

.md-progress .indeterminate::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: inherit;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    will-change: left,right;
}


@keyframes indeterminate {
    0% {
        right:100%;
        left:-35%
    }
    60% {
        right:-90%;
        left:100%
    }
    100% {
        right:-90%;
        left:100%
    }
}

/*** MEDIA **/

@media screen and (min-width: 900px) {

    .touchcarousel-product{ min-width: 208px;}

    #showCart{
        margin-left: 10px;
    }

    #searchContainer {
        display: none !important;
    }

    .navbar-brand-center {
        left: 10px;
        margin-left: 10px;
    }

    .navbar-brand-center-center {
        left: 50% !important;
        margin-left: -70px !important;
    }

    .product {
        margin-left: -8px;
        margin-right: -8px;
    }

    footer div {
        text-align: left !important;
    }

    footer img {
        float: right;
    }

    .md-form .prefix.d-md-none ~ input, .md-form .prefix.d-md-none ~ textarea {
        margin-left: 0rem !important;
        width: 100% !important;
    }

    .md-form .prefix.d-md-none ~ label {
        margin-left: 0rem !important;
    }


    .promo {
        padding: 40px;
    }

    .promo-img-container {
        right: -100px;
        width: calc(100% + 100px);
    }

    .promo-img-container.entry-section {
        margin-left: -50px;
    }

    .flex-md-row-reverse .promo-img-container {
        margin-left: -100px;
        margin-right: 0px;
        width: calc(100% + 100px);
    }

    .promo-content {
        position: absolute;
        z-index: 9;
        top: 50%;
        margin-top: -100px;
        background-color: #FFF;
        padding: 20px;
    }

    .product-container {
        padding-left: 40px;
    }

    .delivery-address-container {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1200px) {

    .col-product{ max-width: 20%;}

}

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

    .col-product{ min-width: 25%;}

}



.mobile-only {
    display: none;
}

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



    .touchcarousel-product{ width: 42vw;}
    #carousel-gallery .arrow-holder{ display: none;}
    .touchcarousel-container{}

    .touchcarousel-container .product.unparalleled{ border: none; }

    .section-title i.livery-interval{ font-size: 0.8rem;}
    #containerStoreAddress{ max-height: 300px;}
    .navbar-brand img{
        height: 55px;
    }
    .hierarchical {
        margin-bottom: -202px;
        padding-bottom: 202px;
    }

    .home-title {
        font-size: 20px;
    }

    .hierarchical-home {
        margin-bottom: 0px;
        padding-bottom: 255px;
    }

    .bg-groceries {
        min-height: 880px !important;
    }

    .search-center {
        display: none;
    }

    .nav-link {
        text-align: left !important;
        padding-left: 20px !important;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    #app-root {
    }

    footer .col-md-5.text-right {
        text-align: center !important;
    }


    .homeboxes .col-md-4 {
        padding-top: 30px !important;
    }

    .homeboxes .col-md-4:first-child {
        padding-top: 5px !important;
    }

    .homeboxes {
        padding-bottom: 30px;
    !important;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer img {
        padding-top: 15px;
    }

    .promo .col-text, .promo .col-img {
        padding-left: 0px;
        padding-right: 0px;
    }

    .promo-content {
        margin: 20px;
        margin-bottom: 20px;
        margin-top: -30px;
        background-color: #FFF;
        padding: 20px;
    }


    .product {
       /* border-bottom: 1px solid #CCC; */
        margin-left: -8px;
        margin-right: -8px;
    }

    .product .title {
        min-height: 4.8rem;
    }

    .touchcarousel-item .product .title{
        min-height: 5.8rem;
    }

    /*.product img.w-100{ width: 80% !important;} */
    .product .imgcontainer {
        width: 80%;
        margin-bottom: 0 auto;
        margin-left: 10%;
    }

    .cart_products .product-img {
        margin-bottom: 10px;
    }

    #checkoutModal .cart_products .product-img {
        margin-bottom: 0px;
    }

    .mobileCart {
        display: inline-block;
        padding: 10px;
        padding-right: 15px;
    }

    /*
    .select2-container{ left: 0px !important; right: 0px !important; bottom: 0px !important;}
    .select2-dropdown{ width: auto !important; height: auto !important; top: 10px !important; left: 10px !important; right: 10px !important; bottom: 10px !important;}
    .select2-results__options{ max-height: 400px !important;}
    */
    .soonimg {
        left: 0px;
        display: none;
    }

    .no-address {
    }
}

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

    #carousel-ajax-container .arrow-holder{ display: none;}
    .tmob-small{ font-size: 0.8rem;}
    .glide__arrow{ display: none; padding: 20px 10px; font-size: 1.5rem;}
    .glide__arrow--left{ left: -5px;}
    .glide__arrow--right{ right: -5px;}

    #login.btn{
        padding-left: 1rem !important; padding-right: 1rem !important;
      /*  display: none; */

    }
    #login.btn span{ /* display: none; */ }
}

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

    #unparallelContainer .section-title{ font-size: 1rem;}

}

.btn-red, a.btn-red, input.btn-red, .btn-blue, a.btn-blue, input.btn-blue{ background-color: #000 !important;}

.with-watts{ }
.with-watts .price{ line-height: 1.2rem !important;}
.watt-discount{ font-size: inherit; line-height: inherit; margin-bottom: 5px;}

.watt-discount-large{
    min-height: 105px;
    max-width: 430px;
    margin: 0;
    border: 1px solid #F2F2F2;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: pulse 1.5s infinite ease-in-out;
} .watt-discount-large.loaded{
      background-color:#fff;
      border-radius:0;
      border:none;
      margin:0;
      background:none;
    max-width: 100%;
  }

@keyframes pulse {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

#cartLoading{ display: flex; gap: 5px; text-align: center; flex-direction: column; justify-content: center; align-items: center; padding: 20px;}
#cartLoading img{ width: 90px; }
#cartLoading #progressLoading{ width: 100%; margin-top: 20px;}
.product .with-watts-badge, .product .with-watts-badge .badge{ background-color: #e6f4ea !important; color: #0d652d !important;}
