
/*Common CSS Start*/
body{  background:#fff;     overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family:"Kanit", serif;letter-spacing: normal;-webkit-text-size-adjust: none;	font-weight:500;line-height: normal;  margin: 10px 0;    color: #222;}
 
a,p,ul li,button, li a,span,div,input,button,textarea ,body,select ,.util-head h5{
	font-family: "Poppins", sans-serif;
	letter-spacing:0.32x;	outline:0;	-webkit-text-size-adjust: none; 	font-weight:normal;  }

 body {
    margin: 0;
}

body a {    text-decoration: none ; color:#010101}
a:hover {  color:#f36805 }
a{    transition: all 0.15s linear;    cursor: pointer;}
 
input,button.textarea {  outline:none;}
:focus-visible {    outline: none !important;}
:focus-within {    outline: none !important;}
a:hover, a:focus ,.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor{  text-decoration: none; }
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 16px;
	-webkit-text-size-adjust: none; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {    -webkit-appearance: none;    margin: 0; }
*{	-webkit-text-size-adjust: none; margin: 0; box-sizing:border-box;}
 
ul, ol   li{  margin: 0;   list-style: none;  padding: 0; }
 body a {     font-size: 15px;}

#site-header {      padding: 0;    width: 100%;       margin: auto;     z-index: 10; 
position: absolute;
    background: transparent;
    top: 0; transition: 0.4s ease-in;     border-bottom: solid 1px #cccccc63;}
  
body button,body .button,body  input[type="button"],body input[type="submit"]{
    background-color: #f36805;   color: #fff;  border: 1px solid #f36805;  font-size: 20px;  padding:13.5px 35px;
    text-decoration: none !important;    width: auto;   font-weight: 400;   max-height: 60px;   position: relative;
     transition: all .2s linear;    display: inline-block;    text-transform: capitalize;  } 

body input[type="submit"]:hover{     background: transparent;   color: #f36805; }


 .owl-stage-outer {    overflow: hidden;}
.owl-item {    display: inline-block;    vertical-align: top; }
.owl-dots.disabled,.owl-nav.disabled,.menuStickyButton,.MenuButtonCategoryList , .breadcrumb{ display: none; }

.owl-dots {   text-align:center;  }
.owl-dots button.active {
    background: #f36805;
}
.owl-dots button {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    margin: 0 2px;
    background: #333;
    border: 0;
    transition: 0.1s;
}
 


 



input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="number"], input[type="search"], input[type="tel"], textarea,select,input { 
height: 47px;
    line-height: 47px;
    padding: 0 20px;
    outline: 0;
    font-size: 13px;
    color: grey;    
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    font-weight: 500;
 
    border-radius: 10px;

 }
input[type=radio] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}
 .form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .37rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
 
button.owl-prev, button.owl-next { }

 .main-search-container h2 {     font-weight: 500;        margin-top: 0;
    font-size: 38px;
    line-height: 1.3em;}
	
	
 .main-search-container h2 , .main-search-container h4 { color:#fff; }	
  .main-search-container h4 ,.modal-title {
    font-weight: 100;
    font-size: 24px; 
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}
.main-search-container h4 {      margin: 30px 0;}
#how-it-works ._2HB ,#how-it-works ._2HO ,.feature-heading h3,.feature-heading h2,
.util-desc p ,.modal-title , .text-center { text-align:center;} 
   
#how-it-works ._2HB,.feature-heading h3 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin: 0 auto 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
 #how-it-works ._2HO ,.feature-heading h2{
    font-size: 42px;
    margin: 0 auto 10px;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #f36805;
}  
.modal-title  {       margin: 0;   font-size: 20px;}  
  
p ,.point-desc a{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #242e30;
   
}  
   
b ,strong {    font-weight: 500;}   
.d-flex {  display:flex;}
.justify-content-end {     justify-content: flex-end; }
.align-items-end {  }
.justify-content-between {  justify-content: space-between;}

.container {       margin: auto;     width: 1210px;    }
 
 
.btn {
    display: inline-block;
    font-weight: 400;
    color: #010101;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
     border: 1px solid #f36805;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 14px;
	    cursor: pointer; 
 
}
.btn-secondary {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
}
.btn-danger {
    color: #fff;
    background-color: #fa3434;
    border-color: #fa3434;
}
.btn-success {
    color: #fff;
    background-color: #00b517;
    border-color: #00b517;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}

a.button, a.button.border, button.button, input[type=button], input[type=submit] {
    background-color: #f36805;    
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
   
    overflow: hidden;
    border: none;
    border-radius: 50px;
}

.btn_row {
    text-align: center;
    padding: 40px 0 30px;
}
.readMore_btn {
    background: #f36805;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    border: 2px solid #eb6100;
    letter-spacing: 0.4px;
    transition: all 0.4s ease-in-out;
}
.readMore_btn:hover {    color: #fff;
    background: #111;
    border-color: #000;  }

.mr-2, .mx-2 {
    margin-right: .5rem ;
} 
.margin-bottom-65 {
    margin-bottom: 65px ;
}
.mt-3, .my-3 {
    margin-top: 1rem;
}
section.ftco-section.ftc-p {
    padding: 4% 0;
} 
.col-lg-12  ,.col-md-12,.col-sm-12{
    width: 100%;
}
.col-md-3 {
    width: 25%;
 } 
.col-sm-6 {
        width: 50%;
}
    .col-lg-3 {
        width: 25%;
    }
.float-right {
    float: right ;
} 
.border {
    border: 1px solid #e4e4e4 ;
}
.text-danger {
    color: #fa3434 ;
}
.text-right {      text-align: right;}
.text-success {
    color: #00b517 ;
}
.nav {
    display: flex;
 
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-list-style .nav-tabs .nav-item {
    font-size: 12px;
}
 .tab-list-style .nav-tabs .nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid #f91942;
}
.tab-list-style .nav-tabs .nav-link {
    border: none;
    text-transform: capitalize;
}
.tab-list-style .nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .37rem;
    border-top-right-radius: .37rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

/*header */

#header.cloned ,.d-flex.float-right,.collapse,.title_responsive ,.cart-modal ,.listing-nav-container.coupon-div{
   display:none;
}


#header {
    position: relative;
    z-index: 10;
      padding: 8px 0;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 0%), 0px 8px 12px -2px rgb(0 0 0 / 7%), 0px 4px 6px 0px rgb(0 0 0 / 0%);
    font-size: 16px;
	    background: rgba(51, 51, 51, 0);
		    opacity: 0.9;
}
 
.container.custom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo {    max-height: 80px; }
#logo img {
  height: auto;
  max-width: 160px;
}
img.flag-img {
    width: 20px;
    height: 13px;
    margin-right: 5px;
}

