﻿@font-face {
    font-family: "Poppins";
    src: url(https://fonts.googleapis.com/css?family=Poppins);
}

body {
    font-family: "Poppins";
    font-size: 16px;
    color: #0c0c0c;
    /*background-color: #ffffff;*/
}
p {
    color: #000000;
}
#cart-Mobile-Modal {
}

#cart-Mobile-Modal > .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#cart-Mobile-Modal > .modal-dialog > .modal-content {
    height: auto;
    min-height: 100vh;
    border-radius: 0 !important;
    border: none !important;
}

#cart-Mobile-Modal > .modal-dialog > .modal-content > .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px -5px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px -5px 5px 0px rgba(204,204,204,1);
}

#cart-Mobile-Modal > .modal-dialog > .modal-content > .modal-footer {
    border: none;
}



div#menuContainer {
    min-height: 92vh;
}

.category-scroll {
    max-height: 400px;
    overflow: hidden;
}

    .category-scroll:hover {
        overflow-y: scroll
    }

#menuContainer {
    padding-left: 7%;
    padding-right: 7%;
}

#affix2.affix {
    top: 9% !important;
    width: 28vw !important;
    z-index: 999 !important;
}

#new-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
}

#new-menu-item {
    display: flex;
    flex-direction: column;
    padding: 3px 7px;
}

#new-menu-item .white-bg-box {
    height: 100%;
    border-radius: 10px !important
}
    #new-menu-item .white-bg-box .btn-custom {
        width: 80%;
        float:right;
    }

.curved-footer:before {
    background-color: #f4f4f4 !important;
}
.category-title {
    cursor: pointer;
    padding: 15px 10px;
    border-bottom: 2px solid transparent !important;
    width: fit-content;
    font-weight: 600 !important;
    margin: 0px !important;
}
.category-title:hover {
        border-bottom: none !important;
    }
.slick-list {
    padding-left: 5px !important;
}
.slick-carousel {
    margin: 0px auto 0px !important;
    width: 100%;
    background-color: transparent !important;
}
.slick-initialized .slick-slide {
    
    margin: 8px 8px 15px;
}
.title-tag-bg h3 {
    color: #000 !important;
}
.title-tag-bg {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 20px !important;
    margin-bottom: 7px;
    /*border-radius: 25px !important;*/
    text-align: left !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%) !important;
}
#affix1.affix > .slick-carousel {
    width: 87vw !important;
}
.cart-block .white-bg-box{
    border-radius: 10px !important;
}
@media only screen and (min-width: 769px) and (max-width: 1025px){
    .slick-carousel{
        background-color: #fff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px){
    .custom-menu-price {
        text-align: right;
        float: right;
    }
    .price-tag {
        text-align: right;
        float: right;
    }
    #affix2.affix {
        top: 13% !important;
        
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
    


    #affix2.affix {
        top: 13% !important;
    }
}
@media screen and (max-width: 767px) {
    footer {
        margin-bottom: 70px;
    }

    .custom-menu-price {
        text-align: right;
        float:right;
    }

    .slick-carousel {
        background-color: #ffffff !important;
    }
}