<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-- Body
-- Fixed Bottom
-- Nav
-- Grid Card
-- Menu
-- Extra
-- Landing Page
-- List card
-- Login Page
-- Verification
-- Filter
-- Cart
-- Most Popular
-- Profile
-- Modal
-- Map Page
-- Restaurant
-- Footer
-- Mobile Media
861710
FFDB08 | ffdb08ab
*/

/* Body */

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap');
body {
    font-family: 'Mulish', sans-serif;
    color: #000000;
    background: #f5f5f5;
    font-size: 14px;
}
/* loader end */
#loading {
    display: none;
}
:root {
    --color-primary: #66f;
    --color-secondary: #245;
    --loader-size: 10vh;
    --loader-border-percentage: 0.2;
  }

  .loader {
    --border-size: calc(1em * var(--loader-border-percentage));
    font-size: var(--loader-size);
    box-sizing: border-box;
    height: 1em;
    aspect-ratio: 1;

    border-style: solid;
    border-color: var(--color-primary);
    border-width: var(--border-size);
    border-radius: 99999px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  /*   border-left-color: transparent; */
    top: 50%;
    left: 50%;
    z-index: 9999;
    position: absolute;
    animation: rotate 1s linear infinite;
  }
  .loader &gt; span {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
  }
  .loader &gt; span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: var(--border-size);
    height: var(--border-size);
    background: var(--color-primary);
    transform: translate(-50%,-100%);

    border-radius: 9999px;
  }

  .loader &gt; span::after {
    content: '';
    position: absolute;
    top: calc(var(--border-size) * -1);
    right: calc(var(--border-size) * -1);
    width: 1em;
    height: 1em;

    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-primary);
    border-width: 0 0 calc(var(--border-size) * 3 / 4) var(--border-size);
    border-top-color: transparent;
    border-radius: 9999px;
  }

  @keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }

  /* Custome Page Card */

.field_error{
  font-size: 12px;
  color: red;
}

.CityContentBox {
    border: none;
    padding: 5px;
    width: 100%;
    height: 700px;
    overflow: scroll;
}

* {
    box-sizing: border-box;
  }


  .row {margin: 0 -5px;}

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }

  .card {
    padding: 5px;
    border: none;
  }

  .card h4{
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #ddd;
  }

  .card a{
    font-weight: 600;
    font-size:14px;
    line-height: 1.5;
  }

  .card a:hover{
    color:#0d5593;
  }
 /* Custome Page Card */