.header-widget.d-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget-header {
    min-height: auto !important;
    margin-right: 20px;
}
.user-menu {
    position: relative;margin-right: 5px;
}
.user-menu .user-name{
    display: flex;
    align-items: center;
    column-gap: 5px;
  font-size: 14px;
 }  
.user-name span img {
    border: 3px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1); 
	  border-radius: 50%;
	max-width: 41px;
}
.fa,.fas,.sl,.icon-facebook  ,.icon-facebook  ,.icon-twitter ,.icon-instagram ,.icon-youtube ,.far ,
.custom-star-rating span.star,.verified-icon{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-star-rating  .star:before { content: "\f005 ";  }

.fa-shopping-cart:before { content: "\f07a"; }
.fa-times-circle :before { content: "\f00d "; }
.sl-icon-check:before { content: "\f017  "; }
.verified-icon:before {     content: "\f05d "; } 
.verified-icon {      color: #19b453;}
.user-menu ul {
    float: left;
	text-align: left;
    position: absolute;
    top: 35px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    transform: translate3d(0, 15px, 0);
    padding: 12px 10px;
    box-sizing: border-box;
    transition: .25s;
    visibility: hidden;
    opacity: 0;
    z-index: 110;
    left: 50px ;
    width: 152px ;
}
.user-menu ul li {
    margin: 10px 0;
}
.user-menu:hover ul.dashboard-dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.CartWheader.cart-css.cart-margin-extra {
     position: relative;
    margin-left: 15px;
}
.desktopmobilecart {
    display: none;
    border: none; padding:0;
    background: none;
}
.widget-header .notify {
    position: absolute;
    top:-14px;
    right: -20px;
 
    padding: 0.25em 0.6em;
    font-size: 12px;
 
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #f36805;
 
}
 
.icon-cart {
    font-size: 25px;
    color: #505050;
}
/* banner portion */


.main-search-container {
    background: linear-gradient(rgb(0 0 0 / 40%) , rgb(0 0 0 / 25%) ), url(../../frontend/images/imagesGD/afc-banner.jpg);
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center; 
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-search-inner {
    position: relative;
  z-index:2
}
.form-banner {
    max-width: 870px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    text-align: center;
}
.main-search-input {
    margin: 20px auto 0;
    border-radius: 50px;
   width: 100%;
    background-color: #fff;
  
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 9px;
    max-height: 60px ;
	box-shadow: 0 0 18px 0 rgb(30 30 30 / 97%);
	    justify-content: space-between;
}

.main-search-input input, .main-search-input input:focus {
    font-size: 14px;
    border: none;
    background: #fff;
    margin: 0;
     
    height: 44px;
    line-height: 44px;
    box-shadow: none;
	    font-weight: 400;
}
.main-search-input button.button {     line-height: 26px; height:auto; padding: 9px 35px;}
.main-search-input  input {
    padding: 0 20px;
}
.main-search-input-item {
    width: 80%;    position: relative;
}
.main-search-input-item.location a {
    position: absolute;
    right: 0;
    top: 28%;
    
}
.im-icon-Location:before {
    content: "\f140";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 22px;
    color: #f91942;
    font-weight: 100;
}
.main-search-input .pac-container {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    border: none;
    padding-top: 45px;
    z-index: 9;
    left: 0 ;
    top: 1px ;
    border-radius: 4px;
}
body .pac-item {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    transition: .2s;
    padding: 5px 15px;
}
.location .pac-container {
    left: 0 !important;
    top: 60px !important;
}

#how-it-works {
    padding: 65px 0 75px;
    background-color: #f5e6d0;
}

.util-container ,.feature-highlights-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.util-card  ,.highlight-cards{
    position: relative;
    border-radius: 12px;
    background-color: #fff;
   
 
    width: 32%;
  
    padding: 25px 25px 20px;
    box-shadow: 6px 2px 2px 0px rgba(0, 0, 0, .03), 0px 3px 1px -2px rgba(0, 0, 0, .07), 0px 1px 5px 0px rgba(0, 0, 0, .06);
}
.util-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 15em;
}
.util-head {
    min-height: auto;
    margin: 20px 0 0 0;
}
.util-head h5 {
    color: #272727;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.ftco-section.ftco-section-p .container {
    border-top: 2px solid #eeeeee;
    padding-top: 40px;
}

#features-section {
    padding: 60px 0 80px 0;
    background-color: #f5e6d0;
}.highlight-card-design {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hightlight-points .points {
    display: flex;
    margin: 16px 8px 0px 8px;
	    column-gap: 14px;
}
.point-desc p {
    font-weight: 300;
    font-size: 13px;
}
.hightlight-points {
    min-height: 130px;
}
.points .tick svg {
    font-size: 16px;
    width: 24px;
    height: 24px;
}
.restaurant .item.restautant-card , .h3.cuisins-heading {      text-align: left;}
.work h3.cuisins-heading {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 15px 0 5px 0;    width: 100%;text-align: left;
}
.work h3.cuisins-heading  a {    font-size: 14px;}
.work .custom-star-rating {
    padding-bottom: 0px;
    margin: 5px 0 0 0;
}
.restaurant-items {
    text-align: left;
}
.restaurant-items p {
    font-size: 14px;
    line-height: 22px;
}

.featured-carousel .sellingcusine-row .item.food-items .slider-img {
    width: 100%;
    height: auto;
    max-width: 300px;    object-fit: cover;    border-radius: 10%;
}

 .featured-carousel .item.food-items:hover {
    color: #2D2B2B;
    transform: scale(0.95, 0.95);
    transform-origin: center center;
    transition: all 0.1s ease-in 0s;
}

.item.restautant-card:hover {
    transform: scale(0.95, 0.95);
    transform-origin: center center;
    transition: all 0.1s ease-in 0s;
}
.restautant-card .work a .img img.slider-img {
    display: block;
    height: 180px ;
    width: 100% ;
    object-fit: cover ;
    border-radius: 20px ;
}
.restautant-card .work {
    position: relative;
}
.img .coupon-label {
    border-radius: 0 5px 0 0;
    padding: 1px 6px;
    background-color: #f36805;
    position: absolute;
    top: 6%;
    left: 0%;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.custom-star-rating .star.empty:before {
    color: #ddd;
}

 

/* Footer */

#footer {
    padding:50px 0 0 0;
    background-color: #000;
    font-size: 16px;
}
.row.upper-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.row.upper-footer .footer-col:nth-child(2) {
    padding-left: 0;
}
.row.upper-footer .footer-col {
    padding-left: 20px;
    padding-right: 10px;    width: 24%;
}
#footer h4 {

    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'Poppins';
}
div#f-logo {
    border-bottom: 1px solid #353535;
    padding: 0px 0px 40px;
    text-align: center;
}
.border_right_f {
    border-right: 1px solid #353535;
    padding: 50px 0;
    height: 100%;
}
.upper-footer .col-sm-6:last-child .border_right_f {
    border: none;
}


