* {
    box-sizing: border-box;
    text-decoration: none margin: 0; 
}
body {
    font-family:"Noto Sans", sans-serif;  
    background-color: #fff; margin: 0;     overflow-x: hidden;
}

a,button,h1, h2, h3, h4, h5, h6, ul , li, span , .main-heading, .sub_ca_name , .checkoutpage label{
	font-family:"Noto Sans", sans-serif;
}
 ul,li { list-style: none;     font-size: 14px; }
button {  color: #fff;}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
a {    color: #292929;        text-decoration: none;}
input, textarea, select  {     box-sizing: border-box;font-size: 15px;   }

/* header */
ul.social {    margin: 0;}
div#lokso {      align-items: center;}
.top_box {
    background: #fff;
    width: 100%;
    display: block;
    float: left;
    padding: 10px 1%;
    border-bottom: solid 1px #d9d9d9;
	    position: fixed;
    top: 0;z-index: 9;min-height: 79px;
}
.top_box.box_active {    z-index: 17;}
.top_strip {
    width: auto;
    display: block;
    position: relative;    display: flex;
    justify-content: flex-end;
      padding-right: 0; transition:0.2s linear
}
.top_strip.sidebar-open3 {  padding-right:19%} 
.site-menu-handle {
    position: absolute;
    left: 5px;
    background: no-repeat;
    border: 0;
    padding: 0;
    top: 22px;
    left: 8px;    z-index: 10;
}
.menu_strip {
     position: fixed;
    max-width: 300px;
    height: 100vh;
    left: 0;
    margin: auto;
    z-index: 17;
    background: #fff;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;    transition: 0.2s ease-out;
    transform: translateX(-300px);
}
.menu_strip.active{    transform: translateX(0);}
button.site-menu-handle2 {
    background: transparent;
    border: 0;
    color: #ed7303;
    font-size: 40px;    margin-left: 10px;    font-weight: 300;
}
.topnav {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top: solid 1px #d7d7d7;
    margin-top: 20px;
    padding-top: 30px;
}
.topnav a { 
    color: #ed7303;
}
.topnav a img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 20px;
    margin-right: 7px;
}
.left_div {
    display: flex;
    align-items: flex-start;
    margin-top: 14px;
    margin-left: auto;
}
.logo_cls {          position: absolute;
    left: 5%;
    top: 8px;
    border-radius: 5px;
  }
.left_div a, button.loginpopup {
    height: auto;
    background: #ed7303;
    color: #fff;
    padding: 9px 21px;
    /* border: 1px solid #394e76; */
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 50px;
    font-size: 13px;
    line-height: normal;
    border: 0;
    font-weight: 600;
}
 
.logo_strip {  position:static}
 
.header-cart {
  
    right: 10px;
    bottom: 20px;
    border-radius: 50px;
    color: rgba(255, 255, 255);
    background: #272727;
    padding: 10px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 70px;    margin-top: 10px;
    margin-left: 10px;
	cursor:pointer;  transition: 0.2s ease-in-out; 
}
.header-cart img {
    max-width: 20px;
}
.header-cart span {
    font-weight: 600;
    font-size: 15px;
}
.header-cart:hover {     background: #ed7303; }
.checkout_page2 .header-cart {  display:none;}
/* modal */
.modal {     transition: 0.2s ease-in-out; }
.modal.fade.in {
   opacity:1;
}
  .modal-dialog {
 
    width: 100%;
    max-width: 560px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
	    border-radius: 10px;
    overflow: hidden;    transition: 0.2s linear; 
	    transform: scale(0.9);
    opacity: 0;
}
.modal.fade.in .modal-dialog {    opacity: 1;   transform: scale(1);}
 
.modal button.close {      top: 15px;
    right: 10px;
    font-size: 40px;
    font-weight: 300;
    color: #ed7303;
    opacity: 1;}
.modal.fade .modal-dialog {
     opacity:0;
}

.modal.in .modal-dialog {  opacity:1;}
.modal-postcode .modal-body.msg-body {      padding-left: 30px;
    padding-right: 30px;}
.modal-postcode button.close {     background: transparent; }

.login-modal  .modal-header {     padding: 25px 35px 20px; }

.login-modal  .popup-content{     padding: 17px;    padding-top: 0; }

.login-modal button.close  {      top: 0;    right: 0;}

input#attrib_add_to_cart {
    background: #272727;
    border: 0;
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600; transition:0.2s ease-in-out;
}
input#attrib_add_to_cart:hover {  background: #ed7303;  }

p.popupheading {
    text-align: center;
    margin-top: 0;
}.choose-method {
    text-align: center;
    border-bottom: solid 1px #efefef;
    padding-bottom: 20px;
}
.choose-method .btn.btn-primary {
    border-radius: 100px;
    font-weight: 500;
    padding: 8px 21px;
    background: rgb(214, 214, 214);
    border: 0;
    color: rgb(25, 25, 25);
}
.choose-method .btn.btn-primary:hover {    background: #ed7303; color:#fff }
.btn-style2 {
    width: 100%;
    border-radius: 5px;
    background: #272727;
    border: 0;
}
/* content part */
.online-order-page.display-flex {     flex-direction: column;
    max-width: 92%;padding-top: 80px;
    padding-right: 0;
transition:0.2s  linear;
}
.sidebarleft {
    width: 100%;
    max-width: 100%;
}
.online-order-page.display-flex.sidebar-open1 {  padding-right: 19%;  }
ul.main_category {      display: flex;
    justify-content: center;
    align-items: center;    margin: 0;}


.cat-info  { display:none; }
 .main-heading, .sub_ca_name  {
    background: transparent;
    color: #ed7303;    text-transform: none;
    font-weight: 600;
    font-size: 21px;    border: 0;
}
.middle-products1 {
    background: rgb(214 214 214 / 28%);
    border-radius: 5px;padding: 0 20px;
}
.main-heading span {      font-size: 14px;
    position: relative;display: inline-block;
    vertical-align: middle;
    text-decoration: dotted !important;
    border-bottom: solid 1px #ed7303;
    padding-bottom: 2px;
    border-top: solid 1px #ed7303;
    padding-top: 2px;
    text-align: right;
}
  }
div.middle-products.middle-product-package {
    margin: 0;
    max-width: 97%;
    margin: 10px auto 0;
}




.col-md-6.middle-products {
    width: 100%;
    max-width: 100%;
    margin: auto;    margin-top: 20px;
}
.main_category li {  border:0;}
.sidenav {
    background:#ed7303;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 20px;
}
.sidenav .products .product-category { 
	border: 0;}
.product_main_category2 {      transition: 0.2s;}
.product_main_category2.sticky {      position: fixed;
    top:79px;
    z-index: 16;
    width: 74%;    width: 92%;
    opacity: 1;}
.sidebar-open1   .product_main_category2.sticky {      width: 73%;}
.sticky  .sidenav{    }
.pro-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
	gap: 19px;padding: 0 25px  15px;
}