/* loader end */
.blink i{
    font-size: 25px;
    font-family: cursive;
    color: #FFDB08;
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

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

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
.badge-green[href] {
    background-color: #c67605;
}
.halloessen-menu-fotter .cartCount {
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}
.cartCount {
    font-size: 14px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -20px;
    margin-top: -25px;
}
.halloessen-cart-fotter{
    font-size: 20px !important;
    font-weight: 800 !important;
}
.halloessen-cart-fotter .cartCount{
    background: #fff;
    color: #000;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -20px;
    margin-top: -5px;
}
.goto-category {
    cursor: pointer;
}

.category-vertical-list{
    overflow:scroll;
}

@media only screen and (min-width: 992px) {
    .category-vertical-list{
        height:500px;
    }
}

@media only screen and (min-width: 1200px) {
    .category-vertical-list{
        height:800px;
    }
}
.cart-item-list{
    overflow:scroll;
    max-height:450px;
}
.cuisines-list a.active, .cities-list a.active{
    color: #861710 !important;
}

.section-title h2 {
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.section-title h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #811308;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
}

#map-canvas {
    height: 95%;
    width: 100%;
    margin: 0px;
    padding: 0px
}
.section-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.slick-slide {
    padding: 4px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

.font-16-weight-bold {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.font-18-weight-bold {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.font-18-weight-bolder {
    font-size: 18px !important;
    font-weight: 800 !important;
}

.font-20-weight-bold {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.font-24-weight-bold {
    font-size: 24px !important;
    font-weight: 600 !important;
}

.small,
small {
    font-size: 11px !important;
}

div,
a {
    outline: none !important;
}

.border-primary {
    border-color: #e23844!important;
}

.w-300 {
    max-width: 300px;
}

.form-control,
.btn,
.input-group-sm&gt;.custom-select,
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-append&gt;.btn,
.input-group-sm&gt;.input-group-append&gt;.input-group-text,
.input-group-sm&gt;.input-group-prepend&gt;.btn,
.input-group-sm&gt;.input-group-prepend&gt;.input-group-text {
    font-size: 13px;
}


/* Fixed Bottom */
.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}

.fixed-bottom .btn {
    border-radius: 0px;
    border: none;
    height: 58px;
}


/* .fixed-bottom-bar {
  padding-bottom: 58px;
} */

.h-auto {
    height: auto;
}

.modal-footer .btn {
    border-radius: 0px;
}


/* Nav */

.brand-wrap img {
    height: 40px;
}

.toggle-2 {
    right: 17px !important;
    left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #000;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #ffffff;
}

.cat-slider img {
    width: 38px;
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

.city-slider img {
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

.cuisine-slider img {
    width: 120px;
}

/* Grid Card */

.grid-card span.float-right.text-black-50 {
    display: none;
}

.grid-card .p-3 {
    padding: 10px !important;
}


/* Menu */

.halloessen-menu-fotter {
    padding: 0px !important;
}

.halloessen-menu-fotter .row {
    margin: 0px;
}

.halloessen-menu-fotter .col {
    padding: 0px;
}

.halloessen-menu-fotter .col a {
    padding: 12px;
    display: block;
}

.halloessen-menu-fotter .col a p {
    font-size: 19px;
}

.halloessen-menu-fotter .col.selected a {
    color: #dc3545;
    background: #f8f9fa;
}

.halloessen-menu-fotter .col.selected p {
    color: #dc3545;
}

.halloessen-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    margin: -15px 0 0 0 !important;
}

.halloessen-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
    width: 68px;
    color: #fff !important;
    height: 68px;
    font-size: 27px !important;
    padding: 16px;
}
.bg-medium{
    background-color:#ddd;
}

.bg-alert{
    background-color:lightyellow;
}
/* theme cookies */

.theme_cookies {
    background: #ffede2;
    border-radius: 20px;
    padding: 20px 30px 20px 20px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 95%;
    display: flex;
    align-items: center;
    z-index: 10000;
    justify-content: space-between;
    grid-gap: 25px
}

.theme_cookies .theme_cookies_info {
    display: flex;
    align-items: center;
    grid-gap: 30px
}

.theme_cookies .theme_cookies_info .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

/*.theme_cookies .theme_cookies_info .icon img {
    width: 100%
}*/

.theme_cookies .theme_cookies_info p {
    font-size: 16px;
    font-weight: 400;
    color: var(--system_secendory_color);
    line-height: 26px;
    font-family: Cerebri Sans;
    margin-bottom: 0
}

.theme_cookies .theme_cookies_info p a {
    color: #861710
}

.theme_cookies .theme_cookies_info p a:hover {
    text-decoration: underline
}

.theme_cookies .cookie_btn {
    background: #f8d4be;
    font-size: 14px;
    font-weight: 600;
    color: var(--system_secendory_color);
    border-radius: 30px;
    text-transform: uppercase;
    border: 0;
    font-family: Cerebri Sans;
    white-space: nowrap;
    padding: 14.5px 31px;
    cursor: pointer;
    transition: .3s
}

.theme_cookies .cookie_btn:hover {
    background: #861710;
    color: #fff
}

@media (max-width:767.98px) {
    .theme_cookies {
        right: 20px;
        left: 20px;
        bottom: 20px;
        grid-gap: 20px;
        width: auto;
        justify-content: center;
        flex-wrap: wrap;
        padding: 25px 30px 25px 20px
    }
    .theme_cookies .theme_cookies_info .icon {
        width: 50px;
        height: 50px
    }
    .theme_cookies .theme_cookies_info {
        /*justify-content: center;
        text-align: center;*/
        grid-gap: 14px;
        flex-direction: column
    }
    .theme_cookies .cookie_btn {
        font-size: 12px;
        padding: 11px 35px
    }
    .theme_cookies .theme_cookies_info p {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:850.98px) {
    .theme_cookies {
        width: 90%
    }
}
/* Extra */

.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: .25rem!important;
    background: transparent !important;
    box-shadow: none !important;
}

.border-custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #861710;
    border: 1px solid #861710;
}

.border-custom-radio .custom-control-label::after {
    display: none;
}

.restaurant-pic {
    position: absolute;
    right: 15px;
    height: 148px;
    border-radius: 4px;
    margin: 9px 0;
    background: #fff;
}

.food-pic {
    position: absolute;
    right: 100px;
    height: 100px;
    border-radius: 4px;
    margin-top: -15px;
}
.category-desktop-banner {
    height: 140px;
    width: 100%;
}
.category-mobile-banner {
    height: 100px;
    width: 100%;
}
.modal-content {
    border: none !important;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    margin: 0 8px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border: 1px solid #e4e7ea;
    z-index: 9;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.sticky_sidebar,
.c-t-order,
.halloessen-account {
    position: sticky;
    top: 15px;
}

.c-t-order li {
    border: none !important;
    margin: 5px 4px !important;
}

.c-t-order li a {
    background: #ffffff;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    display: flex;
    align-items: center;
}

.c-t-order li a i {
    background: #fff;
    border: 1px solid #eff2f5;
    padding: 5px 5px;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    font-size: 18px;
    vertical-align: bottom;
}

.c-t-order li a.active,
.c-t-order li a:hover {
    background: #eff2f5 !important;
}

.product-wrap:hover{
    background: #eff2f5 !important;
}
.load-menu-item .feather-plus{
    font-weight: 800;
}
.c-t-order li a.active i {
    background: #e23844;
    color: #fff !important;
    border-color: transparent;
}

.dropdown-menu {
    background: #ffffff;
    border-radius: .40rem!important;
    margin: 0;
    padding: 6px;
    border: 1px solid #ffffff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, .1)!important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-item {
    padding: 6px 10px;
}

.dropdown .dropdown-menu,
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    margin: 1px 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
.disabled-button{
    background: #ccc;
    border: 1px solid #ccc;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    background: #811509 ;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: #811509;
}

.btn-facebook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861710+0,861710+100 */
    background: #2b4170;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #3b5998;
    color: #ffffff !important;
}

.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861710+0,861710+100 861710 =&gt; d92662 | e23744*/
    background: #861710;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #861710 0%, #861710 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #861710 0%, #861710 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f5b731 0%, #861710 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5b731', endColorstr='#861710', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.bg-secondary{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861710+0,861710+100 FFDB08 */
    background: #FFDB08;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #FFDB08 0%, #FFDB08 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #FFDB08 0%, #FFDB08 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #FFDB08 0%, #FFDB08 100%);
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861710+0,861710+100 */
    background: #861710;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #861710 0%, #861710 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #861710 0%, #861710 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f5b731 0%, #861710 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#861710', endColorstr='#861710', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #861710;
}

.btn-secondary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861710+0,861710+100 */
    background: #FFDB08;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #FFDB08 0%, #FFDB08 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #FFDB08 0%, #FFDB08 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #FFDB08 0%, #FFDB08 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFDB08', endColorstr='#FFDB08', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #FFDB08;
}