#footer   a ,#footer .text-widget span, #footer .text-widget span a,#footer div{
    color: rgba(255, 255, 255, 0.6) ;
    font-weight: 300 ;
    letter-spacing: 0.5px;    font-size: 15px;
}
#footer  li {  margin:10px 0}
 ul.social-icons {
    display: flex;
    column-gap: 10px;
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-youtube:before {
    content: "\f16a";
}
 
.copyright-b {
    background: #000;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.copyright-text {
    font-weight: 300;
    letter-spacing: 1px;
    color: #b6b6b6;
    border-top: 1px solid #353535;
    padding: 25px 0;
}


.tooltip {
  position: absolute;
  z-index: 5;
  display: block;
  margin:5px;
  word-wrap: break-word;
     line-break: auto;
    font-size: .82rem;
    word-wrap: break-word;
	padding: .4rem 0;
}

.tooltip.show { opacity:0.9; }

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0;
}
 .tooltip .arrow:before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
    }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}


.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .37rem;
	font-size:12px;
}




/* Bootstrap page */

.input-group {
    position: relative;
      display: flex;
    align-items: stretch;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem ;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.show {
    display: block !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}



.modal-dialog {
    position: relative;
    width: 100%;
         margin: 1.75rem auto;
	        max-width: 500px;
   
}
.modal-backdrop.show {
    opacity: .5;
}

.show {
    display: block !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: .45rem;
    justify-content: center;
    align-items: center;    padding: 1rem;    text-align: center;
	pointer-events: auto;
}
.modal-content .btn {
    padding: 4px 20px;
    background: #fc913c;
    color: #fff ;
    font-size: 13px;
    border: 2px solid #db7829;
}
.modal-header {     width: 100%; border-bottom: 1px solid #e4e4e4;    padding: 0.7em;}
.modal-footer {    width: 100%; border-top: 1px solid #e4e4e4;     padding: 0.7em; }
.modal-body {padding: 0.7em;     width: 100%;  }
.modal-footer a.btn.btn-danger {
    font-weight: 300;
    font-size: 13px;
}
.modal-dialog {
    position: relative;
    width: auto;
          margin: 1.75rem auto;
    
}
.modal-lg, .modal-xl {
   max-width: 800px;      
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-header  .close {
    position: absolute;
    color: #f36805;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    top: -10px;
    right: -10px;
    padding: 0;
}
.modal-header .close span {
    line-height: normal;
    display: inline-block;
    height: auto;
    font-size: 20px;
}

input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.var-choose-opt {
  display: flex;
  column-gap: 7px;
  font-size: 14px;
  align-content: center;position: relative;
 
}
.cutlary-box label {
  align-items: center;
  margin-right: 10px;
}

/* bootstrap */

/* info modal */
.modal-header.custom-padding-design  ,.tab-content.custom-margin{
    padding: 0px;
}
.modal-header  img {
    height: 20em;
    width: 100%;
    object-fit: cover;
}

.modal-body .main-body {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0%;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 12%);
}
.modal-body .tab-list-style {
    margin: 12px auto;
    width: 23%;
}
.modal-content.custom-border {
      padding: 0;
}

/* main style */

.ls-container ,div#secondpopup {
    height: 100%;
    width: 100%;
	
}
.main-search-container.rest-gallery-container .ls-container ,.ls-container.container-fluid.search-page-cusine{       display: flex;
    justify-content: space-between;
    align-items: flex-start;}

.ls-inner-container.content.custom-shop-content {
    width: 75%;
 
    box-shadow: 5px 0 5px #f7f7f7;
    background-color: #fff ;
	    position: relative;
		margin-top:40px;
 
    padding-left: 40px;
    padding-right: 40px;
 
 
}
.ls-inner-container.fixed-cart {      width: 24%;     position: sticky;  padding: 0 10px;  top: 0;}

.row.ppup-restra-info .col-md-6 {
    width: 48%;
    text-align: left;
    font-size: 14px;
}
.row.ppup-restra-info {
    display: flex;
    align-items: flex-start;
}
.ppup-restra-info .address {
    font-size: 14px;
    color: #666;
}
.row.ppup-restra-info h2 {
    margin-bottom: 0;
}

.gallery_sec img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 4px;
    height: 400px;
}

#titlebar.listing-titlebar.titlebar-customize {
    border-radius: 20px;
    padding: 20px 10px 10 ;
    background: #f7f7f7;
	    position: relative;    margin-top: 6px;
}
.name-rating {
 
    align-items: center;
    width: 100%;
 
    justify-content: space-between;
    display: flex;
} 
.name-rating a {
    font-size: 22px;
    font-weight: 600;
}
.clCBXa {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: inherit;
    cursor: pointer;
}
.jcWdhP {
    display: flex;
   
    align-items: center;
 
    justify-content: center;
    background-color: #f36805;
    color: rgb(255, 255, 255);
    height: 2rem;
    min-width: 3rem;
    padding: 0px 0.6rem;
    font-size: 17px;
    border-radius: 0.6rem;
   
}
.sc-1q7bklc-6.liCXOR {
    line-height: normal;
    width: 100%;
}
.cILgox {
    margin-right: 0.2rem;
    font-weight: 600;
    font-size: inherit;
    padding-bottom: 0.1rem;
}
.edgvoM {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    padding-bottom: 2px;
    border-bottom: 0.5px dashed rgb(181, 181, 181);
    color: rgb(54, 54, 54);
    margin: 0 10px;
} 
.sc-1q7bklc-5.kHxpSk {
    display: flex;
    align-items: center;
}.name-rating svg {
    width: 10px;
}
#titlebar.listing-titlebar span.listing-tag {
    margin: 0;
    padding: 8px 16px;
 
    letter-spacing: 1.5px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #f36805;
    color: #f36805;
    font-size: 10px;
    font-weight: 500; 
 
    margin-left: 10px;
}
.listing-titlebar-title h2 {  line-height:normal}
.name-rating h2 {
    margin: 0 !important;
}
#titlebar.listing-titlebar span, #titlebar.listing-titlebar span a {
 
    color: #888;
    margin-top: 0;
    display: inline-block;    font-size: 14px;font-weight: 500;
}

