@media screen and  (max-width: 1366px) {
  .main-search-container {
        height: 500px ;
    }
}

@media  screen and (max-width: 1300px) {
    .container {
        width: 94%;
    }
	.util-display {  height: auto;}
}

@media  screen and (max-width: 1024px) {
	.gusest-order-detail.row.sticky-wrapper {      max-width: 97%;}  
}
@media  screen and (max-width: 991px) {
	    .d-flex.float-right {
        display: block;
    }    .mobile-cart.widget-header.cart-css {
        position: fixed;
        bottom: 130px;
        z-index: 20;
        background: #fff;
        right: 15px;
        padding: 1px;
        box-shadow: 0 0 5px #ccc;
        border-radius: 100px;
        margin-right: 0;
    }
	    .icon-sm {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        display: block;
        text-align: center;
        padding: 0;
        background: transparent;
        border: 0;
    }
	    .widget-header .notify {
        top: -10px;
        right: -5px;
    }
	    #header-container .custom-burger-button {
        color: #616161;
        height: 50px;
        font-size: 30px;
        background: transparent;
        border: 0;
        padding: 0;
    }
	
	
   .main-search-container h2 {        font-size: 28px;}
	   .form-banner {      max-width: 550px;}
	   
	.main-search-container h4 {
		margin: 21px 0;
		font-size: 19px;
	}
	.main-search-input-item {
		width: 69%;
	   
	}
	.highlight-cards {  padding-left:5px; padding-right:5px;} 
	.row.upper-footer .footer-col {  width: 49%;}
	.border_right_f {      border-right: 0;}
	.main-search-container.rest-gallery-container .ls-container ,.journey-content > .row ,.ls-container.container-fluid.search-page-cusine{flex-direction: column;}
	.ls-inner-container.content.custom-shop-content ,.ls-inner-container.fixed-cart ,.journey-content .col-lg-6, .ConTactForm_f form >.row .col-md-6,.search-page-cusine .ls-inner-container ,.ls-inner-container.fixed-map { width:100%;}

	.journey-content > .row {
    flex-direction: column-reverse;
    row-gap: 20px;
}
	
	.modal-dialog { max-width: 500px; }

    .category-list-ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 1px ;
        scroll-behavior: smooth;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-width: auto;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    ul.category-list-ul .category-list-li a {
        font-size: 12px ;
        padding: 5px 10px;
        background: #f7f7f7;
        color: #242424;    letter-spacing: normal;
    }
	
.ls-inner-container.fixed-cart {
          top: 6%;
    position: absolute;
    left: 0;
    z-index: 10;
    height: 100%;
    background: #fff;    padding: 0 15px;
}
.cartClose {
        position: absolute;
        top: 1%;
        right: 2%;
        border: none;
        display: block;
        z-index: 10;
        padding: 0;
        background: transparent;
        font-size: 37px;
        font-weight: 100;
    }
    .ls-inner-container.fixed-cart {
        display: none ;
    
    }
	.cart-modal {
   
    z-index: 20;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 100vh;
    width: 100%;
}
    .cart-modal .ls-inner-container.fixed-cart {
        display: block ;
    }
	.margin-top-70 ,.row.sticky-wrapper{
    margin-top: 40px;
}
.ls-inner-container.fixed-map {      height: 500px;}	
#myModal {
  padding: 20px !important;
}
}

@media  screen and (max-width: 991px)  and (orientation:landscape){
	.mobile-cart.widget-header.cart-css {          bottom: 20px;}
	.cartClose {          z-index: 20;}
	.restaurant .item.restautant-card {    width: 48%;}
	.util-head h5 {  font-size: 14px;}
	.CartWheader.cart-css.cart-margin-extra {  display: none;}
}

@media screen and (max-width: 767px) and (orientation:landscape){
	.search-page-cusine div#autocomplete-container {
		width: 92%;
	}
}


