.bg-dark {
    background-color: #000000 !important;
}
body {
    background-color: #000000;
}
.btn {
    font-family: malithi, sans-serif;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.73), rgba(0, 0, 0, 0.02));
}
.hero-slider {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-slider .carousel-cell .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
}
.hero-slider .carousel-cell .inner .subtitle {
    font-family: 'Roboto Slab', serif;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.hero-slider .carousel-cell .inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
    background: #fff;
    color: #000;
}
.hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
    background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}
.hero-slider .flickity-page-dots {
    bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
    background: #f00;
    border: 0 solid #f00;
}
.hotmirisLogo {
    width: 150px;
    margin-bottom: -49px;
    margin-left: 26px;
    margin-top: -42px;
}

@font-face {
    font-family: "malithi";
    src: url("/fonts/malithi_web.woff") format('woff');
    font-style: italic;
}
.navbar-collapse .navbar-nav li a {
    font-family: malithi;
}
.todaySpecial h3 {
    text-align: center;
    font-family: malithi;
    color: white;
    margin-top: 40px;
    border-bottom: 1px solid red;
    margin-bottom: 21px;
    padding-bottom: 13px;
    font-size: 41px;
}
.todaySpecialFood {
    width: 33%;
    margin-bottom: 23px;
    border-radius: 7px;
    font-family: malithi;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: inline-grid;
    margin-bottom: 6px;
}
.todaySpecialFood .image {
    width: 100%;
    height: 200px;
    background-position: center;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.todaySpecialFood .name {
    background-color: white;
    color: #3e3e3e;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 100;
}
.todaySpecialFood .price {
    font-family: sans-serif;
    background-color: #ff0000;
    padding-top: 3px;
    padding-bottom: 4px;
}
.sliderBackground {
    background-color: black;
    height: 500px;
    background-size: cover;
    display: none;
}
.mainBackgroundImage {
    height: 500px;
    /*background-image: url('/slider-img/pizza.jpg');*/
    background-size: cover;
}

/* Mobile Bottem Nav Bar  */

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 65px;
    box-shadow: -10px -4px 13px -2px #292929;
    background-color: #000;
    display: none;
}
.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: #1f1f1f8c;*/
    margin: 3px;
    /* border-radius: 5px; */
    /*box-shadow: 0 0 3px 0px #0c0c0c;*/
}
.mobile-bottom-nav__item--active {
    color: red;
}
.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}
/*
.navbar-nav .nav-item {
    /* margin-right: 6px; *//*
    padding: 9px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    margin-bottom: -2px;
    margin-bottom: -7px;
    margin-top: -8px;
}
.navbar-nav .nav-item:hover {
    background-color: #1fb71f;
}*/
.inFood h3 {
    text-align: center;
    font-family: malithi;
    color: white;
    margin-top: 20px;
    border-bottom: 1px solid red;
    margin-bottom: 21px;
    padding-bottom: 13px;
    font-size: 42px;
}
.navbar-nav .right-Nav {
    text-align: center;
    padding-left: 10px !important;
    padding-right: 13px !important;
}
.right-Nav-Wapper:hover {
    background-color: #000000 !important;
    cursor: pointer;
}
.cartTitle {
    font-family: malithi;
    color: white;
}
.CartItemWapper {
    display: grid;
}
.CartItemWapper .Item {
    background-color: #000000;
    padding: 20px;
    padding-bottom: 0;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #404040;
    margin-top: -1px;
}
.CartItemWapper .image {
    background-color: #252525;
    padding: 27px;
    width: 200px;
    height: 140px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}
.CartItemWapper .indfo  {
    display: inline-block;
    font-family: malithi;
    color: white;
    margin-left: 27px;
    font-size: 25px;
}
.CartItemWapper .Action  {
    display: inline;
}
.CartItemWapper .Action input{
    width: 58px;
    display: inline;
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
    border-color: #6a6f73;
    margin-left: 4px;
    margin-right: 5px;
}
.QtySelectWapper {
    padding-top: 20px;
}
.CartTableTitle {
    font-family: malithi;
    color: white;
    padding-bottom: 0px;
    font-size: 23px;
}
.Item .Total {
    font-family: malithi;
    color: white;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}