.category-list-ul .category-list-li {
    display: inline-block;
    margin-right: 2px;margin-bottom: 2px;
}
.category-list-ul .category-list-li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    background: #424242;
    color: #fff;
    border-radius: 20px;
    padding: 11px 20px;
    display: inline-block;
    transition: 0.1s;
    border: solid 1px #424242;
}
.category-list-ul .category-list-li a:hover {
    background: transparent;
    color: #424242;
}

.container-fluid.custom-container.menu-list-item.sticky {
    position: fixed;
    z-index: 10;
    background: #cbcac9f0;
    top: 0;
     width: 100%;
    box-shadow: 0 0 15px -3px #adadad;    padding: 10px;
}
.listing-nav-container.cloned {
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 1010;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: translateY(-100%);
    border-bottom: 1px solid #e0e0e0;
}


.listing-nav {
    border-bottom: 1px solid #e0e0e0; 
    margin-bottom: 35px;
}
.listing-nav li {
    display: inline-block;
    margin-right: 15px;
}
 
.listing-nav li a {
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    bottom: -1px;
    transition: .3s;
    color: #666;
    padding-bottom: 15px;
}
.listing-nav li:first-child a, .listing-nav li a.active, .listing-nav li a:hover {
    border-color: #f36805;
    color: #f36805;
}
.menu-table-tab {
    margin-top: 30px;
}
.custom-container .category-style {
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.style-2 .tabs-container {
    padding-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
	    margin-bottom: 20px;
		position: relative;
}
.tab-content {
    padding: 15px ;
}
.tab-content.food-price-tab .product-description-section {
    width: 85%;
    float: left;
}
.product-name-style {
   
    font-size: 16px;
    font-weight: 600;
    color: #26282e;
    word-break: break-word;
margin-bottom: 10px;;
 
}
.food-price-p.custom-design {  
    font-weight: 600;
    color: #00b517;
 
}
.food-price-p span.discount-price {
    color: #999;
    text-decoration: line-through;
}
.tab-content.food-price-tab .product-image-section {
    width: 15%;
    float: left;
    height: 146px;
}
.tab-content.food-price-tab .product-image-section a {  height: 100%;
  display: block;}
.product-image-section img {
   display: block;
  width: 100%;
}
.main_buttonInner__z6Jz0 {
    width: 116px;
    height: 43px;
    box-shadow: 0 3px 8px #f368052b;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #f36805;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 0;
    line-height: 43px;
}
._1RPOp {
    font-weight: 600;
}


div#sticky1.posAbs {
    position: absolute;
    bottom: 10px;
    top: auto;
}
div#sticky1 {
   
    width: 100%;
    background: #fff;	
}
.cart_loader {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fffc;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.fixed-cart p.shop-info {
    color: #333;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
}
.fixed-cart.my-bg-color .item-list {
    overflow: auto;
    height: 150px;
    display: block;
}
.fixed-cart p.shop-info {
    color: #333;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
}
.fixed-cart a.btn.btn-lg.btn-secondary {
    font-size: 12px;
    padding: 8px;
    height: auto;
    border-radius: 10px;
    line-height: normal;
    letter-spacing: normal;
    margin: 4px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.cart-table td {
    padding: 3px ;
    border-top: none ;
    font-weight: 500;
    font-size: 14px;
}
.cart-table td.product-style {
    color: #181818;
    font-weight: 600;
    font-size: 14px;
   letter-spacing: 0.2px;
    width: 100%;
}
.cart-table .cart-item-delete-button {
    font-size: 12px;
    padding: 0px;
    margin: 0 1em 0 0;
    border: none;
    background-color: white;
    color: #f00;    height: auto;
}
.plusminus.horiz {
    width: 74px;
    height: 34px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.plusminus button {
    
    width: 24px;
    height: 100%;
    padding: 0;
    border: 0;
    background: #fff;
    color: #aaa;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    font-family: FontAwesome;
    cursor: pointer;
    transition: .3s;
}
.plusminus input[type=number] {
  
    width: 24px;
    height: 100%;
 
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}
.plusminus button:first-child:before {
    content: "\f068";
   font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plusminus button:last-child:before {
    content: "\f067";
   font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.apply-coupon button {
    border: none;
    background-color: #f36805 ;
    color: white;
    font-size: 13px;
    border-radius: 8px;
    height: 35px;
    margin-bottom: 5px ;
    padding: .45rem .85rem;
    letter-spacing: normal;
}
.apply-coupon .input-group-append button {
    border: 0;
    height: 100%;
    border-radius: 0;    margin-bottom: 0;
}
.apply-coupon input, .apply-coupon button {
    height: 35px;
}
.apply-coupon input {
    border-radius: 5px 0 0 5px;
}
.cart-table.subtotal {
    color: #333;
    font-weight: 300;
    padding: 10px;
    background: #f7f7f7;
}
.btn.btn-checkout ,a.btn.btn-checkout-disabled{
    width: 100%;
    border-radius: 10px;
    line-height: 24px;
    background-color: #f36805;
    color: #fff;
    font-weight: 600; 
}

div#variation-and-option {
    padding: 15px;
    border: 0;
    box-shadow: none;
    border-radius: 0;text-align: left;
}
#cartModal  .modal-header{      border: 0;}
h3.product-view-header-style {
    text-align: left;
    font-weight: 500;
}
div#variation-and-option  .row.no-margin-row {
    display: flex;
    align-items: center;
}
td.variation-option-style span {
    font-size: 13px;
    font-weight: 300;
}


/* search page */
.ls-container.container-fluid.search-page-cusine {
    max-width: 95%;
    margin: 50px auto;    overflow-x: hidden;
}
.search-page-cusine .ls-inner-container  ,.row.with-forms .col-fs-6{    width: 48%;}
.ls-inner-container.fixed-map {    width: 49%;
    height: 100vh;
}
div#fixed-map-container {      width: 100%;    height: 100%;}
div#map {
    width: 100%;
    height: 100%;
}
.search-page-cusine  .panel-dropdown {
    position: relative;
    display: inline-block; margin-top:20px;
}
.search-page-cusine .panel-dropdown a {      color: #666;
      font-weight: 400;
    font-size: 15px;
    border-radius: 50px;
    padding: 3px 14px;
    transition: all .3s;
    display: inline-block;}
.panel-dropdown a:hover, .panel-dropdown.active a {
    background: #f3f3f3;
}
.panel-dropdown.active a:after {
    transform: rotate(180deg);
}
.panel-dropdown a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
     color: #f36805;
  
 
    transition: all .3s;
    margin-left: 6px;
    display: inline-block;
}

.option-set li {
    display: inline-block;
    margin-right: 2px;
}

.option-set li a {
    background: 0 0;
    padding: 5px 18px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.4px;    border-radius: 50px;
}
.option-set li a.selected {
    color: #fff;
     background-color: #f36805;
}
.rangeslider--horizontal {
    height: 3px;
    width: 100%;
}
.rangeslider {
    background: #e6e6e6;
    position: relative;
    margin: 25px 0;
}.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;    position: absolute;    background: #f36805;
}
.rangeslider__handle {
    background: #fff;
    border: 2px solid #66676b;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
	    border-color: #f36805;
}i.data-radius-title {
    font-size: 13px;
    color: #777;
}