.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#861710+0,861710+100 */
    background: #861710;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #861710 0%, #861710 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #861710 0%, #861710 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #861710 0%, #861710 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#861710', endColorstr='#861710', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #861710;
}

.btn-outline-primary {
    color: #861710;
    border-color: #861710;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #861710;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #861710 0%, #861710 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #861710 0%, #861710 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #861710 0%, #861710 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#861710', endColorstr='#861710', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #861710;
}
.btn-outline-add-to-cart{
    color: #000 !important;
    border-color: #000 !important;
}
.text-primary {
    color: #861710 !important;
    text-decoration: none !important;
}
.btn-outline-payment{
    color: #000 !important;
    border-color: #000 !important;
}
.btn-outline-payment .fa-cc-paypal{
    color: #203881 !important;
}
.btn-outline-payment .fa-stripe{
    color: #6058F7 !important;
}
.btn-outline-payment .fa-hand-peace{
    color: #FFB3C7 !important;
}
.btn-outline-payment.active{
    color: #fff !important;
    background-color: #861710;
}
.btn-outline-payment.active i{
    color: #FFF !important;
}
.text-secondary {
    color: #FFDB08 !important;
    text-decoration: none !important;
}

.text-dark {
    color: #000 !important;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after{
    background: #FFF;
}