.product_cart {      border: solid 1px #eee !important;    position: relative;
    padding: 15px;   width: 49%;         border-radius: 5px; }
.product-category .product_cart.product_cart_nu2 { border:0;}

.products .product-category .sub_ca_name {      background: transparent;}
.products .product-category .sub_ca_name span {   
    color: rgb(25, 25, 25);
    font-size: 16px;    padding: 9px 8px  6px;
    font-weight: 800;
    text-align: left;    border-bottom: solid 2px rgb(25, 25, 25);
}
div.middle-products .sub_ca_name p {
    text-align: left;
    width: 100%;
    padding: 0 10px 10px;
    text-shadow: none;
    color: rgb(118, 118, 118);
    font-style: normal;
    font-size: 14px;    margin-top: 5px;
}
.product_detailss {
    width: 60%;
    float: left;
}
div.product_detailss h3 {
    font-size: 15px;    margin-top: 0;    min-height: 30px; color:#111
}


.prod-descreption ul {   display: flex;  justify-content: flex-start;  flex-wrap: wrap;   align-items: center ;   gap: 5px;  }

.prod-descreption ul li {  font-size: 14px;  font-weight: 400;  background: rgb(214 214 214 / 28%);    color: #ed7303;
    padding: 5px 10px;    border-radius: 30px;    font-size: 12px;    font-weight: 400;   }