.row.with-forms {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;flex-wrap: wrap;margin-top: 20px;    row-gap: 10px;
}
.row.with-forms .col-fs-12 {
    width: 100%;
}
 
.search-page-cusine  .col-fs-6 a.main-search-icon {
    display: none;
}
 
.search-page-cusine .input-with-icon.location {
    display: flex;
    justify-content: space-between;
}
.search-page-cusine div#autocomplete-container {    width: 90%;}
.search-page-cusine .input-with-icon   div#autocomplete-container  input{    border-radius: 7px 0 0 7px;  }
.search-page-cusine   .input-with-icon {     position: relative;}

.search-page-cusine button.button.search-btn {
    border-radius: 0 5px 5px 0;
    background: transparent;
    color: #444;
    background: #f0f0f0;
}
.search-page-cusine  .sl.sl-icon-magnifier {
    position: absolute;
    right: 10px;
    top: 14px;
}
.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 35px;
    left: 5px;
    z-index: 110;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 20px;
    overflow-y: auto;
    white-space: normal;
    width: 650px;
}
.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}
.row.with-forms .panel-dropdown .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.panel-dropdown .checkboxes label {
    margin-bottom: 10px;
    display: block;    padding-left: 28px;    line-height: 20px;
    font-size: 14px;
    font-weight: 300;    position: relative;
}
.row.with-forms .panel-dropdown .col-md-6 {
    width: 48%;
}
.panel-dropdown .panel-buttons button {
    height: auto;
    font-size: 13px;
    border-radius: 50px;
    padding: 5px 10px;    margin: 0 3px;
}
button.panel-cancel {
    float: left;
    background-color: #f0f0f0;
    color: #666;
    opacity: 1;    border: 0;
}
.checkboxes input[type=checkbox]:checked + label:before {
	    content: "\f00c";
    background-color: #f36805;
    border-color: #f36805;
}