a {
    color: #861710;
    text-decoration: none !important;
}

p {
    color: #000;
    letter-spacing: 0.2px;
}

.btn-link {
    font-weight: 400;
    color: #861710;
    text-decoration: none !important;
}

.slick-dots {
    bottom: 20px !important;
}


/* Landing Page */

.landing-page-skip .img-fluid {
    max-height: 290px;
}

.landing-page-skip p {
    margin: 0px;
}

.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}

.landing-page-skip .slick-dotted.slick-slider {
    margin: 0px;
}

.landing-page-skip .halloessen-slider-item {
    padding: 0px 20px;
}

.btn-lg {
    font-size: 16px;
    padding: 16px 16px;
    font-weight: 600;
}

/* progressbar */
#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: rgb(252, 103, 49);
    padding-left: 0px;
    margin-top: 3vh
}

#progressbar li {
    list-style-type: none;
    font-size: x-small;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    color: rgb(160, 159, 159)
}

#progressbar #step1:before {
    content: "";
    color: rgb(252, 103, 49);
    width: 10px;
    height: 10px;
    margin-left: 0px !important
}

#progressbar #step2:before {
    content: "";
    color: #fff;
    width: 10px;
    height: 10px;
    margin-left: 32%
}

#progressbar #step3:before {
    content: "";
    color: #fff;
    width: 10px;
    height: 10px;
    margin-right: 32%
}

#progressbar #step4:before {
    content: "";
    color: #fff;
    width: 10px;
    height: 10px;
    margin-right: 0px !important
}

#progressbar #step5:before {
    content: "";
    color: #fff;
    width: 10px;
    height: 10px;
    margin-right: 0px !important
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh
}

#progressbar li:after {
    content: '';
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 5px;
    z-index: 1
}

.progress-track {
    padding: 0 8%
}

#progressbar li:nth-child(2):after {
    margin-right: auto
}

#progressbar li:nth-child(1):after {
    margin: auto
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%
}

#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%
}

#progressbar li.active {
    color: black
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: rgb(252, 103, 49)
}


/* table progressbar */
#tableprogressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: rgb(252, 103, 49);
    padding-left: 0px;
    margin-top: 3vh
}

#tableprogressbar li {
    list-style-type: none;
    font-size: x-small;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    color: rgb(160, 159, 159)
}

#tableprogressbar #step1:before {
    content: "";
    color: rgb(252, 103, 49);
    width: 10px;
    height: 10px;
    margin-left: 0px !important
}

#tableprogressbar #step2:before {
    content: "";
    color: #fff;
    width: 10px;
    height: 10px;
    margin-left: 32%
}

#tableprogressbar #step3:before {
    content: "";
    color: #fff;
    width: 10px;
    height: 10px;
    margin-right: 32%
}

#tableprogressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh
}

#tableprogressbar li:after {
    content: '';
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 5px;
    z-index: 1
}

#tableprogressbar li:nth-child(2):after {
    margin-right: auto
}

#tableprogressbar li:nth-child(1):after {
    margin: auto
}

#tableprogressbar li:nth-child(3):after {
    float: left;
    width: 68%
}

#tableprogressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%
}

#tableprogressbar li.active {
    color: black
}

#tableprogressbar li.active:before,
#tableprogressbar li.active:after {
    background: rgb(252, 103, 49)
}
/* List card */

.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}

.list-card a,
.list-card h6 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    text-overflow: ellipsis;
    font-weight: 600;
}

.category-wide-heading {
    font-size: 24px !important;
    font-weight: 800;
}
.single-product h3 {
    font-size: 16px !important;
    font-weight: 800;
}
.product-list h6 {
    font-size: 18px !important;
    font-weight: 800;
    color: #861710;
}

.list-card a:hover {
    color: #0091bc;
}

