*{
    scroll-behavior: smooth;
}
body{
    background-image:url("../images/background.jpg");
/*	background:black;*/
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.contaniner_pading{
    padding: 0px 25px 0px 25px;
}

/* Font khmer style */
@font-face {
    font-family: 'khfont';
    src: url("../fonts/KhKantumruyVersion110.ttf");
}

.enfont{
    padding: 0px;
}

/**==========Menu category title=================**/
.menu_title{
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
}
.lbstyle_title2{
    background-color: #ffce5d;
    color: #000000;
    font-size: 20px;
    border-radius: 17px 0px 17px 0px;
    font-weight: 600;
    padding: 13px 20px 8px 20px;
    letter-spacing: 2px;
    line-height: 20px;
    font-family: khfont;
}



/*==================================================
******************Card menu item
===================================================*/
.card-menu{
    /*background-image: url("../images/backgroundcarditem.jpg");*/
    background-color: #00000078;
    padding-bottom: 15px;
    border-radius: 35px;
    height: 100%;
    box-shadow: 3px 4px 2px #0000006b;
    border: 1px solid #00000012;
}
.imgmenu{
    width: 100%;
    height: auto;
    border-radius: 35px 35px 0px 0px;
    box-shadow: 0px 5px 20px #07000030;
}

.imgmenu-threegrid{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 5px 20px #07000030;
}

/*======Menu detials Title, code, price,=======*/
.menudetial{
    padding: 5% 10% 5% 5%;
}

/*========Menu Code==========*/
.menu_code{
    color: #593F3B;
    text-align: center;
    padding: 0px;
    margin-top: -3px;
}
.menu_code label{
    background-color: #c59735;
    border-radius: 5px;
    border: solid #c59735 1px;
    padding: 0px 4px 0px 4px;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}
/*========Menu Price==========*/
.menu_price{
    margin-bottom: -15px;
    padding: 0px;   
}
.menu_price hr{
    border-color:#c0983c;
    margin-top: 10px;
    margin-bottom: 4px;
}
.lbstyle_price{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #c59735;
    border-radius: 11px;
    border: solid #c59735 1px;
    color: #000000;
    font-weight: 660;
    font-size: 19px;
    padding: 4px;
    margin: 2px;
    text-align: center;
}
.lbstyle_category{
    height: 35px;
    margin-top: -35px;
}
.lbstyle_category label{
    color:#ffffff;
    border-radius: 7px;
    font-weight: 600;
    border-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color:#671916;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 10px;
    text-transform: uppercase;
    border: #671916 1px solid;
}
/*========Title Khmer==========*/
.title_kh{
    margin: 0px;
    padding: 0px 0px 4px 0px;
    color:#c59735;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    font-family: khfont;
}

/*========Title English==========*/
.title_en{
    margin: 0px;
    padding: 2px 0px 3px 0px;
    letter-spacing: 0.1px;
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 650;
    color: #ffffff;
}

/*========Description==========*/
.text_description{
    margin: 0px;
    padding: 2px 0px 0px 0px;
    letter-spacing: 0.1px;
    line-height: 15px;
    font-size: 14px;
    color:#b7b7b7;
}

/*========Peppers Img==========*/
.chilli_img img{
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 40px;
    height: auto;
}
/*========Available Time==========*/
.available_time{
    color:#EBE6E5;
    font-size: 13px;
    padding: 18px 0px 0px 0px;
    line-height: 15px;
    letter-spacing: 0.1px;
}



/*========================================================
===============Style menu bar============================
=========================================================*/

nav {
    position: sticky;
    top: 0;
    overflow: auto;
    white-space: nowrap;
    position: -webkit-sticky;
    z-index: 1;
    transition: top 0.5s;
    margin-bottom: -5px;
    /*background-image: url("../images/backgroundnavitem.jpg");*/
    border-radius:0px 0px 20px 20px;
    box-shadow: 0px 3px 2px #0700001a;
	background: #33333387;
  }

/* Hide scrollbar for Chrome, Safari and Opera */
nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


  nav .containers {
    width: 100%;
    text-align: center;
    padding: 10px 10px 0px 10px;
  }

  dl, ol, ul{
    margin-left: -35px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  nav .containers ul li {
    display: inline-block;
  }
  nav .containers ul li a {
    /*background-image:url("../images/backgroundnav.png");
    background-color:#221414ed;*/
    background-size: 100% auto;
    display: inline-block;
    text-decoration: none;
    border-radius: 11px;
  }

  nav .containers ul li:hover{
    border-radius: 11px;
    filter: invert(20%) sepia(28%) saturate(50%) hue-rotate(180deg) brightness(150%) contrast(84%);
  }

  nav .containers ul li.active{
    border-radius: 11px;
    filter: invert(20%) sepia(28%) saturate(50%) hue-rotate(180deg) brightness(150%) contrast(84%);
  }


  nav .containers ul li a img{
      width: 100px;
      height: auto;
  }

nav#navbar{
    white-space: nowrap;
    overflow-x: auto;
}

nav#navbar li {
    border: 2px solid #ffc747;
    border-radius: 10px;
    margin: 0px 4px;
    display: inline-block;
    float: none;
}


/*========================================================
===============Soft drink card===========================
=========================================================*/
.softdrink-card-menu{
    background-image: url("../images/backgroundcarditem.jpg");
    padding-bottom: 5px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 5px 10px 5px #0700001a;
}
.softdrink-menudetial{
    padding: 5% 10% 2% 5%;
}
.softdrink-txttitle{
    margin: 0px;
    padding: 2px 0px 3px 0px;
    letter-spacing: 0.1px;
    line-height: 17px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 650;
    color:#FFC77B;
}
.menu_price_noimg_sofdrink{
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
.menu_price_noimg_sofdrink hr{
    border-color:#FFC77C;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
}
.menu_price_noimg_sofdrink label{
    border-radius: 5px;
    border: solid #FFC77B 1px;
    padding: 0px 6px 0px 6px;
    color: #EBE6E5;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 650;
}




/*========================================================
==================Style Model Alert=======================
=========================================================*/

.modal-content{
    background-color:#ffffff00;
    border: none;
}

.blogclose{
    background-color: rgba(0, 0, 255, 0);
}
.blogclose img{
    width: 40px;
    height: 40px;
}

.blogpormotion img{
    border-radius: 20px;
}

.btnmenupromotions{
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    border: none;
}
.btnmenupromotions img{
    width: 90px;
    height: 90px;
    z-index: 1;
    box-shadow: 1px 1px 5px #0700001a;
    border-radius: 50%;
    border: none;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ffa500 !important;
}

.CartToClick{
    cursor: pointer;
    color: #c59735;
}

.bottomright {
     position: fixed;
     bottom: 0px;
     right: 0px;
}

.demo {
     background-color: HotPink;
     padding: 20px;
     margin: 5px;
}

.bottom-cart{
    right: 15px;
    bottom: 15px;
    position: fixed !important;
}
.btn-cart {
    background-color: #00000094;
    padding: 5px 18px 5px 5px;
    border-radius: 10px;
    border: solid 2px #dddddd42;
}

.bg-cartBox{
    padding: 5px 18px 5px 5px;
    border-radius: 10px;
    border: solid 2px #dddddd42;
}

.btn-button-cart{
    background-color: #ffffff;
    cursor: pointer;
    padding: 5px 14px;
    border-radius: 5px;
    margin: 10px 10px;
    border: 0px;
}
button.minusItem,button.plusItem {
    border-radius: 5px;
    border: 1px solid #ddd;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1100px !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
}