.paynow,.payOnDiliver {
    font-family: malithi;
    color: white;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    padding: 11px;
}
.CartName {
    text-align: center;
    margin-top: -20px;
    color: white;
    font-family: malithi;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 39px;
}
.TopNavCartSVG,#openSideNav {
    display: none;
}

/* MOBILE SIDE NAVIGATION CSS */

.nav-mobile {
    background: #446cb3;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    box-shadow: 0 5px 5px -5px #333;
}
.nav-mobile:after {
    content: "";
    display: table;
    clear: both;
}
.nav-mobile svg {
    height: 45px;
    width: 65px;
    padding: 9px;
}
.nav-mobile svg path {
    fill: #fff;
}
.nav-mobile svg.icon-close {
    display: none;
    padding: 15px;
}
.nav-mobile li {
    width: 100%;
    height: 45px;
    line-height: 46px;
    text-align: center;
    float: left;
}
.nav-mobile li a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
}
.nav-mobile .menu-button:after {
    opacity: 0;
    top: 45px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
}
.nav-mobile #menu-toggle {
    display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
    display: block;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
    display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
    display: block;
    width: 75vw;
    bottom: 0;
    background: #1f1f1f;
    color: #fff;
    position: fixed;
    transform: translateX(-405px);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    top: 64px;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    padding-top: 24px;
    overflow: auto;
    height: initial;
    box-shadow: 0 0 14px black;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
    position: absolute;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
    left: 25px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
    right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
    height: 42px;
    line-height: 55px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
    background: #000;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
    overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
    padding-left: 50px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
    display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
    width: 65vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}

/* MOBILE SIDE NAVIGATION CSS ENDED */

.mobileNavUserImage {
    height: 75px;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-sidebar li {
    font-family: malithi;    
}

a:hover {
    color: white !important;
    text-decoration: none !important;
}
.menu-wrapper .buttons-container{
    font-family: malithi;
}
.sliderBackground {
    display: none;
}
.foodActions button{
    font-family: malithi;
}
.foodWapper .addToCart {
    font-family: malithi;
    float: right;
    margin-top: -23px;
}
.tab-label {
    font-family: malithi;
}
.foodWapperImageZoom{
    transform: scale(1.05);
    transition: 0.3s;
}
.hideThis {
    display: none !important;
}
.expandable-header {
    position: relative;
    height: 30px;
    font-family: malithi, sans-serif;
    font-size: 20px;
}
.topUserStatus,.TopNavTotal {
    font-family: malithi, sans-serif;
    letter-spacing: 0.5px;
}
.topNavCartTotal {
    margin-right: 8px;
    background-color: #c50600;
    padding-left: 8px;
    padding-right: 9px;
    height: 50px;
    font-weight: bold;
}
.text-white {
    text-shadow: 0 0 8px #4c4c4c;
}
/* New Css */
.menu-wrapper {
    text-align: center;    
}
.menu-wrapper .mobile-menu {
    background-color: black;
    color: white;
    width: 46%;
    margin-right: 3px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 5px;
    font-family: malithi,sans-serif;
    border-radius: 5px;
}
.menu-wrapper .mobile-menu .image {
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 2px;
}
.menu-wrapper .mobile-menu .name {
    font-family: malithi, sans-serif;
    text-align: left;
    margin-top: -12px;
    margin-left: -6px;
    font-weight: bold;
    margin-bottom: 5px;
}
.navbar .navbar-nav .nav-item  {

}
.mobile-bottom-nav button , #InTemTitle, #FoodNameInToast{
    font-family: malithi;
}
.modal-header {
    background-color: #0f0f0f !important;
    color: white;
    border: 0;
}
.modal-header .fa-chevron-left  {
    color: white;
}
.modal-body {
    background-color: #000000f0;
    color: white; 
}
.ourMenu {
    color: white;
    font-family: malithi;
    text-align: center;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: black;
    padding: 13px;
}
.FoodDetails {
    margin-top: -64px;
    display: inline-table;
    background-color: #1818186b;
}
.mobile-mostSearched {
    background-color: #151515;
    color: #28a745;
    width: 79vw;
    /* margin-right: 3px; */
    display: inline-block;
    margin-bottom: 5px;
    font-family: malithi,sans-serif;
    margin-bottom: 25px;
    border: 2px solid #151515;
    transition: 0.2s;
    box-shadow: -1px 5px 8px 0px #000000;
    border-radius: 5px;
}