.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .25s;
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
}
.checkboxes.in-row .var-choose-opt label {
  
    margin-right: 10px;
   
    font-weight: 400;
}

.panel-dropdown .checkboxes input[type=checkbox] {
    display: none;
}
a.button.fullwidth, button.button.fullwidth {
    width: 100%;
    text-align: center;
}

.margin-top-30 {
    margin-top: 10px;
   
}
.showing-results {
    font-size: 16px;
    color: #f36805;
    font-weight: 500;
	    margin-bottom: 5px;
}

.ls-container .fs-listings {
    display: flex;
    align-items: flex-start;flex-wrap: wrap;
}
.listing-item-container {
    
    display: block;
   
    width: 97%;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    transition: transform .3s;
    margin-bottom: 30px;
}
.listing-item {      height: 265px;position: relative;}
.listing-item .listing-badge {
    right: auto;
    left: 0;
    transform: none;
    text-align: left;
    width: auto;
    font-size: 14px;
    margin: 0;
    color: #fff;
    z-index: 999;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    margin-top: 7px;
    padding: 5px;
    max-width: 70%;
}
.listing-badge.now-open {
    background-color: #54ba1d;
}
.listing-badge.bg-danger {
    background-color: #fa3434 ;
}
.listing-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.listing-item-content {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0 32px;
    padding-right: 90px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}
.listing-item-content h3 {
    color: #fff;
    font-size: 18px;
    bottom: -1px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}
.listing-item:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(35, 35, 37, .9) 0, rgba(35, 35, 37, .45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}
.listing-item .listing-badge {
 
    left: 0;
  top: 20px;
    text-align: left;
    width: auto;
    font-size: 14px;
    margin: 0;
    color: #fff;
    z-index: 10;
    color: #fff;
    font-weight: 300;
 
  
    padding: 5px;
    max-width: 70%;    position: absolute;
}
.bg-danger {
    background-color: #fa3434 ;
}
/* checkout */

.margin-top-70 {
    margin-top: 70px ;
}
form#payment-form > .row {      display: flex;
    justify-content: space-between;
    align-items: flex-start;}  
form#payment-form > .row > .col-lg-8.col-md-8 {
    /* width: 50%; */
    width: 65%;
}

.checKouT_Form {
    background: #eee;
    border-radius: 10px;
    padding: 30px 30px 30px;
}
.checKouT_Form .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;    column-gap: 4%;
}
.form-group.col-sm-6 {
    width: 48%;
}
.form-group.col-sm-12 {
    width: 100%;
}
label, legend {
    display: block;
    font-size: 15px;
    font-weight: 400;
  margin-bottom: 5px;
    color: #707070;
}
.each-radio {
    display: flex;
    align-items: center;
    border: 1px solid rgb(249, 25, 66, .4);
    border-radius: 4px;
    padding: 1.2rem;
    margin-bottom: 5px;
}
.address-btn {
    font-size: 13px ;
    text-decoration: none;
    color: #fff ;
    padding:6px 10px ;
    margin-bottom: 4px;
    border-radius: 5px;
	  background-color: #34a34b;
    margin-bottom: 10px;
}
.address-btn:hover {   background-color: #2b2b2b;  color:#fff; }
i.fas.fa-plus {
content: "\f067";
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checKouT_Form h5 {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins';
	    margin: 0px 0 5px;
}
.checKouT_Form h4 {
    font-size: 21px;
}
.cash   label{
  display: flex !important;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;

}
img.pay_icon {
    max-width: 55px;
}
.buckaroo {
    display: flex;
}
.buckaroo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
}
p#dsm {
    margin-bottom: 10px;
}
.cash {
    margin-top: 20px;
	    margin-bottom: 10px;
}

.button.booking-confirmation-btn {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 30px;
}
.custom-map {
    width: 100%;
    height: 19rem;
    margin: 10px 0;
}
.custom-modal {
    max-width: 50% ;
    height: 70% ;
}
.custom-modal h5#exampleModalLabel {
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: normal;
}
.custom-modal .main-search-input-item  {       margin-bottom: 10px;  width: 100%;  }
.custom-modal .main-search-input-item input {     padding-right: 43px;  }
.custom-modal .main-search-input-item.location a  {    right: 20px;}
.custom-modal .modal-body {padding: 10px 0;  }
.custom-modal  label {text-align: left;font-size: 14px;margin-bottom:5px;  }
div#addressModal  button.btn {
    padding: 9px 25px; 
	border: 0;
     font-size: 14px;
	height: auto;
}
 
div#addressModal  button.btn.btn-success {
    color: #fff;
    background-color: #00b517;
    border-color: #00b517;
}
div#paymentMethodAlert div {
    color: #fa3434;
}
form#payment-form > .row > .col-lg-4.col-md-4 {
    width: 32%;
    position: sticky;
    top: 0;
    background: #f5ede3;
    padding: 30px;
    border-radius: 10px;
}
p.shop-info.margin-bottom-20 {
    font-weight: 400;
    background: #242424;
    text-align: center;
    font-size: 14px;
    color: #fff;
	    padding: 7px 0;
}
.checkout_right_back .table {margin-bottom: 0; background: transparent;   margin-top: 10px;}
 