.list-card .star {
    right: 8px;
    bottom: 8px;
}

.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .member-plan {
    left: 8px;
    top: 8px;
}

.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .list-card-image {
    position: relative;
}

.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}

.list-card.d-flex .list-card-image {
    width: 150px;
    height: 160px;
    min-width: 150px;
    max-width: 150px;
}

.list-card.d-flex .list-card-image .item-img {
    height: 140px;
    object-fit: cover;
}

.mobile-summary .list-card.d-flex .list-card-image .item-img{
    height: 110px;
    object-fit: cover;
}

.mobile-summary .list-card.d-flex .list-card-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
}

.mobile-summary .list-card-body h1{
    font-size: 28px !important;
}

.list-card .list-card-body p.text-gray {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.list-card-body .visa-icon{
    color: #1C3587;
}

.list-card-body .mastercard-icon{
    color: #F75700;
}

.list-card-body .amex-icon{
    color: #016CC9;
}

.list-card-body .stripe-icon{
    color: #6772E5;
}

.list-card-body .paypal-icon{
    color: #113780;
}

.list-card .p-3 {
    overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
    display: none;
}

.rating-stars .feather-star {
    font-size: 10px;
    background: #000000;
    color: #fff;
    padding: 2px;
    text-shadow: 0px 0px 1px #d2b128;
    border-radius: 5px;
}

.rating-stars .feather-star.star_active {
    background: #f5cd25;
}


/* Login Page */

.login-page video {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 50%;
}

.otp input.form-control.form-control-lg {
    text-align: center !important;
    font-size: 44px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    margin: auto;
}

.login-page {
    background: #fff;
}

.login-page .form-control {
    background: no-repeat;
    border: none;
    color: #000;
    border: 1px solid rgb(160 160 160 / 32%);
    border-radius: 0px;
    padding: .375rem .75rem !important;
    box-shadow: none !important;
}

.login-page .form-control-lg{
    height: 50px;
}

.login-page .form-control:hover,
.login-page .form-control:focus {
    color: #000;
    border-bottom: 1px solid #000;
}
.login-page label {
    margin: 0px;
    opacity: 0.8;
}
.login-page .form-group {
    margin-bottom: 30px;
}
.login-page::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 65%)!important;
    opacity: 1;
    /* Firefox */
    ;
}

.login-page:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 65%)!important;
}

.login-page::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 65%)!important;
}
.gray-box{
    background: #ddd;
    padding: 20px;
}


/* Verification */

.halloessen-verification .form-control {
    text-align: center;
    font-size: 47px;
    border-bottom: 2px solid #ccc !important;
    border: none;
    border-radius: 0px;
    font-weight: 300;
    box-shadow: none;
}


/* Filter */

.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}

.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #861710;
    background-color: #861710;
}


/* Cart */
.cart-food-item .media{
    max-width: 80%;
}

.gold-members h6,
.menu-list h6 {
    font-size: 14px;
}

.gold-members .badge,
.menu-list .badge {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 6px 3px 6px;
}

.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}

#cartBody .count-number .btn{
    padding: 2px 4px;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 900;
}

#cartBody .price-qty-col{
    width: 70px;
}

.cart-item-list .media{
    max-width: 80%;
}

.recepie-body h6{
    font-weight: bolder;
}
#cartBody .count-number-input{
    width: 20px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 30px;
    border-radius: 0px;
    vertical-align: bottom;
}
.homepage-mobile-search-block h1{
    font-size: 28px;
}
.homepage-search-title h1
{
    text-align: center;
}
.cart-summary p{
    font-size: 14px;
}

#foodLoadBody .count-number .btn{
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 0px;
}

#foodLoadBody .count-number-input{
    width: 42px;
    text-align: center;
    margin: 0 0px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 42px;
    border-radius: 0px;
    vertical-align: bottom;
}

#foodLoadBody .media-body{
max-width: 620px !important;
}

#foodLoadBody .media-body{
    width: 42vh !important;
}

#foodLoadBody .modal-body{
    height: 50vh !important;
    overflow-y: auto;
}

.information-content{
    height: 60vh !important;
    overflow-y: auto;
}
.count-number .btn {
    padding: 2px 2px;
    font-size: 12px;
    border-radius: 0px;
}