.mobile-mostSearched .image {
    height: 226px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    float: left;
    margin-top: -58px;
    border-radius: 6px;
}
.mobile-mostSearched .name {
    color: white;
    font-family: malithi,sans-serif;
    text-align: left;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
}
.mobile-mostSearched .prise {
    color: white;

}
.MinusItem , .RemoveItem, .PlusItem {
    border-radius: 35px;
}
.mobile-mostSearched .show .btn {
    padding: 0;
    padding-top: 4px;
    padding-bottom: 3px;
}
.our-menu {
    font-family: malithi;
    text-align: center;
    font-size: 27px;
    /* font-weight: bold; */
    color: #ffd044;
    border: 1px solid;
    margin-bottom: 12px; 
}
.cat-nav {
    background-color: black;
    color: white;
    font-family: malithi;
    display: inline-block;
    width: 23%;
    font-size: 10px;
    text-align: center;
    margin-bottom: 9px;
    padding: 12px;
    border-radius: 5px;
}
.cat-nav .image {
    width: 100%;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cat-nav .name {
    margin-left: -10px;
    margin-right: -10px;
}
.mobile-mostSearched .show {
    margin-top: 6px;
    margin-bottom: 10px;;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title {
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title {
    display: contents;
}
.cartActionBtns {
    /* width: 37px;
     padding-left: 11px;
     padding-top: 7px;
     padding-bottom: 5px;*/
}
.Categories .cat-name {
    /*font-family: malithi; */
    text-align: center;
    font-size: 26px;
    /* font-weight: bold; */
    color: #ffffff;
    /* border: 1px solid; */
    margin-bottom: 12px;
    background-color: #151515;
    /* border-radius: 5px; */
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
}

/* Snack Bar */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -48%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 73px;
    font-size: 16px;
    font-family: malithi,sans-serif;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.3s 4.8s;
    animation: fadein 0.5s, fadeout 0.3s 4.8s;
}
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 73px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 73px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 73px; opacity: 1;} 
    to {bottom: 0px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 73px; opacity: 1;}
    to {bottom: 0px; opacity: 0;}
}
.f-malithi {
    font-family: malithi,sans-serif;
}
.userDiscount, .userDeliveryCharge , .userMobileNo {
    letter-spacing: 0.8px;
}

@font-face {
    font-family: "nitro-normal";
    src: url("/fonts/NotoSansSinhala-Regular.woff2") format('woff2');
}
@font-face {
    font-family: "nitro-semibold";
    src: url("/fonts/NotoSansSinhala-SemiBold.woff2") format('woff2');
}
@font-face {
    font-family: "nitro-bold";
    src: url("/fonts/NotoSansSinhala-Bold.woff2") format('woff2');
}

.f-malithi {
    font-family: malithi ,sans-serif;
}
.nitro-normal {
    font-family: nitro-normal ,sans-serif;
}
.nitro-semibold {
    font-family: nitro-semibold ,sans-serif;
}
.nitro-bold {
    font-family: nitro-bold ,sans-serif;
}