.middle-product-package  .prod-descreption ul li {  font-size: 14px; background:none;  font-weight: 500; padding:0; border:0;
	line-height: normal;  }

.prod-descreption ul li::before , .checkout-sidebar  td.cart_btn button.delete {display:none;}

.dish-img {  float: right;  margin-top: 12px;   width: 30%;  margin-bottom: 10px;   }
.dish-img img {  width: 100%;    float: right;    max-width: 220px; }
.product_cart .addtocart_price {  border-radius: 50px;  color: rgba(255, 255, 255);  background: #272727;  }
.product_cart .addtocart_price .loginpopup {      padding: 5px;  }

.col-md-3.pm-sidebar-right {  position: fixed;  right: 0;  top: 0;  height: 100vh;    width: 25%;
    border-left: solid 1px #e7e7e7ff;    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;padding-top: 15px;	    z-index: 2;
    background: #fff;   z-index: 10;   background: rgb(247 247 247);   transform: translateX(400px);   transition: 1s liner;  }

.col-md-3.pm-sidebar-right.sidebar-open {    transform: translateX(0);   }

.widget_shopping_cart_content ,.pm-widget .product_main_category{  border:0;  }

.table-wrapper-scroll {  position: relative;  max-height: 500px;   overflow: auto;    min-height: 420px;  }

.cart-table1 tr {  padding: 10px 0;    border-bottom: solid 1px rgb(231, 231, 231);  display: flex;   justify-content: flex-start;
    align-items: center;  }

.cart-table1 td {  font-size: 13px;  line-height: 22px;   color: rgb(73, 73, 73);    display: inline-block;  }
.cart-table1 td .pro-name {    font-weight: 500;    font-size: 14px;  }

.cart-table1 td:last-child {    width: 40%;    text-align: center;    display: flex;    justify-content: flex-end;    align-items: center;
    column-gap: 10px;  }

.cart-table1 td:first-child {    width: 60%; }
.cart-table1 td.cart-emt {    width: 100%;    font-weight: 500;    font-size: 13px;  }
.qty-cart {    display: flex;    align-items: center;    justify-content: space-between;    background: rgb(247, 247, 247);
    border-radius: 50px;    padding: 4px;  	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;  }

p.quantiy {  border:0;    padding: 5px 8px;  }

td.cart_btn button {  background: #fff;   border:0;   border: 0;   color: rgba(73, 73, 73);    box-shadow: transparent 0px 0px 0px 1px inset;
    height: 26px;    text-align: center;	width: 26px;    border-radius: 100px;    padding: 0;   }

.cart-meal-edit-delete:before,.cart-meal-edit-add:before{ float:none;    margin: 0 auto; padding:0;     color: rgba(73, 73, 73);
    font-size: 20px;    text-align: center;  }

td.cart_btn button.delete {  background: #f00; color: #fff;   margin: 0;  }
.final-pr {   font-weight: 600;    font-size: 15px;    padding-top: 7px;    color: rgb(25, 25, 25);  }
.total-box.text_totalplst {    padding: 5px 8px;  }

a#check_out_cart {    width: 100%;    max-width: 98%;    border-radius: 100px;    display: flex;    justify-content: space-between;
    background: #272727;    border: 0;    font-size: 15px;    padding: 16px;	padding: 3px;
	  position: relative;  animation: 3s clockwise infinite;  }
 
@keyframes clockwise {
  0% {
    
  }
   
  50% {
           background: #ed7303;
  }
  
  100% {
       
  }
}
 

a#check_out_cart span {
    background: #ed7303;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: 500;
    line-height: normal;
	  position: relative;  animation: 3s clockwise2 infinite;
}
@keyframes clockwise2 {
  0% {
    
  }
   
  50% {
           background: #272727;
  }
  
  100% {
       
  }
}

.totalcart {
    padding: 10px;
    font-weight: 600;
}

.takeway-msg {
    position: relative;
}
.clear_cart {   
    background: #ed7303;
     border-radius: 100px;
    border: 0;
    position: absolute;
    right: 0;
    top: 10px;
	font-weight: 500;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    padding: 0 9px;
    font-size: 13px;
    color: #fff;

}
.clear_cart  img {     max-width: 20px;
    margin: auto;}

span.mob_close_btn2 {
    position: absolute;
   right: 10px;
    top: 10px;
    font-size: 24px;
    font-weight: 600;
    background: #555555;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 3px;
	cursor:pointer;
}

/* checkout */
.checkout-main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.col-md-12.address-fields {
    width: 72%;
    margin-top: 4px;
}
.checkout-main-row .col-md-3.pm-sidebar-right {      position: sticky;     height: auto;   max-width: 100%;    min-height: 400px;
    margin-top: 20px;    z-index: 8;    transform: none;     top: 90px;    border: solid 1px #ed73033b;
    border-radius: 10px;}
.checkout-main-row .col-md-3.pm-sidebar-right  .main-heading {     padding: 0 10px; }
.row.checkut-left {
    padding-right: 2%;
    margin: auto;
    padding-left: 2%;
  
}
.form-control {
      height: auto;
   border:0;
    font-size: 14px;
    padding: 12px;
	box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
  background-color: rgb(247, 247, 247);
}

div#cart_details {
    padding: 10px;
}