.count-number-input {
    width: 20px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}

.non_veg,
.veg {
    width: 20px;
    border: 1px solid;
    height: 20px;
    border-radius: 3px;
    font-size: 32px;
    text-align: center;
    line-height: 0px;
}


/* Most Popular */

.most_popular .trending-slider img {
    border-radius: 10px;
    padding: 0px 4px;
    margin: 8px 0 0 0;
}


/* Map Page */

.halloessen-track-order-page {
    min-height: 676px;
}

.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 31px;
    height: 12px;
    line-height: 5px;
    text-align: center;
    width: 12px;
    vertical-align: text-bottom;
    padding: 0 2px;
    margin: 0px 3px 2px 0px;
}

.halloessen-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #ff3008;
}

.halloessen-map iframe {
    width: 100% !important;
}

.halloessen-map .toggle {
    z-index: 9;
    margin: 2px 0 0 4px;
}

.halloessen-map .mapouter.position-absolute {
    width: 100%;
    height: 100vh;
}

.halloessen-map .bg-primary.border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.halloessen-map .fixed-bottom {
    padding: 10px 0px;
}

.halloessen-map .list-card.d-flex .list-card-image .item-img {
    width: 100px;
    height: 100px;
}

.halloessen-map .list-card.d-flex .list-card-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}

.halloessen-map .osahan-slider-map .member-plan {
    text-align: center;
    background: #ffdb08ab;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0px;
    margin: 0 1px;
    border-radius: 43px;
    min-height: 40px;
    padding-top: 5px;
}

.halloessen-map .osahan-mobile-slider-map .member-plan {
    text-align: center;
    background: #ffdb08ab;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 2px;
    border-radius: 43px;
    min-height: 30px;
}

.halloessen-map {
    z-index: 999;
}
.gold-members .mr-2 {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 35px;
    line-height: 7px;
}

.index-page img {
    height: 130px;
}

.spinner {
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/* right bounce */

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}


/* /right bounce */

.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 5s infinite;
}

.location-page .img-fluid {
    max-width: 360px;
}


/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -16px;
}

.reviews-members-footer img {
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #ccc;
}

.total-like {
    font-size: 11px;
    padding: 2px 6px;
}

.reviews-members-body p {
    font-size: 12px;
}

.reviews-members-header h6 {
    font-size: 14px;
}

.graph-star-rating-body .progress {
    border-radius: 40px;
    height: 6px;
}

.rating-list {
    display: flex;
    margin: 6px 0;
    align-items: center;
    justify-content: space-between;
}

.rating-list-center {
    margin: auto;
    width: 70%;
}