.checkout_right_back   .cart-table.subtotal{
    background: transparent;
    padding: 0;    margin: 0;
}
form#payment-form h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
tr.fian-total-row {
    border-top: solid 1px #242424;  font-weight: 500;
}


td.bold.float-right, span {    font-weight: 600;}


/* Thank you page */

div#invoice-print header.card-header {
    text-align: center;
}
div#invoice-print .card {
    padding-top: 0;
}
div#invoice-print .card:first-child {
    padding-top: 10px;
}
 .card {    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .37rem;    background-color: #fff;position: relative;  }
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}	
.card-body {
    padding: 1.25rem;
}
.row.detail-order-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 0;
    padding: 20px 0;
    font-size: 14px;  
    column-gap: 30px;    color: #707070;
}
.row.detail-order-col2  strong {  color:#101010;    line-height: normal;
    display: inline-block;
    margin: 8px 0 0;}
.tracking-wrap.custom-font2.detail-order-tracing {  display:none;}
.gusest-order-detail-full  hr ,div#variation-and-option hr,td.variation-option-style br:first-child{
    display: none;
}

.gusest-order-detail.row.sticky-wrapper {
    max-width: 70%;
    margin: 70px auto;
}
.row.sticky-wrapper  .gusest-order-detail-full.col-md-8  {     width: 100%; }
.detail-ordertable thead {
    background: #34a34b;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.detail-ordertable thead th {
    color: #fff;
    border: 0;
    font-weight: 500;
}.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table td, .table th {  font-size: 15px;   padding: 5px;
    color: #545454; }
	
table.detail-ordertable tr td {
    font-size: 15px;
    color: #545454;
	    border-bottom: 1px solid #ddd;    
}
table tr th:first-child  { text-align: left; }	
table.detail-ordertable tr td:last-child {
    color: #242424;
}
.paddTBB table tr th {
    font-weight: 400;
    font-size: 15px;
  
}
table tr.total-amt-row th, table tr.total-amt-row td{
    font-weight: 500;font-size: 17px;
}.custom-tab-content-detail {
      padding: 0;
}

.paddTBB .col a.btn, .paddTBB .col .btn {
    background: #f36805;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 20px;
    height: auto;
    border-radius: 10px;
}

/* login */

.customize-sign-in {
    max-width: 600px ;
    background: #fff;
    border-radius: 10px ;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 50px 30px ;
}

#sign-in-dialog, #small-dialog {
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
	 max-width: 600px ;
    background: #fff;
    border-radius: 10px ;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 50px 30px ;
	background: #fff;
}
.sign-in-form .tabs-nav li {
    line-height: 15px;
}
.tabs-nav li {
    float: left;
    line-height: 45px;
    margin-right: 4px;
    position: relative;
    z-index: 12;
}
.tabs-nav li a {
    border-bottom: 1px solid transparent;
    color: #333;
    display: inline-block;
    padding: 7px 15px  10px;

    margin-bottom: -1px;
}
.tabs-nav li a:hover, .tabs-nav li.active a {
    border-color: #f36805;
    color: #f36805;
}
.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0 0;
    clear: both;
}

.sign-in-form .button {
 
    letter-spacing: 1px; 
    min-width: 120px;
    height: auto; 
    line-height: normal;
    font-size: 14px;
    min-height: fit-content;
    padding: 12px;
}
.payment-tab-trigger>input {
    position: absolute;
    visibility: hidden;
}
.payment-tab-trigger>label::before {
    transition: .2s;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
}
 .payment-tab-trigger>label::after {
    background: #fff;
    border-radius: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 11px;
    width: 6px;
    height: 6px;
    transition: .2s;
    transform: scale(0);
}
.sign-in-form label {
    position: relative;
    ;margin-bottom: 10px;
}
.payment-tab-trigger>input:checked~label:before {
    border-color: #66676b;
}
.payment-tab-trigger > input:checked ~ label:after {
    background-color: #f36805;
}

.payment-tab-trigger>input:checked~label:after {
       background-color: #f36805;
    transform: scale(1);
}
form.register > .row .col-md-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 8px;    justify-content: space-between;
}

form.register > .row .col-md-12 .col-sm-6 {  width: 47%;}

span.is-invalid {  font-size:14px;}

/* account page */

.row.sticky-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 70px 0;
}

.user-details-sidebar.col-lg-4 { width: 33% }
.row.sticky-wrapper .col-lg-8 { width: 60% }
.user-details-sidebar .boxed-widget  {
    background: #ffffff;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 17%);
}
.listing-details-sidebar {
    padding: 0;
    list-style: none;
    font-size: 15px;
    margin-bottom: -5px;
    position: relative;
    display: block;
}
.listing-details-sidebar li {
    display: flex;
    padding-left: 26px;
    position: relative;
    margin-bottom: 0px;
    line-height: 52px;
    border-top: 1px solid #d7c2a2;
    align-items: center;
}.listing-details-sidebar li:first-child {
    border-top: none;
}
.listing-details-sidebar li a {
    display: flex;
    align-items: center;
    color: #393939;font-size: 14px;
}
.listing-details-sidebar li i {
    position: static;
    background: #34a34b;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
}
i.sl.sl-icon-user:before {
    content: "\f2c0";
}
i.sl.sl-icon-settings:before {
    content: "\f013";
}
i.sl.sl-icon-basket:before {
    content: "\f291";
}
i.sl.sl-icon-paper-clip:before {
    content: "\f0c6";
}
i.sl.sl-icon-power:before {
    content: "\f011";
}
.sl-icon-magnifier:before {  content: "\f002 "; }