.checkoutpage label {      font-size: 14px;
    line-height: 24px;
    color: rgb(25, 25, 25);
    font-weight: 600;}

.checkout-formrow {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 8px;
    padding: 16px 16px;
    margin: 15px 0px;
}
h3.show-allform {
    margin-top: 0;
   
    font-size: 18px;
}

.mob_vis_div.checkout-formrow {
    border: 0;
    padding: 0;
}div#error_panel {
    background: rgb(214, 214, 214);
    padding: 10px;
    border-radius: 5px;
 
}

.cart-bototm-area  td  {      font-size: 15px;}



/* thank you pagwe */

.row.order-recieve {
    padding: 40px 0;
    max-width: 70%;
    margin: auto;
    text-align: center;
}
.order-rec-table {    text-align: left;}
.order-main-details {      clear: both;
    background: rgb(214, 214, 214);
    padding: 14px;
    border-radius: 5px;    font-weight: 500;}

#print_page {
    border: 0;
    background: #ed7303;
    background-color: #ed7303; 
    float: right;
    margin-top: -5px;
    margin-bottom: 10px;
}

.order-cus-detail {
    width: 100%;    margin-top: 20px;
    float: left;    text-align: left;
}
.delvry-msg {    clear: both;    padding-top: 5px;
    border-top: solid 1px #ccc;}
button.site-menu-handle3 {
    background: transparent;
    border: 0;
    color: #ed7303;
    font-size: 40px;
    margin-left: 10px;
    font-weight: 300;
}
div.sidenav-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 18;    transition: 0.3s ease-in;
    background: rgb(228 225 225);transform: scale(0.8);
}
div.sidenav-2 .main_category {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
div#sidenav-2.active {
    display: block !important;
    transform: scale(1);
}

 
.main_category li a  {color: #fff;
  padding: 10px 5px 10px 5px;
  border-radius: 5px;     display: inline-block;
    text-align: center;}

.info_link2 {     background: #272727;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-radius: 100px;
    padding: 7px 20px;
    margin-top: 14px;    transition: 0.2s ease-in-out;}