@media screen and (max-width: 767px){
	#header {      opacity: 1;    z-index: 16;}
	#how-it-works ._2HO, .feature-heading h2 {      font-size: 30px;}
	
	form#payment-form > .row ,.row.sticky-wrapper ,.row.with-forms{  flex-direction: column;}
		form#payment-form > .row ,.row.sticky-wrapper{   row-gap:20px;}
	form#payment-form > .row > .col-lg-8.col-md-8,form#payment-form > .row > .col-lg-4.col-md-4,
.user-details-sidebar.col-lg-4,.row.sticky-wrapper .col-lg-8,.row.with-forms .col-fs-6 , .ls-container .fs-listings  .col-lg-6	{  width: 100%;  }
	.custom-modal .modal-body {
    padding: 10px 0;
   
 
}
	    .user-menu .lang:after, .lang {
        color: #000 !important ;
    }
	.modal-header img {      height: 17em;}
	.row.ppup-restra-info h2 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
}
	  .mobile-menu {
        height: auto;
        padding: 5% 0 0;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        position: absolute;
        right: 0;
        top: 0;
        min-height: 50vh;
        padding: 10px;
        top: 100%;
        width: 75%;
    }
	    .user_border {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 15px;
     
        padding-left: 15px ;
    }
	.user-menu .lang:after {
			content: "\f107";
			font-family: FontAwesome;
			transition: .2s;
			transform: rotate(0);
			display: inline-block;
			margin-left: 6px;
			color: #000;
		}
		    .user-menu ul {
        width: auto;
        min-width: 200px;
        left: 10px ;
    }
	.user-menu.active ul {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}

@media screen and (max-width: 767px) and (orientation:portrait){
	#logo img {    max-height: 70px;max-width: 130px; }

	.main-search-input {      flex-direction: row;}
	 .util-container, .feature-highlights-cards ,.row.detail-order-col2,.ProfileFrm .row.gx-4.gy-3, .row.changePasWrd,.journey-content > .row{      flex-direction: column;}
	.main-search-input ,.util-container, .feature-highlights-cards {    row-gap:20px;}
	.main-search-input button.button {    padding: 14px 35px;      width: 100%;    }
	    .main-search-container h2 {
        font-size: 28px;
        line-height: 27px;
    }
	    .main-search-container h4 {
        margin: 7px 0;
        font-size: 14px;
        font-weight: 400;
    }
	.util-card, .highlight-cards  ,.row.upper-footer .footer-col ,.modal-body .tab-list-style,
	.form-group.col-sm-6,.ProfileFrm .col-md-6 ,.journey-content .col-lg-6, .ConTactForm_f form >.row .col-md-6 , .main-search-input-item,
	.restaurant .item.restautant-card ,form.register > .row .col-md-12 .col-sm-6{  width:100%;}
	.row.upper-footer .footer-col:nth-child(2) {      padding-left: 20px;}
	.border_right_f {      padding: 10px 0;}
	
	.d-flex.float-right {    display: block;}
    .right-side {
        display: none ;
    }
	   
	.buckaroo {  column-gap: 10px;}
.buckaroo  label {      justify-content: flex-start;        column-gap: 10px;}
.buckaroo  label  img { margin:0;   }

.ls-inner-container.content.custom-shop-content {      padding-left: 15px;    padding-right: 15px;}
.name-rating {          margin-bottom: 17px;   flex-direction: column;align-items: flex-start; }
#titlebar.listing-titlebar span.listing-tag {  line-height: normal;    padding: 5px 6px;
    letter-spacing: normal;        text-align: center;}
	    .modal-dialog {        max-width: 90%;           height: 100%; }
	  #myModal {    padding: 10px !important;  }
	 #myModal .modal-body { padding: 0.7em 0; }
	.modal-title {  font-size: 15px;}
.name-rating a {  margin-bottom: 16px;}
#sign-in-dialog, #small-dialog {  max-width: 90%;}
	
	div#variation-and-option .row .col-md-3 ,div#variation-and-option .row .col-md-6,div#variation-and-option .plusminus.horiz {
    width: 100%;
}
div#variation-and-option .row.no-margin-row {
    
    flex-wrap: wrap;
}
.plusminus input[type=number] {  box-shadow:none;}
.fixed-cart.my-bg-color .item-list {      height: 230px;}
.fixed-cart .table {      margin-bottom: 10px;}
.buckaroo input {
    margin-right: 5px !important;
}	
}