.rating-list-left {
    width: 20%;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.rating-list-right {
    width: 10%;
    text-align: right;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.offer-section {
    background-color: #FFDB08;
}

.page-title-section{
    background-color: #FFDB08;
}

.page-title-section h1{
    font-size: 22px;
    font-weight: 600;
}
/*
.restaurant-summary-section{
    background-color: #FFDB08;
}*/
.restaurant-summary-section .media-body{
    background: #1413137d;
    padding: 10px;
}

.halloessen-search .list-card, .halloessen-restaurants .list-card   {
    border: 2px solid #861710;
}

ul.page-breadcrumb li {
    display: inline-block;
    list-style: none;
}
/* header-user-img */

.header-user {
    height: 32px;
}


/* dropdown css */

.drop-loc {
    width: 300px;
}


/* footer css */

footer .text-muted {
    color: #bdbdbd !important;
}

.hov_footer a:hover {
    color: #fff !important;
}

.section-footer {
    background: #000 !important;
}

.section-footer .border-top {
    border-top: 1px solid rgb(222 226 230 / 9%)!important;
}

.section-footer ul li {
    line-height: 29px;
}

.section-footer ul {
    margin: 0px;
}

.footer-about img {
    height: 100px;
    border-radius: 50px;
}

.footer-about .btn {
    padding: 0px;
    border: 1px solid #3d3d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.footer-about p.text-muted {
    line-height: 23px;
}


/* orders css */

.sc-halloessen-logo {
    height: 30px;
}

.custom-tabs.nav-tabs .nav-item.show .nav-link,
.custom-tabs.nav-tabs .nav-link.active {
    border-bottom: 2px solid #861710 !important;
}

.search .nav-tabs .nav-item.show .nav-link,
.search .nav-tabs .nav-link.active {
    border-bottom: 2px solid #dc375d !important;
    background-color: #dc375d !important;
    color: #ffffff !important;
}

.order_img {
    height: 88px;
}


/* offers image */

.offers_img {
    height: 130px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #dc375d !important;
    color: #dc375d !important;
}


/* side bar sticky */
.sticky_sidebar {
    position: sticky;
    top: 80px;
}
.category_sticky_sidebar {
    position: sticky;
    top: 5px;
    z-index: 999 !important;
}
.category_mobile_sticky_sidebar {
    position: sticky;
    top: 0px;
    z-index: 999 !important;
}
.category_sticky_sidebar .slick-slider {
    margin: 0 20px;
}
/* search border */

.input_search {
    border-radius: 50px 0px 0px 50px;
}
.border_search {
    border-radius: 0px 50px 50px 0px !important;
}

.locate-me{
    /*background: #ececec none repeat scroll 0 0;
    color: #666;*/
    font-size: 16px;
    /* padding: 10px 10px; */
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 5px;
    border-width: 2px 4px;
    border-radius: 40px;
}

.locate-me-modal{
    font-size: 18px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
    top: 10px;
    border-width: 2px 4px;
    border-radius: 40px;
}
.osahan-mobile-slider-map .slick-slide{
    width: fit-content !important;
}

.osahan-mobile-slider-map .goto-category{
    padding: 8px 5px !important;
}

.osahan-mobile-slider-map .slick-arrow, .slick-arrow:hover, .slick-arrow:focus{
    width: 24px !important;
    margin: 0 0px !important;
}*/
.modal-body .locate-me{
    /*background: #ececec none repeat scroll 0 0;
    color: #666;*/
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: -2px;
    border-width: 2px 4px;
    border-radius: 40px;
}
#address-input{
    border-width: 2px 2px;
    border-radius: 40px;
    border-color: #861710;
}
.homepage-search-form .form-control-lg{
    height: 70px;
}
.home-banner-img {
    width: 100% !important;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
}
.homepage-mobile-search-form{
    padding-bottom: 0px;
}
.homepage-mobile-search-form .form-control-lg{
    height: 50px;
}
.homepage-mobile-search-form a{
    color: #FFF;
}
.homepage-search-form{
    padding: 15px 15px;
    padding-bottom: 0px;
    margin: 10px;
}
.homepage-search-form .form-control{
    font-size: 18px;
}
.homepage-mobile-search-form .form-control{
    font-size: 14px;
}
/* Mobile Media */

@media (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .m-none {
        display: none !important;
    }
    .section-header {
        display: none;
    }
    .header-main {
        height: 67px;
    }
    .header-main .col-1 {
        width: auto !important;
        min-width: auto !important;
        max-width: unset;
        flex: unset !important;
        padding: 8px;
    }
    .header-main .row.align-items-center {
        height: 67px;
    }
    .header-main .col-8 {
        flex: unset;
        margin-left: auto;
        padding: 0px;
    }
    .header-main .col-8 .hc-nav-trigger {
        top: 0px;
        right: 8px;
    }
    .d-none {
        display: block !important;
    }
    .restaurant-pic {
        display: none;
    }
    .fixed-bottom-bar {
        padding-bottom: 56px;
    }
    .hc-nav-trigger {
        top: 18px;
        left: 17px;
    }
    footer.section-footer.border-top.bg-dark {
        display: none;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem!important;
    }
    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        background: #ffffff !important;
    }
    .login-page video {
        display: none;
    }
    .login-page .px-5.col-10.mx-auto {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .m-none {
        display: none !important;
    }
    .section-header {
        display: none;
    }
    .header-main {
        height: 67px;
    }
    .header-main .col-1 {
        width: auto !important;
        min-width: auto !important;
        max-width: unset;
        flex: unset !important;
        padding: 8px;
    }
    .header-main .row.align-items-center {
        height: 67px;
    }
    .header-main .col-8 {
        flex: unset;
        margin-left: auto;
        padding: 0px;
    }
    .header-main .col-8 .hc-nav-trigger {
        top: 0px;
        right: 8px;
    }
    .d-none {
        display: block !important;
    }
    .restaurant-pic {
        display: none;
    }
    .fixed-bottom-bar {
        padding-bottom: 56px;
    }
    .hc-nav-trigger {
        top: 18px;
        left: 17px;
    }
    footer.section-footer.border-top.bg-dark {
        display: none;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 1rem!important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem!important;
    }
    .hc-nav-trigger span,
    .hc-nav-trigger span::before,
    .hc-nav-trigger span::after {
        background: #ffffff !important;
    }
    .login-page video {
        display: none;
    }
    .login-page .px-5.col-10.mx-auto {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        flex: unset !important;
        max-width: 100%;
    }
}

/* Ratings */
.rate {
    float: left;
    padding: 0;
}
.rate:not(:checked) &gt; input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) &gt; label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:20px;
    color:#ccc;
}
.rate:not(:checked) &gt; label:before {
    content: 'â˜… ';
}
.rate &gt; input:checked ~ label {
    color: #ffc700;
}