.ProfileFrm {
    background: #eee;
    border-radius: 10px;
    padding: 30px;
}
.ProfileFrm .row.gx-4.gy-3 ,.row.changePasWrd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.image-width {
    width: 120px ;
}
.file-padding {
    padding: 10px;
}
 
.ProfileFrm .col-md-6 {
    width: 48%;    position: relative;
}

table.basic-table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

table.basic-table th:first-child {
    border-radius: 4px 0 0 4px;
}
table.basic-table th:last-child {
    border-radius: 0 4px 4px 0;
}
table.basic-table td, table.basic-table th {
    padding: 15px 28px;  
	font-size: 13px;
    color: #444;
}
table.basic-table thead th  {
background-color: #f36805;  color:#fff;font-size: 14px;}

table.basic-table  span.tag.tag-danger {
    background-color: #34a34b;
    letter-spacing: 1px;
    text-transform: none;
    padding: 5px 10px;
	color: #fff;
  letter-spacing: normal;font-size: 12px;
}
.card-body i#togglePassword, .card-body i#togglePasswordNew, .card-body i#togglePasswordNewCon {
    position: absolute;
    right: 30px;
    top: 50%;
}
table.basic-table td a {
    font-size: 13px;
}
.paddTBB table a.btn.bg-info {
    background-color: #34a34b;
    border-radius: 50px;
    padding: 3px 10px;
    height: auto;
    min-height: auto;
    line-height: normal;
    border: 0;
    color: #fff;
}.overflowHidden {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
}



/* inner us page */
.right-container-journey img {      object-fit: cover;    max-height: 500px;    width: 100%;}
.hero-area.innerpage-top.ipt-bg.about_bg {
 
    min-height: 550px;
    background-size: 100%;
    display: flex ;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 49%) 100%), url(../../frontend/images/imagesGD/about-bg-back.jpg) ;
    background-position: bottom;
}
.hero-area.innerpage-top.ipt-bg.about_bg .hero-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.innerpage-top .hero-text  p {
    line-height: 42px;
    margin-top: 0;
    font-size: 34px;
    letter-spacing: 1px;
    font-weight: 400; color:#fff;
}
.journey-content > .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;margin: 60px 0;
	
}
.about-journey-content .inner-heading-text p {
    font-size: 18px;
   
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;    color: #f36805;    margin-bottom: 15px;
}
.About-Us-Head-Content p {
    color: #333;
    font-weight: 300;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
}
.journey-content .col-lg-6 ,.ConTactForm_f form >.row .col-md-6{
    width: 48%;
}
 
.ConTactForm_f {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
  margin:50px auto;
}
.ConTactForm_f  .section-heading {
    margin-bottom: 20px;
    margin-top: 15px;
} 
.ConTactForm_f form >.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
button.btn.btn-work_send {
    background: #f36805;
    color: #fff;
     letter-spacing: 0.4px;
 }

#item_method_time {
  padding: 7px 20px;
  height: auto;
  min-height: auto;
  font-size: 14px;
  border-radius: 30px;
  background: #202020;
  border-color: #111;
}

.map-marker-container {  position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%, -100%, 0);}
 .marker-container {
  position: relative;
 
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  top: -5px;
}
.marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .4s ease-in-out;
  position: absolute;
  z-index: 1;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
}
.front.face {
  border-color: #f91942;
  color: #f91942;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #66676b;
}
.gm-style img {
    max-width: none;
}
.face.back {
    background: #f91942;
    border-color: #f91942;
}
.face.back {
    transform: rotateY(180deg);
    box-sizing: border-box;
    background: #66676b;
    border-color: #66676b;
    color: #fff;
}
.marker-arrow {
    border-color: #f91942 transparent transparent;
}
.marker-arrow {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #66676b transparent transparent;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.face.back:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    position: absolute;
}


.map-marker-container.clicked .marker-card, .marker-container:hover .marker-card {
    transform: rotateY(180deg) translateY(-4px);
}
.clicked .marker-container .marker-card, .map-marker-container.clicked .marker-card, .marker-container:hover .marker-card {
    transform: rotateY(180deg) translateY(-4px);
}
.infoBox {
  border-radius: 4px;animation: fadeIn .9s;
}	

.infoBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.gm-style {
  font: 400 11px Roboto, Arial, sans-serif;
}
.listing-img-container {
  position: relative;
  height: 100%;
  display: block;
}
.map-box {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
  position: relative;
}


.map-box .listing-img-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(to top, rgba(35, 35, 37, .85) 0, rgba(35, 35, 37, .4) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(35, 35, 37, .2);
}
.infoBox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 999;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 29px;
  width: 29px;
  background-color: #fff;
  color: #333;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: FontAwesome;
  border-radius: 50%;
  -webkit-text-stroke: 1px #fff;
}
.map-box .listing-img-container img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.map-box .listing-item-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 24px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.map-box .listing-item-content h3 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 2px 0;
  font-weight: 500;
  margin: 0;
  line-height: 27px;
}
.map-box .listing-title {
  padding: 16px 22px;background: #fff;
}
	
.infoBox .star-rating {
  font-size: 15px;
  margin-top: 1px;
}
.star-rating .star {
  display: inline-block;
  margin: 0;
    margin-right: 0px;
  padding: 0;
  float: left;
  margin-right: 4px;
  position: relative;
}
.infoBox .star-rating span {
  margin-right: 3px;
}
@keyframes fadeIn {
        0%{
          opacity: 0;
        }
        100%{
             opacity: 1;
        }
    }


.time-content {font-size: 14px;    margin: 10px 0;}
.time-content b {
    display: block;
    margin: 5px 0;
}
.time-modal .modal-footer .close {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}
.time-modal button.close {
    cursor: pointer;
}