.info_link2:hover { background: #ed7303;  }

	/* responsive */

@media screen and (min-width:1200px) and (max-width:1600px){
	.cart-table1 td .pro-name {    max-width: 90%;    display: inline-block;} 
	.online-order-page.display-flex { max-width: 97%;}
}
@media screen and (min-width:1024px) {
	div.product_detailss h3 {  max-width: 81%;}
	.prod-descreption { display: flex;    align-items: flex-start;        max-width: 80%;}
	.prod-descreption p {    width: 95%;}
	.alrgy-row {     width: 27%;    margin-top: 0;position: absolute;
        right: 0;
        top: 0;}
	.alrgy-row img {     width: 50px;    margin-top: 0;        max-width: 100%;         float: right;}
	 .product_cart.proimg-layout {
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
  }
	.product_detailss {	        position: relative;	width: 47%;}

.dish-img {  float: right;  margin-top: 0;  width: 21%;  margin-bottom: 0;	}
	.product_cart .addtocart_price {  margin: 0 0 0 auto;}
}


@media screen and (min-width:1200px) and (max-width:1400px){
	.cart-table1 td .pro-name {  width: 80%;
    display: inline-block;}
	.dish-img {      width: 40%;}.sidebar-open1 .product_main_category2.sticky {
    width: 69%;
}.online-order-page.display-flex.sidebar-open1 {
    padding-right: 22%;
}
	.product_cart {      width: 48%;}
	.main_category li { 
    padding: 10px 5px 10px 5px;
}
	.container.checkoutpage {
		width: 98%;}
	.checkoutpage label {
    font-size: 12px;
	}
	.table-wrapper-scroll {max-height: 320px;min-height: 320px;}
}


@media screen  and (min-width:768px)  and (max-width:1024px) and (orientation: landscape) {	
	.alrgy-row img {         width: 30px;}
	    div.product_detailss h3 {        max-width:86%;    }
}


@media screen and (max-width:1024px){
  	.top_box {      padding: 10px 2%;   padding-left:1%;padding-right:1%; }
	.top_strip {  padding-right:0;}
	.col-md-3.pm-sidebar-right {      width: 310px;transform: translateX(310px);}
	.online-order-page.display-flex {      padding-right: 0;}
	.product_cart {     width: 48%;     display: block;}	
	.checkout-main-row .col-md-3.pm-sidebar-right {  width: 31%;transform: translateX(0); }
	.container.checkoutpage { width:100% }
 	.col-md-12.address-fields {    width: 67%; }
	.product_cart .addtocart_price{     position: static;     float: right;  clear:both;}
}
@media screen and (max-width:991px) and (orientation: landscape) {	
	.online-order-page.display-flex {      padding-top: 40px;}
		#myModalNew .modal-dialog { border-radius:0;}
	
}
@media screen and (max-width:991px){
	
	.logo_cls { left: 7%;}
	.sidenav-2 .main_category li a { color:#242424}
	.col-md-12.address-fields {    width: 100%; }
	.row.order-recieve {      max-width: 90%;} 	
	.main_category li a p {      font-size: 14px;
    text-align: center;}.main_category li {   color:#111 ;
   padding: 0 7px 0 7px;
}
	.sidenav-2  .main_category li {      padding:0;}
	.sidenav-2  .main_category li a p {  color:#ed7303  } 
}

@media screen and (max-width:767px){
	.order-cus-detail {   width: 100%; }
	#footer {  font-size:14px;}
	#myModalNew .modal-dialog { border-radius:0;}
}


@media screen and (max-width:767px)  and (orientation: portrait) {	
	.row.order-recieve {      padding-top: 70px;}
	.main_category li a {
		color: #fff;
		padding: 7px 10px 6px 10px;
		border-radius: 5px;
		font-size: 14px;
}.totalcart {
    padding: 6px;
    font-weight: 600;
}
	a#check_out_cart span {  padding: 6px 20px;}
	a.fix_menu_mob2 {      padding: 9px 20px;}
}