.rate &gt; input:checked + label:hover,
.rate &gt; input:checked + label:hover ~ label,
.rate &gt; input:checked ~ label:hover,
.rate &gt; input:checked ~ label:hover ~ label,
.rate &gt; label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.noHover{
    pointer-events: none;
}

/*filterrate */
.filterrate {
    float: left;
    padding: 0;
}
.filterrate:not(:checked) &gt; input {
    position:absolute;
    top:-9999px;
}
.filterrate:not(:checked) &gt; label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:32px;
    color:#ccc;
}
.filterrate:not(:checked) &gt; label:before {
    content: 'â˜… ';
}
.filterrate &gt; input:checked ~ label {
    color: #ffc700;
}

.filterrate &gt; input:checked + label:hover,
.filterrate &gt; input:checked + label:hover ~ label,
.filterrate &gt; input:checked ~ label:hover,
.filterrate &gt; input:checked ~ label:hover ~ label,
.filterrate &gt; label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/*.restaurant-summary-section .rate &gt; input:checked ~ label {
    color: #ffc700;
}*/
#allergy .modal-dialog {
    max-width: 620px !important;
}

/* Back to top button */
#button {
    display: inline-block;
    background: linear-gradient(45deg, #f5b731 0%, #861710 100%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }

  #button:hover {
    cursor: pointer;
    background-color: #861710;
  }
  #button:active {
    background-color: #861710;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
/* Back to top button */
.modal-header .close{
    padding: 0.5rem 0.5rem;
}
.close{
    font-size: 2.5rem !important;
}

/**
* Corner Ribbon Component
*/
.corner-ribbon {
    position: absolute;
    top: -3px;
    right: -3px;
    height: 5.5em;
    width: 6.5em;
    padding: 8px;
    }

    .cr-inner {
    position: absolute;
    inset: 0;
    background: #28a745;
    color: white;
    border-radius: 16px 8px 0 8px;
    /*clip-path: polygon(0 0, 100% 0, 0 100%);*/
    clip-path: polygon(0 0, 100% 0, 100% 100%)
    }

    .cr-text {
    display: block;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.3;
    /*transform: rotate(-45deg) translateY(.1em) translateX(-1.8em);*/
    transform: rotate(40deg) translateY(1em) translateX(3.0em);
    }
/*# bootstrap4-modal-fullscreen.*/
.modal.modal-fullscreen .modal-dialog {
    width:100vw;
    height:100vw;
    margin:0;
    padding:0;
    max-width:none
}
.modal.modal-fullscreen .modal-content {
    height:auto;height:100vh;border-radius:0;border:none
}
.modal.modal-fullscreen .modal-body{
    overflow-y:auto
}
/*# bootstrap4-modal-fullscreen.*/
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background: #ddd;
}
.add-more-button{
    background: #ccc;
    border: 1px solid #ccc;
}
.disabled-cart-button{
    display: none !important;
}
</pre></body></html>