
/*  default css
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: capitalize;
}
html,
body {
 font-family: -apple-system, BlinkMacSystemFont, 
 "Segoe UI", "Roboto", "Oxygen", 
 "Ubuntu", "Cantarell", "Fira Sans", 
 "Droid Sans", "Helvetica Neue", sans-serif;
 overflow-x: hidden;
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 scroll-behavior: unset;
}
:root{
  --defaultColor: #50cd89;
  --grayColor: #b5b5c3;
  --primaryColor: #009ef7;
  --primaryColor01: #7367f0; 
  --dangerColor: #c82333; 
  --btnColor: #009ef7; 
}
a:hover { text-decoration: none;outline: none; }
a:focus { text-decoration: none;outline: none; }

button:hover { text-decoration: none;outline: none; }
button:focus { text-decoration: none;outline: none; }
p{
  padding: 0;
  margin: 0;
}
.dis_none{
  display: none;
}
img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
a, button{
  cursor: pointer;
  outline: none;
  transition: all .3s ease-in-out!important;
}
a:hover, button:hover{
  cursor: pointer;
  outline: none;
  transition: all .3s ease-in-out!important;
}
.pointer{
  cursor: pointer;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.none{
  display: none!important;
}
/*  default css
================================================== */
body.light {
  color: #4b566b!important;
  background: #f3f5f9;
}
body.dark{
  color: #a4acc4;
}
.c_green, .success{
  color: #4CAF50;
}
span.out_of_stock {
  color: tomato;
}
.btn{
  outline: none!important;
}
.btn.focus, .btn:focus {
  outline: none!important;
  box-shadow: none!important; 
}
.ml-9{
  margin-left: 9px!important;
}
.alert_msg {
  padding-top: 3px;
}
.c_red, .error{
  color: red!important;
}
.mt-20{
  margin-top: 20px;
}
.mh-250{
  min-height: 250px;
}
.pt-50{
  padding-top: 50px;
}

.mb-30{
  margin-bottom: 30px;
}
.mr-25{
  margin-right: 25%;
}
.card-pr-5{
  padding-right: 5px!important;
}
.card-pl-5{
  padding-left: 5px!important;
}

.mtb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-padding-top{
  padding-top: 120px;
}

.section-padding-bottom{
  padding-bottom: 120px;
}

.mi-padding-top{
  padding-top: 80px;
}

.mi-padding-bottom{
  padding-bottom: 80px;
}
.section_wrapper {
  padding: 0 50px;
  width: 100%;
  overflow: hidden;
}

.row-reverse{
  flex-direction: row-reverse;;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}

.mt-20{
  margin-top: 20px;
}

.mt-30{
  margin-top: 30px;
}

.pb-20{
  padding-bottom: 20px;
}

.pt-20{
  padding-top: 20px;
}

.min-height{
  min-height: 100vh;
}
.error_content p{
  color: #fff;
  margin-top: 5px;
}
.home_page_navbar .navbar-brand {
  color: #777;
  max-height: 48px;
  max-width: 125px;
}

.contentArea.navLeft{
  padding-left: 300px;
}

.contentArea.navRight{
  padding-right: 300px;
}

.navLeft{
  left: 0;
  border-right: 1px solid #2e344e;
}
.navRight{
  right: 0;
  border-left: 1px solid #2e344e;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
body.dark{
 background: #191d2b;
}
.plr{
  width: 100%;
}

.homeContent{
  color: #fff;
  padding: 50px 80px;
}

.php-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px;
}


/* gallery filter */
.gallery_sort {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  white-space: nowrap;
}
ul.gallery_sort li {
  margin: 0 5px 5px;
}

ul.gallery_sort li button:focus{
  outline: none;
}
ul.gallery_sort li button.active, ul.gallery_sort li button:hover{
  background: #29c7ac;
  color:#fff;
  transition: all .3s;
}
ul.gallery_sort li button {
  display: block;
  padding: 12px 25px;
  background: #fff;
  border:0;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  outline: none;
  transition: all .3s;
}
.gallery_top_menu {
  margin-bottom: 14px;
}
.gallery_sort li button.active{
  position: relative;

}
.gallery_sort li button.active::before {
  left: 0;
}

.filter{
  padding: 7px;
}



/* Create four equal columns that sits next to each other */
.item {
  background-color: none;
  display: inline-block;
  margin:0;
  width: 100%;
  cursor: pointer;
}
#masonry4 {
  column-count: 2;
  column-gap: 0px;
}

@media(min-width: 30em) {
  #masonry4 {
    column-count: 2;
    column-gap: 0px;
  }
}

@media(min-width: 40em) {
  #masonry4 {
    column-count: 2;
    column-gap: 0px;
  }
}

@media(min-width: 60em) {
  #masonry4 {
    column-count: 3;
    column-gap: 0px;
  }
}

@media(min-width: 75em) {
  #masonry4 {
    column-count: 4;
    column-gap: 0px;
  }
}

#masonry3 {
  column-count: 1;
  column-gap: 0px;
}

@media(min-width: 30em) {
  #masonry3 {
    column-count: 3;
    column-gap: 0px;
  }
}

@media(min-width: 40em) {
  #masonry3 {
    column-count:3;
    column-gap: 0px;
  }
}

@media(min-width: 60em) {
  #masonry3 {
    column-count: 3;
    column-gap: 0px;
  }
}

@media(min-width: 75em) {
  #masonry3 {
    column-count: 3;
    column-gap: 0px;
  }
}

/*  menu btn
================================================== */


.navOpen{
  display: none;
}


/* 404 page
================================================== */
.error_page {
  background: #191d2b;
  margin: 0;
  padding: 0;
  height: 100vh;
}
.error_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error_wrapper h4{
  color: #fff;
  font-size: 30px;
}

/*  fun
================================================== */
#myBar {
  width: 100%;
  background: #2e344e;
  height: 6px;
  position: fixed;
  z-index: 99;
  border: 1px solid #191d2b;
  top: 0;
}
.scroll-line {
  height: 4px;
  background: linear-gradient(to right,#1345e6 0%,#ed239f 51%,#1345e6 100%)!important;
  width: 0%;
  position: fixed;
  transition: .3s;
}

/*  custom css
================================================== */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #29c7ac;
  border-radius: 15px;
}


/*::-webkit-scrollbar {
    width: 0px;  
    background: transparent; 
}
body {
   scrollbar-width: none;
}*/
.mb-80{
  margin-bottom: 80px;
}

.pt-80{
  padding-top: 80px;
}
.top_header_area{
  padding-top: 150px;
}

.layout_5{
  background-attachment: fixed!important;
}
.on-scroll.bg_color{
  position: relative;
  
}


.left_height_line {
  width: 7px;
  background: radial-gradient(circle, #00a8cc, #00afca, #00b5c6, #00bbc0, #00c0b9, #36bf9e, #5bbd81, #7cb865, #aba63e, #d48c39, #ef6d57, #f35588);
  position: absolute;
  top: 0;
  left: 108px;
  transition: .5s;
  z-index: 8;
}

ul.social_icons li a:hover {
  background: #fff;
  color: #037fff;
  transition:.5s;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top_btn a {
  display: inline-block;
  background: #194368 ;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 3px;
  height: 30px;
  white-space: nowrap;
  padding-top: 0;
  margin-right: 10px;
}

.hidden_text {
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: left;
  line-height: 35px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 0;
}

.top_btn a:hover .hidden_text{
  width: 111px;
  padding-left: 5px;
}

.topMenu_bar {
  height: 53px;
  width: 50px;
  position: fixed;
  left: 11px;
  top: 20px;
  overflow: hidden;
  z-index: 10;
}
.topMenu_bar a {
  color: #fff;
  background: #191d2b;
  font-size: 25px;
  padding: 2px 10px;
  text-align: center;
  display: inline-block;
  line-height: 42px;
  padding-bottom: 0;
}
.leftMenu_bar {
  height: 100vh;
  width: 250px;
  position: fixed;
  background: #191d2b;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: -260px;
  z-index: 999;
}
.hideNav {
  /*background: rgba(0,0,0,.5);*/
  position: absolute;
  top: 0;
  left: 198px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  transition: all .3s ease-in-out;
}
.hideNav:hover{
  background: #000;
  color: #fff;
}

.leftMenu_name {
  width: 100%;
  text-align: center;
  border: 2px solid #fff;
  padding: 14px;
  margin-bottom: 16px;
}
.leftMenu_name h4 {
  color: #fff !important;
}
.menu_area {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.menu_area ul a {
  color: #fff;
}

.menu_area .mainMenu ul a::before,
.menu_area .mainMenu ul a::after {
  display: none;
}
.menu_area .mainMenu ul a.active,
.menu_area .mainMenu ul a:hover {
  background: #2e344e;
}


.scroll-top {
  height: 50px;
  width: 50px;
  overflow: hidden;
  position: fixed;
  right: 25px;
  bottom: 45px;
  background: #29c7ac;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 8px 16px 0px rgba(56, 196, 252, 0.5);
}
.scroll-top a {
  display: block;
  font-size: 29px;
  color: #fff;
  line-height: 42px;
}
.layout_5 .single-blog.cv.style_1 {
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.back.layout_5 {
  display: inline-block;
  color: #a4acc4;
  padding: 10px 30px;
  font-size: 20px;
  position: fixed;
  z-index: 99;
  background: #000;
  top: 16px;
  left: 0;
}
.appointment_schedule.layout_5 {
  margin-top: 20px;
}

.users_section_area.home{
  background: #000;
  overflow: hidden;
  height: 100vh;
}

.aboutImage {
  position: relative;
  height: 455px;
  max-width: 392px;
}

/* Style the search field */
form.example input[type=text] {
  padding: 6px;
  font-size: 17px;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border: 1px solid transparent;
  outline: none;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 6px;
  background: #f1f1f1;
  color: #777;
  font-size: 17px;
  border-left: none;
  cursor: pointer;
  border: 1px solid transparent;
  outline: none;
}

form.example button:hover {
  background: #f1f1f1;
  color: #000;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.right_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_area{
  margin-right: 40px;
}
.custom_menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.custom_menu ul li a{
  text-transform: capitalize;
}



/* start  empty area
================================================== */
.empty_area {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty_area code {
  background: #eee;
  padding: 1px 7px;
  box-shadow: 0 0 3px #ddd;
  margin-top: 13px;
  display: inline-block;
}
.empty_area h4 {
  margin-top: 5px;
  font-size: calc(17px + .3vw);
}


/* End  empty area
================================================== */


/*  alert custom css
================================================== */

span.reg_msg {
  text-align: left;
}

span.reg_msg .alert {
  border-radius: 0;
  padding: 5px 15px;
  position: relative;
  border: 0;
}

span.reg_msg .alert::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 7px;
  left: 0;
  top: 0;
}
span.reg_msg{
  display: none;
}
span.reg_msg .alert.alert-danger::before {
  background: #fe7171;
}

span.reg_msg .alert.alert-success::before {
  background: #2ec1ac;
}

span.reg_msg .alert.alert-info::before {
  background: #68b0ab;
}

.user_login_form, form, .submit_form{
  position: relative;
}

.submit_form::before {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}


span.ajax_submit {
  margin-top: 30px;
  border: solid #000 2px;
  width: 156px;
  height: 20px;
  border-radius: 7px;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
span.ajax_submit::before {
  content: '';
  position: absolute;
  width: 146px;
  height: 12px;
  top: 2px;
  left: 2px;
  background-color: #000;
  border-radius: 4px;
  animation: animation7submiting_after 2s linear infinite;
}
span.ajax_submit::after {
  content: 'Submiting...';
  position: absolute;
  width: 150px;
  color: #000;
  top: -28px;
  font-family: Marvel;
  font-size: 14pt;
  text-align: center;
  animation: animation7submiting 2s linear infinite;
  left: 0;
}
@keyframes animation7submiting_after {
  0% { width: 0% }
  15% { width: 0% }
  85% { width: 146px }
  100% { width: 146px }
}
@keyframes animation7submiting {
  0% { content: 'Submiting' }
  25% { content: 'Submiting.' }
  50% { content: 'Submiting..' }
  75% { content: 'Submiting...' }
  100% { content: 'Submiting...' }
}
/*   searching loader
================================================== */
.searching{
  position: relative;
  width: 100%;
  height: 20px;
}
.searching::after {
  content: 'Searching...';
  position: absolute;
  color: #000;
  top: 0;
  font-family: Marvel;
  font-size: 12pt;
  text-align: center;
  animation: animation7searching 2s linear infinite;
  left: 0;
}
@keyframes animation7searching {
  0% { content: 'Please wait, ' }
  15% { content: 'Please wait, Se.' }
  30% { content: 'Please wait, Sea..' }
  45% { content: 'Please wait, Sear..' }
  55% { content: 'Please wait, Searc..' }
  75% { content: 'Please wait, Search...' }
  85% { content: 'Please wait, Searchi...' }
  95% { content: 'Please wait, Searchin...' }
  100% { content: 'Please wait, Searching...' }
}


.facebook{
  color: rgba(59,89,152,1);
  transition: ease .5s all;
}
.instagram{
  color: rgba(251,57,88,1);
  transition: ease .5s all;
}
.whatsapp{
  color: rgba(79, 206, 93,1);
  transition: ease .5s all;
}
.linkedin{
  color: rgba(14, 118, 168,1);
  transition: ease .5s all;
}
.footer_area .left_footer ul li a i.fa{
  width: 36px;
  height: 36px;
  background-color: rgba(142, 143, 155, 0.15);
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;

}

.phone{
  color: #16a596;
  transition: ease .5s all;
}

.twitter{
  color:rgba(0,172,138,1);
  transition: ease .5s all;
}

.youtube{
  color:rgba(255, 0, 0,1);
  transition: ease .5s all;
}

.email{
  background-image: radial-gradient(circle, #ee0a50, rgba(251,57,88,1), #16a596, #a0bc00, #16a596);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease .5s all;
}


.facebook:hover{
  color: rgba(59,89,152,.5);
}
.instagram:hover{
  color: rgba(251,57,88,.5);
}
.whatsapp:hover{
  color: rgba(79, 206, 93,.5);
}
.linkedin:hover{
  color: rgba(14, 118, 168,.5);
}
.twitter:hover{
  color:rgba(0,172,138,.5);
  transition: ease .5s all;
}

.youtube:hover{
  color:rgba(255, 0, 0,.5);
  transition: ease .5s all;
}
/*  seven loader
================================================== */
.reg_loader{
  position: relative;
  height: 50px;
  width: 50px;
  color: #000;
}
.seven {
  margin-top: 30px;
  border: solid #000 2px;
  width: 150px;
  height: 20px;
  border-radius: 7px;
}
.seven:before {
  content: '';
  position: absolute;
  width: 146px;
  height: 16px;
  top: 2px;
  left: 2px;
  background-color: #000;
  border-radius: 4px;
  animation: loader7AnimationBefore 2s linear infinite;
}
.seven:after {
  content: 'Loading...';
  position: absolute;
  width: 150px;
  color: #000;
  top: -28px;
  font-family: Marvel;
  font-size: 14pt;
  text-align: center;
  animation: loader7AnimationAfter 2s linear infinite;
}
@keyframes loader7AnimationBefore {
  0% { width: 0% }
  15% { width: 0% }
  85% { width: 146px }
  100% { width: 146px }
}
@keyframes loader7AnimationAfter {
  0% { content: 'Loading' }
  25% { content: 'Loading.' }
  50% { content: 'Loading..' }
  75% { content: 'Loading...' }
  100% { content: 'Loading...' }
}

/* Start user profile
================================================== */
.userMenu_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.userMenu nav ul li a{
  text-transform: capitalize;
}
.sectionDefault{
  position: relative;
  min-height: 100vh;
  width: 100%;
  
}
.userMenu{
  height: 62px;
}

.single_banner img {height: 120px;width: 120px;margin-right: 20px;}

section.user_home_banner {
  min-height: 35vh;
  background: #eee;
  display: flex;
  align-items: center;
  position: relative;
}

section.user_home_banner .single_banner {
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 9;
  position: relative;
  padding: 30px 0;
}
section.user_home_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.35);
}
.userbanner_right a {
  color: #fff!important;
}

.userbanner_top {
  margin-bottom: 5px;
}

.home_social.list.style_1 ul {
  display: flex;
  align-items: center;
}

.home_social.list.style_1 ul li a {
  color: #000;
  padding: 10px 0;
  margin-right: 19px;
  padding-right: 8px;
  font-size: 17px;
}

.social_icon_section {
  margin-top: 5px;
}

.home_social.list.style_1 ul li a i {
  font-size: 18px;
}

.userbanner_bottpm a {
  color: #777;
}

p.address a {
  font-size: 17px;
  color: #000;
}


.gallery_area .portfolio_img {
  border-radius: 10px;
  box-shadow: 0 0 13px #ddd;
}
.portfolio_img {
  position: relative;
  overflow: hidden;
}


.gallery_area .grid-item {
  width: 49.111%;
  padding: 0 7.5px 0px;
  margin-top: 15px;
}


.style_2 .gallery_area .grid-item {
  width: 25%;
  padding: 0 7.5px 0px;
  margin-top: 15px;
}

.gallery_area .grid-item a{ display: inline; }

.portfolio_details h4 i {
  margin-left: 9px;
}
.portfolio_details h4 {
  padding: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding-left: 11px;
  background: #fff;
}

.singleGallery_img {
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  transition: all .5s ease-in-out;
}

.singleGallery_img:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.singleGallery_img img {
 z-index: 1; 
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%) scale(1.0);
 width: 100%;
 height: 100%;
 transition: all .5s ease-in-out;
}

.singleMenuItem {
  padding: 10px 10px;
  width: 100%;
  padding-top: 0;
}
.singleMenuItem ul {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}

.singleMenuItem ul li {
  display: block;
  width: 100%;
  margin-bottom: 8px;

  box-shadow: 0 0px 0px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  background: #fff;
}

.singleMenuItem ul li a {
  color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeItem_right.singleCatItem p {
  font-size: 18px;
  color: #777;
  font-weight: normal;
}

.homeSingle_item.singleCatItem {
  min-height: 149px;
}

.port_d_flex {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.price_section {
  margin-bottom: 8px;
}
/*.port_d_flex a {
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    margin: 5px;
    text-align: center;
    font-size: 18px;
    color: #777;
}*/


/* cart
================================================== */

li.cart{
  position: relative;

}

li.cart a{
  color: #777;
}
span.total_count {
  position: absolute;
  background: red;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  right: 3px;
  top: 3px;
  font-weight: bold;
  font-family: cursive;
}
.shopping_cart {
  position: fixed;
  height: 100vh;
  right: -400px;
  width: 360px;
  padding: 5px;
  z-index: 1040!important;
  top: 0;
  transition: all .3s;
  border-left: 5px solid rgba(255,255,255,.6);
  background: #fff;
  box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 0 2px 6px rgb(0 0 0 / 8%);
}
.cart_heading {
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
}
.right_cart a {
  color: red;
  padding: 5px;
}
/* cart */
.single_item_cart {
  display: flex;
  justify-content: space-between;
}

.left_cart {
  display: flex;
  align-items: center;
}
.single_item_cart img {
  height: 50px;
  width: 70px;
  margin-right: 10px;
  flex: 0 0 70px;
}
.navCart{
  display: inline-block;
}
span.extrasTitleCard {
  font-size: 13px;
  word-break: break-word;
  font-weight: 500;
  font-family: 'FontAwesome';
}
.shopping_cart_content ul li {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
  border-radius: 4px;
  border: 1px solid #f3f5f9;
}
i.fa.fa-circle.veg_type {
  font-size: 12px;
  border: 1px solid;
  height: 15px;
  width: 15px;
  border-radius: 0;
  text-align: center;
  line-height: 14px;
}
.veg_type.c_green{
  border-color: green;
}

.veg_type.c_red{
  border-color: red;
}
.item_title_area {
  display: flex;
  justify-content: space-between;
  padding: 0 3px 8px 10px;
}
.item_modal{
  padding: 0;
  background: #f4f5f7!important
}
.modal-header{
  background: #fff!important;
}
.single_item_details {
  padding: 10px;
}
.item_extra_details {
  padding: 10px;
}


span.left_bold {
  font-weight: bold;
  margin-right: 7px;
}

.item_extra_list {
  margin-top: 15px;
}
.capital{
  text-transform: capitalize;
}
span.cartItemList {
  position: relative;
  height: 48px;
  width: 48px;
}
span.cartItemList a{
  color: #777;
}
span.cartItemList .total_count {
  top: -9px;
  right: 0px;
}

.cart.CartIcon {
  position: fixed;
  right: 60px;
  bottom: -200px;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
  z-index: 999;   
  background: #fff;
  box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 0 2px 6px rgb(0 0 0 / 8%);

}
.CartIcon.active{
  bottom: 200px;
}

.cart.CartIcon a {
  color: #000;
  text-align: center;
}
.cart.CartIcon a i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%,-50%);
}
.top_cart_order {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 82vh;
}
.top_cart_order ul {
  width: 100%;
  overflow: auto;
  padding-bottom: 62px;
}
.bottom_cart_order {
  width: 100%;
  position: absolute;
  padding-bottom: 17px;
  clear: both;
  left: 0;
  right: 0;
  bottom: -7px;
  background: #f3f5f9;
  padding: 15px 0;
  box-shadow: 0 0 5px #ddd;
}
.order-btn{
  display: block;
  border-radius: 0;
  color:  #fff!important;
  
}
.single_cart_item_details h4 {
  font-size: calc(13px + .1vw);
}
.sub_total_list {
  text-align: center;
  padding: 5px 0 10px 0;
}

.sub_total_list h4 {
  font-size: calc(14px + .1vw);
  color: #333;
}
.total_sum {
  padding: 5px 0 17px 0;
  border-top: 1px dashed #e3e9f0;
  text-transform: capitalize;
}
.successMsg {
  text-align: center;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.confirmMsgArea {
  margin-bottom: 13px;
}
.custom_btn {
  padding: 8px 37px;
}

/* incress / decress
================================================== */

.incress_area {
  display: flex;
  align-items: center;
  width: 106px;
}
.incress_area i{
  color: red;
}
span.in_stock{
  color:#4CAF50;
}
.value-button {
  border: 1px solid #ddd;
  padding: 2px 7px;
  font-size: 12px;
  cursor: pointer;
}
span.cart_qty_field input {
  width: 36px;
  height: 24px;
  border: 1px solid #ddd;
  border-right-color: transparent;
  border-left-color: transparent;
  text-align: center;
  background: #e5e7f7;
}
span.cart_qty_field input[type=number]::-webkit-inner-spin-button,
span.cart_qty_field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.value-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.qty:focus {
  border-color:transparent;
  outline:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.order_qty {
  display: flex;
  align-items: center;
  margin: 3px 0;
}

.order_qty > span {
  margin-right: 10px;
}
.order_list img {
  height: 75px;
  width: 120px;
  background: #fff;
  flex: 0 2 120px;
  border-radius: 5px;
}

.single_item_cart.order_list {
  margin-bottom: 15px;
}
.order_input_area input,.order_input_area select {
  height: 45px!important;
  border-radius: 0;
}
.upperSum {
  margin-bottom: 5px;
  border-bottom: 1px dashed #e3e9f0;
  padding-bottom: 5px;
  display: block;
}
/* incress / decress
================================================== */

.singlePackage_img {
  width: 150px;
  height: 80px;
  margin-right: 12px;
}

.single_package_items {
  display: flex;
  margin-bottom: 16px;
}

.singleItemDetails h4 {
  font-size: calc(15px + .2vw);
  font-weight: 400;
}
.accordion_content.item {
  background: #ffffff;
  color: #4b566b;
  padding: 10px 15px 10px;
  border: 0px solid #dae1e7;
  font-size: 14px;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
}
span.price_discount {
  color: #fe696a;
  text-decoration: line-through;
  margin-left: 15px;
}
h4.package_price {
  font-size: 13px;
  color: #4e54c8;
  font-weight: 600;
}
h4.package_price span.bg-round {
  background: #ddd;
  display: inline-block;
  border-radius: 15px;
  padding: 6px 13px;
}
.package_header_left {
  display: flex;
  align-items: center;
}
.package_header_right.text-center a {
  background: transparent;
  color: #000;
  border-radius: 0;
  transition: all .3s ease-in-out;

}
.package_header_right.text-center a:hover{
  color: #fff; 
}
.accordion_content.item.block{
  display: block;
}
.packageSection{
  padding-bottom: 30px;
}

.homeSingle_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.homeSingleImg {
  width: 150px;
  height: 117px;
}
.singleCategoryHeader {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 11px;
}

.homeView .homeSingle_item {
  margin-bottom: 15px;
}

.homeSingleImg {
  margin-right: 20px;
}


.port_d_flex.home_view a {
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid rgb(41 199 172 / 50%);
  margin: 4px;
  text-align: center;
  font-size: 13px;
  color: #29c7ac;
  transition: all .3s ease-in-out;
  box-shadow: none;
  text-transform: capitalize;
}




.port_d_flex.home_view a:hover{
  background: #29c7ac;
  color: #fff;
  border-color: transparent;
}
.homeView{
  margin-bottom: 30px;
}
.homeSingleImg img {object-position: top center;}
.homeItemDetails.list_view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.defaultHeading {
  padding: 50px 0;
  color: #000;
  position: relative;
}
.defaultHeading h1 {
  position: relative;
  display: inline-block;
  padding-bottom: 13px;
  text-transform: uppercase;
  font-size: calc(20px + .7vw);
}

.defaultHeading h1::before {
  content: "";
  position: absolute;
  background: rgba(3,127,255,.3);
  width: 100%;
  height: 1px!important;
  bottom: 1px!important;
  border-radius: 15px;
}
.defaultHeading h1::after {
  content: "";
  position: absolute;
  background: #037fff;
  width: 40%;
  height: 3px!important;
  bottom: 0;
  left: 0;
  border-radius: 15px;
}
.homeItemPcakage {
  background: #f3f5f9!important;
  padding-bottom: 70px;
}
.text-center.seeMore_btn a {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 7px 25px;
  display: inline-block;
  transition: all .5s ease-in-out!important;
}
.text-center.seeMore_btn a:hover{
  background: #29c7ac;
  color: #fff;

}
.datepicker{z-index:1151 !important;}

.homeSingle_item {
  background: #fff;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
  padding: 15px;
  min-height: 185px;
  border-radius: 6px;
}
.theme_2 .homeSingle_item{
 min-height: 200px;
}
.menu-img {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex: 0 0 70px;
}
.img{
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
.singleHome_item {
  background: #f3f5f9!important;
  padding-bottom: 50px;
}
.homeItemDetails.list_view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.homeItem_right p {
  font-size: 14px;
  color: #4e54c8;
  font-weight: 600;
}

.homeItem_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topTitle h4 {
  font-size: calc(13px + .2vw);
  font-weight: 400;
  display: flex;
  align-items: center;
}
.topTitle h4 i{
  margin-left: 10px;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.w-50 .img, .w-50 .text{
  width: 50%;
  padding: 5% 4% 8px;
}
.homeSinglePackage {
  display: flex;
  width: 100%!important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.w-50 .text {
  background: #fff;
  border-radius: 6px 0px 0px 6px;
}

.homeItemPcakage.Packages {
  background: #eee;
}
.package_heading {
  color: #212121;
  text-align: center;
  font-size: calc(15px + .3vw);
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.text.order-first p {
  font-size: 15px;
  padding: 5px 0;
}

.homeSingle_packages {
  display: flex;
  padding: 12px 0;
  margin-bottom: 8px;
}

.singleItemDetails.homePackages {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 10px;
}
.topPackageItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}



.singlePackage_wrapper {
  background: #fff;
  margin-bottom: 20px;
}
.homePackage_details {
  border: 0px solid #eee;
  padding: 10px;
  border-top: 0;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
  border-radius: 6px;
}
.package_title {
  padding: 10px;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f5f9;
  border-radius: 6px 6px 0px 0px;
}
.package_title h4 {
  font-size: calc(14px + .3vw);
}
span.home_package_price {
  font-size: calc(13px + .15vw);
  color: #4e54c8;
  font-weight: 600;
}
.lineTitle{
  position: relative;
}
.lineTitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 68%;
  width: 100%;
  height: 1px;
  background-color: #777;
  transform: translateY(28%);
}

.topPackageItem.lineTitle h4 {
  font-size: calc(15px + .2vw);
  background: #fff;
  z-index: 1;
  padding-right: 11px;
  font-weight: 400;
}
.topPackageItem.lineTitle p {
  background: #fff;
  z-index: 1;
  padding-left: 11px;
  color: #4e54c8;
  font-weight: 600;
}

.homeBanner_Service ul {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
.homeBanner_btn {
  margin-top: 11px;
}

.homeBanner_Service ul li i {
  display: block;
  font-size: 40px;
  color: #29c7ac;
}
.homeItemPcakage{
  padding-bottom: 70px;
}

.homeBanner_Service ul li p {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 400;
}

.homeBanner_Service ul li {
  display: block;
  width: 100%;
  border-right: 1px solid #ddd;
  padding-bottom: 12px;
}

.homeBanner_Service ul li:nth-child(3) {
  border: 0;
}

.userHomeBanner{
  position: relative;
}

.userHomeBanner, .homeBanner_left{
  min-height: 50vh;
}
.username {
  font-family: inherit;
  font-size: 19px;
  font-weight: 400;
}
.homeBanner_left {
  background: rgba(255,255,255,.8);
  padding-left: 21%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: space-evenly;
}

.homeBanner_Service {
  width: 100%;
  margin-top: 25px;
}

.homeBanner_left h1 {
  text-align: left;
  font-size: calc(18px + 1.2vw);
}

.home-book-btn {
  display: inline-block;
  background-color: #e22104;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  padding: 9px 25px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-shadow {
  box-shadow: -5px 8px 20px 0 rgb(229 16 2 / 15%);
}

.home-book-btn:hover {
  background-color: red;
  color: #fff;
}
.watch_video_i{
  font-size: 22px;
  margin-right: 10px;
}
.userHome_social {
  position: fixed;
  top: 18%;
  left: 25px;
}

.userHome_social ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userHome_social ul li a {
  display: block;
  padding: 10px;
  font-size: 25px;
  color: #777;
  transition: all .5s ease-in-out;
}
.userHome_social ul li a:hover{
 color: #29c7ac;
}

.itemPrice_area {
  display: flex;
  align-items: center;
  margin: 5px 0;
  flex-wrap: wrap;
}
.itemPrice {
  display: inline-block;
  border: 1px solid #29c7ac;
  margin-right: 3px;
}

p.smallItem_size {
  background: #29c7ac;
  color: #fff;
  border-bottom: 1px solid #ddd;
}

.itemPrice p {
  padding: 4px 10px;
  text-align: center;
  font-size: 13px;
}
.topTitle {
  padding-bottom: 2px;
}
.details_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

label.btn.btn-sizes {
  border: 1px solid #29c7ac;
  padding: 7px 26px;
  transition: all .3s ease-in-out;
  margin: 1px;
  margin-bottom: 5px;
  border-radius: 0;
}

label.btn.btn-sizes:hover, label.btn.btn-sizes.active {
  background: #29c7ac;
  color:#fff;
}
p.capital.allergen {
  font-size: 14px;
}
h5.priceTag {
  padding-top: 8px;
  padding-bottom: 5px;
  color: #4e54c8;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 600;
}
.btn.hidden{
  display: none!important;
}
.total_sum h4 {
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 19px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.itemPrice_area.i_small p.smallItem_size {
  background: rgba(78,84,200,.1)!important;
  border: 0px solid #dae1e7;
  border-radius: 4px;
  color: #4e54c8!important;
  padding: 6px 5px;
  font-size: 11px;
  margin-bottom: 4px;
}

.itemPrice_area.i_small .itemPrice{
  border-color: transparent;
}

.ci-shadow {
  box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 0 2px 6px rgb(0 0 0 / 8%);
}
h5.priceTag.hidden {
  display: none;
}
.hidden{
  display: none;
}
.homePriceTag p.smallItem_size{
  background: rgba(41, 199, 172, .15)!important;
  color: rgba(41, 199, 172, 1)!important;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.single_items_img img {
  max-height: 320px;
}
.pickup_up h4 {
  font-size: 14px;
}

.cartNofify {
  display: flex;
  background: #f4f5f7;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
  padding-right: 4px;
  border-radius: 7px;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.leftNotify {
  display: flex;
}

.cartNotify_wrapper{
  display: flex;
  position: fixed;
  left: 50%;
  bottom: -200px;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  opacity: 1;
}



.leftNotify p {
  font-size: 15px;
}

.rightNotify a {
  display: block;
  padding: 14px 6px;
  margin-left: 20px;
  color: red;
}

.leftNotify a {
  margin-left: 10px;
  font-size: 14px;
  line-height: 25px;
  color: tomato;
}

.UserMobileMenu{
  display: none;
}

.bg-gray{
  background: #f4f5f7!important;
}
.track_form input{
  height: 47px;
  border-radius: 0;
  background: #fff;
}
.track_order_section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-badge {
  font-weight: normal;
  padding: 5px;
}

.status-badge i {
  font-size: 16px;
  font-weight: bold;
  margin-right: 1px;
}
img.order-img {
  height: 50px;
  width: 50px;
}
.fw_normal{
  font-weight: normal;
}
a.viewItems {
  color: brown;
  font-size: 14px;
}

a.viewItems:hover {
  color: #000;
}
.d_flex_h{
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-5{
  padding: 5px!important;
}
.back_icon{
  font-size: 25px;
  color: #222;
}

.single_track_page{
  margin-top: 50px;
}
.show_menu_details{
  display: none;
}
ul.row_ul li a span {
  min-width: 91px;
  display: inline-block;
  text-align: left;
}

.userbanner_right * {
  text-shadow: 0 0 5px rgb(0 0 0 / 70%);
}
.userbanner_right i {
  text-shadow: none;
}
span.timeFormat {
  text-transform: lowercase;
}


/*  contacts
================================================== */
.contacts_area input.form-control{
  height: 45px;
}
.contacts_area .form-control{
  border-radius: 0;
}
.form_fields .form-group {
  width: 49.4%;
  display: inline-block;
}
.contact_top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.single_contact_wizard {
  border: 1px solid #eee;
  padding: 5px 10px;
  text-align: center;
  min-height: 111px;
  max-height: 120px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px #ddd;
  overflow: hidden;
  transition: all .5s ease;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 2px;
}

.single_contact_wizard a {
  color: #000;
}

.single_contact_wizard i {
  font-size: 27px;
  margin-top: 12px;
  transition: all .5s ease;
}
.single_contact_wizard:hover i{
  color: #2ec1ac;
}
.single_contact_wizard:hover{
  box-shadow: 0 0 5px  #2ec1ac;
}


.all_social_sites_icon ul.circle a{
  border-color: #2ec1ac;
  color:#2ec1ac;
  transition: all .5s ease;
}

.all_social_sites_icon ul.circle a:hover{
  border-color: #2ec1ac;
  background:#2ec1ac;
  color: #fff;
}

.contacts_area textarea.form-control{
  min-height:85px;
}


.second_media ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}

.second_media ul li {
  width: 100%;
}

.second_media ul li a {
  display: flex;
  text-align: left;
  padding: 7px 15px;
  align-items: center;
  color: #000;
}

.second_media {
  margin-top: 30px;
}

.second_media ul li a i {
  font-size: 20px;
  height: 35px;
  width: 35px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 11px;
  line-height: 33px;
  background: #2ec1ac;
  color: #fff;
}
.theme_5 .single_contact_wizard {
  border: 0;
  box-shadow: none;
  max-height: inherit;
  min-height: auto;
}
.theme_5 .single_contact_top i {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  background: #29c7ac;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 1.9;
  border-radius: 100%;
  margin-bottom: 11px;
  margin-right: 17px;
  transition: all .5s ease-in-out;
}
.theme_5 .single_contact_wizard {
  border: 0;
  box-shadow: none;
  max-height: inherit;
  min-height: auto;
}

.theme_5 .single_contact_wizard a {
  width: 100%;
}
.theme_5 .contact_top_content {
  width: 100%;
}
.theme_5 .contact_top {
  margin-top: -27px;
  flex-direction: column;
}
.theme_5 .contact_top_content .single_contact_top {
  display: flex;
  align-items: center;
  width: 100%;
}
.theme_5 .single_contact_wizard:hover{
  box-shadow: none!important;
}

form.defaultForm input.form-control, form.defaultForm select.form-control{
  height: 45px!important;
  border-radius: 0;
}


form.defaultForm textarea.form-control{
  min-height: 55px;
  border-radius: 0;
} 


/* end contacts
================================================== */

/* reservation 
================================================== */
.appointment_dates li {
  display: block;
  padding: 7px 10px;
  font-size: 16px;
}
.appointment_dates li i {
  font-size: 18px;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  margin-right: 11px;
  color: #fff;
}
.ap_info{
  color: #777 !important;
  padding-left: 18px;
}

.available i{
  background: green;
}

.not_available i{
  background: red;
}
.appointment_schedule_area{
  padding-left: 30px;
}
.limit_msg {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #777;
}

.limit_msg h4 {
  font-size: calc(18px + .2vw);
  font-weight: 400;
}
.qr_link {
  height: 150px;
  width: 150px;
  margin: 10px auto 25px auto;
  display: block;
  position: relative;
}

a.qrDownloadBtn {
  position: absolute;
  bottom: -18px;
  right: 0;
  background: #fff;
  padding: 1px 7px;
  display: block;
  color: green;
  font-size: 17px;
}
span.downloadMsg {
  left: 5px;
  bottom: -17px;
  font-size: 14px;
  color: green;
  font-weight: normal;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1px 6px;
}

span.downloadMsg i {
  font-size: 18px;
  margin-right: 3px;
}

.not_found_page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invalid_text img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 14px;
}

.invalid_text {
  text-align: center;
}

.invalid_text h4 {
  font-size: calc(15px + .4vw);
  font-family: cursive;
  margin-bottom: 7px;
}

.invalid_text p {
  font-size: 17px;
  font-family: sans-serif;
}

.invalid_text a {
  font-size: 17px;
  background: rgba(41, 199, 172, 1);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 12px;
  text-transform: capitalize;
  text-decoration: none;
  font-family: sans-serif;
}
.reg_msg.block{
  display: block!important;
}

.left_create_admin {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.price_section p {
  font-size: 13px;
}
.defaultHeading p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section_items, .sectionDefault {
  padding-bottom: 120px;
}
.qrCode {
  width: 95px;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

label.paymentItem input {
  margin-right: 5px;
  height: 32px!important;
  padding: 0;
}

.payment_method {
  display: flex;
  align-items: center;
}

label.paymentItem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
  cursor: pointer;
  background: red;
  padding: 0 23px;
  color: #fff;
  border-radius: 7px;
}

/*  payment
================================================== */

.payment_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.payment_icon {
  height: 100px;
  width: 100px;
  margin-bottom: 9px;
}

.payment_icon.payment {
  margin: 0 auto;
}

.payment_icon img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.payment_details {
  padding: 10px 0;
  margin-bottom: 10px;
}
.payment_text{
  margin: 2px 0 0 0;
  font-size: 14px;
}

.payment_text i{
  color: #3b7bbf;
  margin-left: 6px;
}
.pay_now {
  padding: 10px 34px;
}
.pay_now i {
  color: green;
  margin-left: 10px;
  font-size: 19px;
}

.layout_style{
  width: 100%;
}
.payment_card .card-header{
  padding: 0;
}
.payment_nav li.nav-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 199, 172, 1);
  width: 6px;
  bottom: 7px;
  border-radius: 5px 0 0 5px;
}

li.nav-item.active {
  position: relative;
}
.payment_nav li a {
  padding: 13px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  height: 70px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-transform: capitalize;
  background: #fff;
  margin-bottom: 7px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
  border: 0!important;
  width: 175px;
  word-break: break-all;
  font-size: 14px;
}
.payment_nav li a.active {
 color: #037fff!important;
}
.payment_content.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 450px;
}
.stripeForm {
  width: 100%;
}
.payment_icon {
  height: 100px;
  width: 100px;
  margin-bottom: 9px;
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
span.payout_img {
  height: 50px;
  width: 50px;
  position: relative;
  flex: 0 0 50px;
  background-size: cover!important;
  border-radius: 100%;
  border: 1px solid #eee;
  margin-right: 8px;
}

.payment_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 0;
  background: #f3f5f9;
  margin-bottom: 10px;
  flex-direction: column;
  margin-right: 10px;
}
.payment_card .card-header {
  border: 0;
}

.card.payment_card {
  border: 0;
  flex-direction: row;
}
.payment_nav li a.active{
  border: 0;
}
.payment_card .card-header{
  background: #f3f5f9;
}
/* appointment
================================================== */


.appointment_area {
  width: 100%;
  padding: 50px;
}
.appointment_area textarea.form-control {
  height: 120px;
}

.appointment_schedule_area{
  width: 100%;
}
.appointment_dates {
}
.appointment_dates li {
  display: block;
  padding: 7px 10px;
  font-size: 16px;
}
.appointment_dates li i {
  font-size: 18px;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  margin-right: 11px;
  color: #fff;
}
.ap_info{
  color: #777 !important;
}

.available i{
  background: green;
}

.not_available i{
  background: red;
}
span.required{
  color:red;
  padding-left: 5px;
}
.offline_payment {
  color: #000;
  margin-top: 12px;
  font-size: 14px;
}
.contact_with_email {
  padding: 0 0 10px 0;
  display: inline-block;
}
.contact_with_email h3 a{
  color: #777;
}

.userInfo {
  padding-bottom: 8px;
}

.payment_card_img {
  width: 274px;
  margin: 0 auto 20px;
}
.stripeForm input {
  border-radius: 0;
  height: 45px;
}

.stripeForm label {
  text-align: left;
  display: block;
}
.payment_warper {
  padding-bottom: 50px;
  background: #f3f5f9!important;
  min-height: 580px;
}
.stripeForm .card-footer {
  background: transparent;
  border: 0;
}
ul.paymentUl {
  text-transform: capitalize;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}

ul.paymentUl li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5px;
}
ul.paymentSummary {
  text-transform: capitalize;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-direction: column;
  border-top: 1px dashed #ddd;
  padding: 7px 0;
}

ul.paymentSummary li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.bb-top{
  border-top: 1px dashed #ddd;
}

.pickup_area_list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.pickup_area_list label {
  display: block;
  padding: 2px;
  background: #eee;
  margin: 2px 5px;
  padding: 3px 8px;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.pickup_point_map{
  position: fixed;
  height: 100vh;
  width: 90%;
  right: -110%;
  top: 0;
  transition:all .3s ease-in-out;
}

.pickup_point_map.active{
  position: fixed;
  height: 100vh;
  width: 60%;
  right: 0;
  top: 0;
  z-index: 9999;
  transition:all .3s ease-in-out;
  
}
.single_pickup_area.active{
  background: rgba(41, 199, 172, 1);
  color: #fff;
  transition:all .3s ease-in-out;
}

a.selectPoint {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 2px;
  font-weight: bold;
  color: rgba(41, 199, 172, 1);
  margin-top: 5px;
  transition:all .3s ease-in-out;
}

a.checkmap {
  color: rgba(41, 199, 172, 1);
  text-decoration: underline;
  font-size: 14px;
  margin-left: 13px;
  line-height: 26px;
  transition:all .3s ease-in-out;
}
a.closeMap {
  position: absolute;
  left: 24px;
  color: red;
  top: 12px;
  text-shadow: 0 0 5px #000;
  transition:all .3s ease-in-out;
}
.modalTime {
  font-size: 40px;
}
.d_flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.extraUl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

ul.extraUl li {
  width: 48%;
  margin-bottom: 10px;
}

ul.extraUl input {
  margin-right: 4px;
}

ul.extraUl li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
h5.extrasHeading {
  color: #777;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 550;
}
a.btn.custom-btn.seemomre {
  padding: 9px 27px;
  border-radius: 7px;
}
.fw_bold {
  font-weight: bold;
}
.package_title.sinlgeOrder {
  padding: 10px;
  background: #f9f9f9;
  box-shadow: 0 4px 5px rgb(50 50 93 / 11%), 0 2px 3px rgb(0 0 0 / 8%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.add_to_order{
  color:  #fff;
}
.flex_btn{
  display: flex;
  align-items: center;
}

/*----------------------------------------------
pagination
----------------------------------------------*/
.ci-pagination-link {
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.ci-paginationArea {
  width: 100%;
}
ul.ci-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
  align-items: center;
}
ul.ci-pagination li a {
  color: #000;
}
ul.ci-pagination  li{
  color: #20B2AA;
  list-style: none;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;

  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
ul.ci-pagination li.page-num a{
  list-style: none;
  height: 35px;
  width: 35px;
  margin: 0 3px;
  line-height: 34px;
  border-radius: 50%;
  display: block;
}

ul.ci-pagination  li.prev a{
  margin: 0px 3px 0 -5px;
  padding: 0 10px;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: block;
}
ul.ci-pagination  li.next a{
  margin: 0px -5px 0 3px;
  padding: 0 10px;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: block;
}
ul.ci-pagination  li.dots{
  font-size: 22px;
  cursor: default;
}
ul.ci-pagination  li.btn{
  padding: 0 20px;
  border-radius: 50px;
}
ul.ci-pagination li.active a{
  color: #fff;
}
ul.ci-pagination li.active a,
ul.ci-pagination li.page-num:hover a,
ul.ci-pagination li:first-child:hover a,
ul.ci-pagination li:last-child:hover a{
  color: #fff;
  background: #20B2AA;
}

ul.ci-pagination li.active a,
ul.ci-pagination li.page-num:hover a,
ul.ci-pagination li:first-child:hover a,
ul.ci-pagination li:last-child:hover a{
  color: #fff!important;
}
ul.ci-pagination li.page-first a, ul.ci-pagination li.page-last a, ul.ci-pagination li.next a, ul.ci-pagination li.prev a{
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 50%;
}
/*----------------------------------------------
  Pagination
----------------------------------------------*/

.categorySection{
 background: #f3f5f9;
}

/*----------------------------------------------
  Search
----------------------------------------------*/
.search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 40px;
  height: 40px;
  background: #fff;
}

.search-box-2 {
 position: absolute;
 top: 50%;
 left: 50%;
 display: flex;
 align-items: center;
 transform: translate(-50%, -50%);
 padding: 10px;
 border-radius: 5px;
 height: 47px;
 background: #fff;
 box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
}
.searchBar-2 {
  width: 100%;
  position: relative;
  height: 50px;
  margin-left: 24px;
  min-width: 280px;
}
.search-txt-2 {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #000;
  transition: 0.5s;
  font-size: 1rem;
  width: 250px;
}
.search-box:hover .search-txt {
  width: 180px;
  padding: 0 6px;
}

.search-box:hover .search-btn {
  background: #fff;
}

.search-txt {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #000;
  transition: 0.5s;
  font-size: 1rem;
  width: 0px;
}



.search-btn {
  color: #1abc9c;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.searchLi{
  background: transparent!important;
  box-shadow: none!important;
}
.searchBar {
  width: 100%;
  position: relative;
  height: 50px;
}
/*----------------------------------------------
  Search
----------------------------------------------*/

.not-found {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.not-found i {
  font-size: 36px;
  margin-bottom: 10px;
}
.singleCategoryHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.seeMore_link {
  font-size: 14px;
  transition: all .5s ease-in-out;
  padding-right: 10px;
}
a.seeMore_link i{
  transition: all .5s ease-in-out;
}

a.seeMore_link:hover{
  margin-right: -5px;
}


/*----------------------------------------------
1.8
----------------------------------------------*/
.modal-header {
  border-top-left-radius: calc(.6rem - 1px);
  border-top-right-radius: calc(.6rem - 1px);
  background: #fff!important;
  border-bottom: 1px solid #f3f5f9;
}
.form-control {
  border: 1px solid #e3e9ef;
}
.order_input_area input, .order_input_area select {
  border-radius: 4px!important;
}
.order_input_area input, .order_input_area select {
  height: 45px!important;
}
.btn {
  outline: none!important;
}
.footer_area {
  background: #ffffff;
  color: #4b566b;
  border-top: 1px solid #f3f5f9;
}
.footer_bottom {
  background: #f3f5f9;
  border-top: 1px solid #dae1e7;
}
.left_footer ul li a {
  color: #4b566b;
}
.itemPrice.i_small.menuSize p {
  padding: 4px 9px;
  min-height: 26px;
  min-width: 26px;
}
.item_title_area {
  flex-direction: column;
}
.port_d_flex a {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid rgb(41 199 172 / 50%);
  margin: 5px;
  text-align: center;
  font-size: 18px;
  color: #29c7ac;
  box-shadow: none;
  background: rgb(41 199 172 / 10%);
}
.gallery_area .portfolio_img {
  border-radius: 6px;
  box-shadow: 0 0 13px #ddd;
}
.portfolio_details {
  background: #fff;
}
.page_accordion_header {
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f5f9;
  border-radius: 6px 6px 0px 0px;
}
.closeShop {
  text-align: center;
}

.closeShop i {
  font-size: 50px;
}
.loginSection .iti, .login_form .iti  {
  position: relative;
  display: block;
}
.tab-pane {
  padding-top: 18px;
}
.iti__flag {
  width: 20px;
  transform: scale(1.3);
}


/*----------------------------------------------
customer profile
----------------------------------------------*/
.topCustomerProfile {
  background: #ddd;
  padding: 162px;
  position: relative;
}

.customer_profile {
  margin-top: -100px;
}


.topImg img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
}

.leftSidebar, .serviceRightSide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #eee;
  padding: 10px 0 25px 0;
}

.topInfo {
  padding: 20px;
  text-align: center;
}

.leftDetails {
  padding-top: 16px;
}

.leftDetails h4 {
  padding-bottom: 1px;
}

.leftSideDetails ul {
  display: flex;
  flex-direction: column;
}

.leftSideDetails ul li {
  display: block;
}

.leftSideDetails ul li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  border-left: 5px solid transparent;
}
.leftSideDetails ul li a i{
  margin-right: 5px;
}
.leftSideDetails ul li a{
  border-radius: 10px;
  margin: 0.345rem 0.654rem;

}
.leftSideDetails ul li a:hover, .leftSideDetails ul li.active a {
  background: var(--primaryColor01);
  border-left: 5px solid #4A47A3;
  color: #fff;
  transition: all .3s ease-in-out;
}
.serviceRightSide {
  color: #000;
  min-height: 65vh;
}
.input-group {
  display: flex;
  align-items: center;
}

span.input-group-addon {
  background: #ddd;
  padding: 8px;
}

.profleForm .form-control {
  height: 40px;
  border-radius: 4px;
}

.profleForm form{
  padding: 20px;
}
h4.header {
  border-bottom: 1px solid #eee;
  padding: 12px 20px 18px 20px;
  margin-bottom: 17px;
}
.label-success{
  background: rgba(22, 199, 154, .3);
  color: rgba(22, 199, 154, 1);
}
label.label {
  font-size: 14px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
}
.table.customTable th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.topCustomerProfile {
  text-align: center;
}

.topCustomerProfile h4 {
  margin-top: -51px;
  text-transform: capitalize;
}
.actionBtn a{
  margin: 2px;
}
.container.container-xll {
  max-width: 1320px;
}
.priceTag {
  color: #4e54c8;
  font-weight: 600;
}
tr th{
  text-transform: capitalize;
}
table.customTable {
  font-size: 14px;
}

table.customTable th {
  font-size: 14px;
}

table.customTable tr {
  vertical-align: middle;
}

table.customTable tr td {
  vertical-align: middle;
}
.badge {
  text-transform: capitalize;
  padding: 5px 6px;
  border-radius: 4px;
}
.orderTag{
  font-weight: 600;
  color: tomato;
}
.d-flex-center-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------------------------
END CUSTOMER PROFILE
----------------------------------------------*/

.page-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  margin-top: 4em;
}

.action-buttons a {
  padding: 10px 21px;
  box-shadow: 0 0 5px #ddd;
}

.customerInfo h3 {
  font-size: 18px;
}

.customerInfo h2 {
  text-align: left;
  font-size: 19px;
}
.extars ul {
  list-style: inside;
  color: #777;
}
.extars ul li{
  font-size: 13px;
}
.sizeTag {
  background: rgba(22, 199, 154, .1);
  color: rgba(22, 199, 154, 1);
  border-radius: 4px;
  padding: 5px 6px;
  font-size: 13px;
  font-weight: normal;
}


.bg-green {
  background: rgba(22, 199, 154, .1);
  color: rgba(22, 199, 154, 1);
}

.text-green {
  color: rgba(22, 199, 154, 1);
  font-weight: normal;
  padding: 5px 6px;
  font-size: 13px;
}
.b-top{
 border-top: 1px dashed #777;
 padding: 2px;
 margin-top: 2px;
}
.user_profile_img label {
  height: 180px;
  width: 180px;
  margin-bottom: 20px;
  border-radius: 100%;
  border: 3px solid #eee;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
}

/*----------------------------------------------
  DELIVERY ORDER AREA
----------------------------------------------*/
.singleOrder {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
}

.single_orderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  box-shadow: 0px 2px 4px #f9f9f9;
  padding: 9px 11px;
  padding-top: 0;
}

.single_orderTop h4 {
  font-size: 15px;
}
.orderLists {
  margin: 10px;
}
.single_orderDetails {
  padding: 7px 11px;
}
p.timeAgo {
  font-size: 13px;
  color: #777;
  padding: 3px 11px 0;
}
.delivery-guy {
  background: #f3f5f9!important;
}
.delivery-guy h4.header {
  border-bottom: 1px solid #ddd;
  padding: 5px 20px 9px 20px;
  margin-bottom: 17px;
}
.singleOrder > a {
  color: #333;
}
/*----------------------------------------------
DELIVERY GUY ORDER DETAILS
----------------------------------------------*/
.d_single_order_area {
  background: #E1E5EA;
  margin: 10px 0;
  border-radius: 6px;
  box-shadow: 0 0 #eee;
  position: relative;
}

.d_single_order_header {
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 5px #eee;
}
.d_single_order_header > a {
  color: #777;
  padding: 0px 10px;
}

.d_single_order_header > a i {
  font-size: 28px;
  margin-right: 15px;
}

.d_single_order_header  i {
  font-size: 28px;
  margin-right: 10px;
}

.d_single_order_header > h4 {
  font-size: 18px;
}

.delivery-panel {
  background: #fff;
  padding: 10px;
  margin: 15px;
  border-radius: 6px;
  box-shadow: 0  0 5px #ddd;
  margin-bottom: 10px;
}

.shopArea ul {
  display: flex;
  flex-direction: column;
  position: relative;
}

.shopArea ul >li {
  display: flex;
  align-items: end;
  margin-bottom: 25px;
  z-index: 2;
}

.shopArea ul >li >i {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 34%;
  font-size: 25px;
  line-height: 39px;
  margin-right: 10px;
}

.shopDetails h4 {
  font-size: 16px;
}

.shopDetails p {
  font-size: 14px;
}

.shopDetails a {
  font-size: 14px;
  display: inline-block;
  background: rgba(22, 199, 154, 1);
  color: #fff;
  padding: 3px 10px;
  border-radius: 12px;
  margin-top: 10px;
  transition: all .5s ease-in-out;
  text-transform: capitalize;
}
.shopDetails a:hover{
  background: rgba(22, 199, 154, .1);
  color: rgba(22, 199, 154, 1);
}
.orderItemList ul {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.orderItemList ul>li {
  border-bottom: 1px dotted #ddd;
}

.d_orderDetails h5 {
  font-size: 14px;
  font-family: 'Montserrat';
}

.d_orderDetails {
  padding: 10px 0;
}

.extars ul li {
  border: 0;
}

.extars ul {
  list-style: disc;
  display: block;
  width: 100%;
  padding-left: 28px;
}

.shopArea ul::before {
  position: absolute;
  top: 0;
  left: 19px;
  bottom: 0;
  display: block;
  width: 2px;
  content: "";
  z-index: 1;
  background-image: linear-gradient(rgba(22, 199, 154, .5) 33%, rgba(22, 199, 154, .1) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}
.topd_Order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

.topd_Order h4 {
  font-size: 16px;
}
.bt-1-dashed{
  border-top: 1px dashed #ddda;
}
.deliver-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 19px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.deliver-footer a {
  bottom: 5px;
  max-width: 540px;
  border-radius: 0;
}

ul.orderMenu {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-shadow: 0 3px 5px #ddd;
  padding-top: 0;
}



ul.orderMenu li {
  display: block;
}

ul.orderMenu li a {
  padding: 10px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: #222;
  margin: 0 2px;
}

ul.orderMenu li a i {
  font-size: 15px;
  margin-right: 1px;
}
ul.orderMenu li a:hover, ul.orderMenu li a.active{
  color:  rgba(22, 199, 154, 1);
}
.single_orderDetails p {
  font-size: 15px;
  font-family: 'Ubuntu';
  color: #777;
}
.singleTab {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.singleTab i {
  font-size: 46px;
}

.accountArea {
  padding: 15px 30px;
}

.leftTab p {
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 11px;
  font-family: 'Ubuntu';
}
.success-light {
  background: rgba(40,167,69,.15);
  color: #28a745;
  transition: all .3s ease-in-out;
  border-color:rgba(40,167,69,.1);
}
.bg-danger-soft {
  background: rgba(220,53,69,.1) !important;
  color: #dc3545!important;
}
.default-light{
  background: rgba(106,116,123,.15);
  color: #6a747b;
  transition: all .3s ease-in-out;
  border-color:#777;
}
.pnt-8{
  padding:0 8px !important;
}
.singleOrdrebtn {
  text-align: center;
  padding: 7px 6px 15px;
  display: flex;
  flex-wrap: wrap;
}
.singleOrdrebtn a {
  margin-right: 6px;
  margin-bottom: 5px;
}
.orderDetailsBody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 153px;
}
.singleOrder {
  min-height: 206px;
}

.singleOrdrebtn a {
  background:rgba(40,167,69,1);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 6px;
}
.ongoing{
  background: #dc3545!important;
}

.orderBtn{
  background: rgba(22, 199, 154, 1);
  color: #fff;
}
.form-group .btn-primary{
  background: var(--primaryColor01);
  border-color: var(--primaryColor01);
  border-radius: 0.5rem;
}
.custom_primary{
  background: #eae8ff;
  color: var(--primaryColor01) !important;
}

.track_bullet ul li > i {
  height: 45px;
  width: 45px;
  border: 1px solid rgba(22, 199, 154, .2);
  border-radius: 100%;
  text-align: center;
  line-height: 44px;
  font-size: 32px;
  background: #fff;
  color: rgba(22, 199, 154, 1);
  z-index: 5;
  flex:  0 0 45px;
}
.track_bullet ul li.active > i{
  background: rgba(22, 199, 154, 1);
  color: #fff;
}

.track_bullet ul li.dactive > i{
  background: #dc3545;
  color: #fff;
}
.track_bullet ul li h4 {
  font-size: 15px;
  padding: 8px 0 0;
}
.track_bullet ul {
  display: flex;
  flex-direction: column;
  position: relative;
}

.track_bullet ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  text-transform: capitalize;

}

.single_track {
  margin-left: 15px;
}
small {
  text-transform: capitalize;
}
.track_bullet ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  display: block;
  width: 2px;
  content: "";
  z-index: 1;
  background-image: linear-gradient(rgba(22, 199, 154, .4) 33%, rgba(22, 199, 154, .1) 0%);
  background-position: right;
  background-size: 1px 9px;
  background-repeat: repeat-y;
}
.track_bullet ul li.active i::after {
  content: "";
  position: absolute;
  min-height: 150px;
  width: 3px;
  background: rgba(22, 199, 154, 1);
  left: 20px;
  top: 2px;
  z-index: -1;
}
.track_bullet ul li.dactive > i::after{
 content: "";
 position: absolute;
 min-height: 150px;
 width: 3px;
 background: #dc3545;
 left: 20px;
 top: 2px;
 z-index: -1;
}
.track_bullet ul li.active:last-child i::after {
  display: none;
}

.track_bullet ul li.dactive:last-child i::after {
  display: none;
}
.single_track p {
  font-size: 15px;
}
.d_single_order_header.track_back {
  padding-top: 10px;
  margin-top: 10px;
  background: #fff;
}
.card.track-card{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.flip-x{
  transform: scaleX(-1);
}
div#datetimepicker2 .input-group-append {
  height: 45px;
}
.show_address textarea.form-control{
  height: 47px;
}
.single_orderDetails label {
  font-weight: normal;
}
.info-light {
  background: rgba(0, 192, 239, .2);
  color: rgba(0, 192, 239, 1);
  transition: all .3s ease-in-out;
  border-color:rgba(0, 192, 239, .1);
}
.input-group-append {
  margin-left: -1px;
  height: 45px;
}

/*----------------------------------------------
V1.9
----------------------------------------------*/
.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.flex-column{
  flex-direction: column;
}
.bb_1_dashed{
  border-bottom: 1px dashed #eee;
}
.bt_1_dashed{
  border-top: 1px dashed #eee;
}
.w_100{
  width: 100%;
}
.ModalCustomerInfo h4 {
  font-size: 17px;
  padding-bottom: 10px;
}
.ModalCustomerInfo {
  margin-bottom: 20px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}
.flex-between{
  display: flex;
  justify-content: space-between;
}
ul.paymentSummary .pleft {
  font-size: 14px;
}

ul.paymentSummary .pright {
  font-size: 14px;
  font-weight: bold;
}

li.pt-7.bb-top div {
  font-size: 17px;
}

ul.paymentUl li {
  font-size: 15px;
}

.dropdown-menu.languageDropdown a {
  padding: 5px 10px!important;
}


/*----------------------------------------------
style 2 menu
----------------------------------------------*/

.restaurant-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .restaurant-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .restaurant-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .restaurant-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .restaurant-container {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .restaurant-container {
    max-width: 1300px;
  }
}

.style_2 .homeSingle_item {
  flex-direction: column;
  padding: 0;
}

.style_2 .homeSingleImg.menu-img.img {
  height: 100%;
  width: 100%;
  border-radius: 0;
  flex: inherit;
}

.style_2  .homeItemDetails.list_view {
 padding: 15px;
 min-height: 185px;
}


.style_2 .topTitle h4 {
  /* display: flex; */
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.theme_3 .topTitle h4 {
  /* display: flex; */
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 23px;
}
.top___title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
p.details.not_is_size {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.style_2 .port_d_flex.home_view{
  justify-content: center;
}
.style_2 .w-50 .text {
  background: #fff;
  border-radius: 6px 0px 0px 6px;
  height: 261px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.style_2 h4.package_price {
  text-align: center;
}
.homeSingle_item:hover .menu-img {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}
.style_2 .homeSingle_item, .menu-img{
  overflow: hidden;
  transition: all .3s ease-in-out;
  position: relative;
}
.style_2  .item_images {
  height: 200px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.style_2 i.fa.fa-circle.veg_type {
  font-size: 8px;
  border: 1px solid;
  height: 15px;
  width: 15px;
  flex: 0 0 15px;
  border-radius: 100%;
  text-align: center;
  line-height: 13px;
  text-align: center;
  margin-left: 5px;
}
.style_2 .single__cat__header {
  display: flex;
  align-items: center;
}
.style_2 .cat__btn {
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  height: 47px;
  padding: 5px 25px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
}

.style_2 .single__cat__header .dropdown-menu {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
  border: 0;
}
.style_2 .single__cat__header .dropdown-menu a {
  display: block;
  padding: 8px 21px;
}


.style_2 .incress_area {
  background: #eee;
  border-radius: 9999px;
  border: 0;
  flex-direction: column-reverse;
  justify-content: center;
  width: 30px;
  flex: 0 0 30px;
  margin-right: 8px;
}
.style_2 span.cart_qty_field input {
  width: auto;
  height: auto;
  border: 0; 
  border-right-color: transparent; 
  border-left-color: transparent; 
  text-align: center;
  background: transparent; 
}
.style_2 .incress_area {
  background: #eee;
  border-radius: 9999px;
  border: 0;
  flex-direction: column-reverse;
  justify-content: center;
  width: 33px;
}

.style_2 .incress_area span {
  background: transparent;
  border: 0;
  padding: 4px;
}
.style_2 .incress_area i {
  font-size: 15px;
}

.style_2 .incress_area input {
  background: transparent;
  border: 0;
}
.style_2.shopping_cart{
  width: 380px;
}
.style_2 .incress_area *{
  color: #777!important;
}

.style_2 .single_cart_item_details {
  width: 100%;
}

.style_2 .right_cart {
  flex: 0 0 20px;
}
.style_2 .left_cart{
  width: 100%;
}
.row.grid-item.seemore{
  width: 100%!important;
  position: absolute;
  bottom: -57px;
  top: auto!important;
}
.style_2 .homeItem_left{
  width: 100%;
}
.style_2 .homeItemDetails.list_view{
  width: 100%;
}
.style_2 .topTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.style_2 .homeItem_right {
  flex: 0 0 67px;
  text-align: right;
}

/*----------------------------------------------
4.2
----------------------------------------------*/
.singlePage.style_2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.singlePage .single_cart_item_details h4 {
  font-size: 12px;
}

.singlePage.style_2 ul li {
  margin-right: 5px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  width: 49.111%;
  margin-bottom: 10px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
}
i.icofont-minus {
  font-size: 17px;
  padding: 9px;
}
.singlePage .style_2 .incress_area {flex: 0 0 20px;width: 20px;}

.singlePage .single_cart_item_details p {
  font-size: 13px;
}
.singlePage .single_item_cart img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  flex: 0 0 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  object-fit: cover;
}
.singlePage.style_2 .incress_area{
  flex:  0 0 29px;
  width: 29px;
}
.singlePageLogin {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 11px;
  margin-top: 10px;
}
.order_page {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
}
.singlePage.style_2 .upperSum span {
  font-weight: bold;
}

.singlePage.style_2 .upperSum {
  font-size: 15px;
}
.successMsgArea.single__page__order {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;

}
.singleSuccessPage{
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
}
i.successIcon {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 57px;
}
.trackLink a {
  text-decoration: underline;
  text-transform: capitalize;
}
.confirm_btn:hover, .add_to_cart_form:hover{
  color: #fff!important;
}
.home-book-btn{
  color: #fff!important;
}
/*----------------------------------------------
  PICKUP SLOTS
----------------------------------------------*/

.slots_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

label.single_slots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  margin: 5px 6px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
  background: rgba(40,167,69,.15);
  color: rgba(40,167,69,1);
  transition: all .3s ease-in-out;
}
label.single_slots:hover, label.single_slots.active{
  background: rgba(40,167,69,1);
  color:  #fff;
  transition: all .3s ease-in-out;
}
label.single_slots input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

label.single_slots:hover:before, label.single_slots.active::before{
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

label.single_slots::before {
  content: '\eed6';
  font-family: 'IcoFont';
  color: green;
  position: absolute;
  right: -7px;
  top: -9px;
  font-size: 14px;
  border: 2px solid #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  background: rgba(40,167,69,1);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
/*----------------------------------------------
  PICKUP SLOTS
----------------------------------------------*/

/*----------------------------------------------
  FPX STRIPE PAYMENT
----------------------------------------------*/
.fpxArea {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-row {
  margin-bottom: 35px;
  width: 100%;
}
.fpxArea form {
  width: 320px;
}

/*----------------------------------------------
 Rating Star Widgets Style 
----------------------------------------------*/

.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  cursor: pointer;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.h_auto{
  height: auto;
}
.h-47{
  height: 47px!important;
}
.startRating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.startRating i {
  color: #EB5E0B;
  font-size: 13px;
  padding: 1px;
}
.ModalCustomerInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customerEdit a {
  color: #777;
  font-size: 17px;
  padding: 10px;
}
.ModalCustomerInfo.dis_none{
  display: none;
}
.priceCheck {
  padding: 5px 0 15px;
  color:  #dc3545;
}

.priceCheck h4 {
  font-size: 16px;
}
.searchSection.welcomeSearch .searchBar-2, .searchSection.welcomeSearch .search-txt-2 {
  width: 360px;
}
.searchSection.welcomeSearch {
  margin: 50px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#showCatItem .homeSingle_item.singleCatItem{
  min-height: 185px;
  margin-bottom: 15px;
}
.bg_loader {
  background-position: center center!important;
  background-repeat: no-repeat!important;
}

.confirmMsgArea.payInCash {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.selectPaymentMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 193px;
  flex-direction: column;
}

.selectPaymentMsg h4 {
  text-transform: inherit;
  font-size: 19px;
  color: #555;
}
.selectPaymentMsg i {
  font-size: 38px;
  color: #555;
}
.payment_card .tab-pane{
  padding-top: 0;
}

.goog-logo-link {
 display:none !important;
}

.goog-te-gadget {
 color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  height: 32px;
  padding: 5px;
}
div#google_translate_element {
  margin-top: 0px;
  position: absolute;
  top: 9px;
}
.left_create_admin .reg_msg.block {
  display: block!important;
  width: 100%;
}
div#showCatItem .homeSingle_item {
  margin-bottom: 15px;
}
/*----------------------------------------------
  VERSION 2.0
----------------------------------------------*/
.item__slider {
  height: 350px;
  width: 100%;
  padding: 0;
}

.item__slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.itemSlider ul.slick-dots li button {
  border: 1px solid #ddd;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin: 2px;
  background: #f8f8f8;
  font-size: 12px;
  outline: none;
  color: #fff;
}
ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -58px;
  z-index: 9;
  position: relative;
}
.itemSlider ul.slick-dots li button {
  border: 0;
  border-radius: 0;
  height: 4px;
  width: 5px;
  margin: 2px;
  background: rgba(232,8,142,.5);
  font-size: 0;
  outline: none;
  color: #fff;
  flex: 0 0 5px;
}
.itemSlider ul.slick-dots li.slick-active button{
  background: rgba(232,8,142,1);
}
.opacity_height_0{
  height: 350px;
  opacity: 0;
}
.modal-dialog.load{
  min-height: 550px;
  z-index: 999;
  position: relative;
}
.b-gray {
  background: #f4f5f7;
}
.defaultForm .form-control{
  border-radius: 5px;
  height: 47px;
}
li.callwaiter a {
  background: rgba(84, 91, 98,.8);
  color: #fff;
  border-radius: 5px;
}

.reg_msg .alert-dismissible .close {
  position: absolute;
  top: -9px;
  right: -20px;
  padding: .75rem 1.25rem;
  color: inherit;
}
.homeBanner_serviceImg img {
  height: 50px;
  width: 50px;
  object-fit: cover;
}
.homeBanner_serviceImg {
  height: 50px;
}
img.logo {
  max-height: 50px;
}
.space-between {
  justify-content: space-between;
}

.bg-light-purple-soft {
  background-color: rgba(114, 57, 234, .15)!important;
  color: rgba(114, 57, 234, 1)!important;
}
.bg-warning-soft {
  background: rgba(255,193,7,.1) !important;
  color: rgba(255,193,7,1)!important;
}
.bg-primary-soft {
  background: rgba(40,110,251,.1) !important;
  color: #286efb!important;
}
.bg-success-soft {
  background: rgba(40,167,69,.1) !important;
  color: #28a745!important;
}
.bg-danger-soft {
  background: rgba(220,53,69,.1) !important;
  color: #dc3545!important;
}
.bg-info-soft{
  background: rgba(0, 192, 239, .1) !important;
  color: rgba(0, 192, 239, 1)!important;
}
span.sizeText {
  font-size: 11px;
  font-weight: normal;
  border-radius: 4px;
}

.pay_size_top {
  margin-bottom: 6px;
}
.navbar-toggler {
  border-radius: 0;
}
.allow-sm{
  display: none;
}
ul {}

.rightMenu ul {
  display: flex;
  align-items: center;
}

.rightMenu ul li {
  position: relative;
}

.dropdownArea.dropdownList {
  position: absolute;
  z-index: 99;
  background: #f3f5f9;
}

.dropdownArea.dropdownList ul {
  display: flex;
  flex-direction: column;
  min-width: 168px;
}

.dropdownArea.dropdownList ul li {
  display: block;
  width: 100%;
  text-align: center;
}

.dropdownArea.dropdownList ul li a {
  display: inline-block;
  padding: 5px;
  color: #777;
}

.dropdownMenu.sm-drop > a{
  color: #777;
  border: 1px solid #ddd;
  margin: 0 8px;
  border-radius: 5px;
}
.dropdownArea.dropdownList {
  position: absolute;
  z-index: 99;
  background: #f3f5f9;
  top: 48px;
}
.moreMenuBtn{
  display: none;
}

.dropdownMenu a{
  color:  #777;
}
li.dropdownMenu.moreMenuBtn a {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.show_menu_details .dropdownArea.dropdownList {
  width: 100%;
  background: #ddd;
}
img.shopLogo {
  max-height: 29px;
  transform: scale(1.5);
  margin-top: -5px;
  max-width: 29px;
}
.pickupCheckDate {
  display: flex;
  align-items: center;
}

.pickupCheckDate label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.custom-radio-2{
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.25s ease;
}

.custom-radio-2 input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-radio-2 input[type=radio] {
  border: 0;
  background-color: #eee;
  height: 1.2rem!important;
  width: 1.2rem!important;
  margin: 0;
  float: none;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.25s ease;
}

.custom-radio-2 input[type=radio]:checked {
  background-color: var(--defaultColor)!important;
  transition: 0.25s ease;
}

.custom-radio-2 input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
  background-repeat: no-repeat!important;
  background-position: center center!important;
  transition: 0.25s ease;
}


.custom-radio-2 input:focus-visible,
.custom-radio-2 input:focus-visible{
  outline: 0!important;
  border-color: transparent;
}
.custom-radio-2 input, .custom-checkbox input{
  outline: 0!important;
  border-color: transparent;
}
.custom-radio-2 input[type=radio].error {
  border: 1px solid red;
}

/*----------------------------------------------
           Custom checkbox       
----------------------------------------------*/

.custom-checkbox{
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  cursor: pointer;
}

.custom-checkbox input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-checkbox input[type=checkbox] {
  border: 0;
  background-color: #ddd;
  height: 1.0rem!important;
  width: 1.0rem!important;
  background-size: 60% 60%;
  margin: 0;
  float: none;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 3px;
}

.custom-checkbox input[type=checkbox]:checked {
  background-color: var(--defaultColor)!important;;
  border-color: var(--defaultColor)!important;;
}
.custom-checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
  background-repeat: no-repeat!important;
  background-size: 60% 60%!important;
  background-position: center center!important;
}

label.custom-checkbox p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-area {
  position: fixed;
  top: 40%;
  background: #f8f8f8;
  width: auto;
  text-align: center;
  padding: 10px 53px 10px 10px;
  box-shadow: 0 0 5px #ddd;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 98524;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.add-to-area .pt-15 {
  padding-bottom: 20px;
}
.add-to-area button.btn {
  margin-top: .9rem;
}
body.visible {
  overscroll-behavior: contain;
  height: 100vh;
  overflow: hidden;
}
  /*----------------------------------------------
  coupon
  ----------------------------------------------*/
  .couponInput-group {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .couponInput-group input {
    flex: 1;
    margin-right: 6px;
  }

  .couponField {
    margin-top: 4px;
    margin-bottom: 5px;
  }
  a.couponBtn {
    display: block;
    margin-left: 7px;
  }
  .couponList {
    text-align: center;
    padding: 24px 0 10px 0px;
    margin-bottom: 15px;
  }

  .couponList h4 {
    font-size: 17px;
  }
  .couponCode{
    font-weight: bold;
    font-size: 16px;
  }
  .user_content {
    min-height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .frown {
    font-size: 40px;
    color: #222;
  }
  .contact_us_alert {
    margin-top: 20px;
  }
  .catDetails {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 25px;
  }

  .catDetails img {
    width: 80px;
    height: 80px;
    margin-right: 18px;
  }
  p.details.is_size {
    display: none;
  }
  .packageImg.img.menu-img {
    height: 80px;
    width: 80px;
    flex: 1 0 80px;
  }
  .qr_area img {
    border: 1px solid;
  }

  .qr_area {
    margin: 10px auto;
  }

  a.profile_btn {
    font-family: inherit;
  }
  .single_users:hover {
    background: #f8f8f8;
    transition: all .3s ease-in-out;
  }
  .topCategory {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }


  .catTop  {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 10px;
  }

  .singleCatItem h4{
    font-size: 17px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }

  .singleCatItem {
    margin: 5px;
    background: #fff;
    padding: 20px;
    min-height: 180px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
  }
  .pwaContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }

  .pwaContent img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }

  .pwaContent h4 {
    font-size: 17px;
  }
  a.pwaClose {
    position: absolute;
    top: 2px;
    right: 6px;
    color: red;
  }
  .veg_type.style2 {
    position: absolute;
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    text-shadow: 0 0 5px #fff;
  }
  .arrowsection a {
    color: #777;
    font-size: 18px;
    margin: 6px 2px;
    padding: 2px 7px;
    box-shadow: 0 0 5px #eee;
  }
  .arrowsection {
    display: flex;
    justify-content: flex-end;
  }

/*.topCategory::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 2px #fff;
    background-color: #777!important;
    cursor: pointer;
  }

  .topCategory::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
    height: 5px;
    cursor: pointer;
  }

  .topCategory::-webkit-scrollbar-thumb {
    background: #f9f9f9;
    cursor: pointer;
  }

*/
  .topCategory::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 5px #eee;
    background-color: #F5F5F5;
  }

  .topCategory::-webkit-scrollbar
  {
    height: 6px;
    background-color: #F5F5F5;
    cursor: pointer;
  }

  .topCategory::-webkit-scrollbar-thumb
  {
    background-color: #ddd;
  }

  .itemPrice_area.i_small::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 5px #eee;
    background-color: #F5F5F5;
  }

  .itemPrice_area.i_small::-webkit-scrollbar
  {
    height: 6px;
    background-color: #F5F5F5;
    cursor: pointer;
  }

  .itemPrice_area.i_small::-webkit-scrollbar-thumb
  {
    background-color: #ddd;
  }
  .gmapLink {
    display: flex;
    align-items: center;
    position: relative;
  }

  .gmapLink i {
    font-size: 23px;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 10px;
    color: #777;
  }
  .couponArea {
    display: block;
    padding: 11px 10px;
    border: 1px solid #f9f9f9;
    margin-bottom: 9px;
  }


  .couponArea > a {
    font-size: 16px;
    font-weight: bold;
  }

  .loading::before {
    content: "\f110";
    font-family: FontAwesome;
    position: absolute;
    n: load8 1.1s infinite linear;
    right: 9px;
    font-size: 21px;
    top: 6px;
    z-index: 99;
    color: red;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }

  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .showNotfoundMsg {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: red;
  }
  p.tax_status {
    color: #777;
    font-size: 11px!important;
  }
  h4.change-amount {
    font-size: 15px;
    color: tomato;
  }
  .newPriceLayout {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .card-body.NewPricCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .pricing_3 .card, .pricing_3 .princing-item {
    width: 31%;
    margin: 7px;
  }
  .princing-item {
    width: 31%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .priceTopCard {
    width: 100%;
  }
  .priceCardFooter {
    width: 100%;
    padding: 0 20px 20px;
  }

  .pickupTimeSlots.null {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: green;
  }
  .callWaiterButton.sm{
    display: none;
  }
  .callWaiterButton {
    position: absolute;
    top: 7px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px #ddd;
    font-size: 22px;
    z-index: 99;
  }

  .callWaiterButton i {
    color: #000;
  }

  @media only screen and (max-width: 600px) {
    .callWaiterButton.sm{
      display: inherit;
    }
    .cRLSYG {
      bottom: 42px!important;
    }
  }


/*----------------------------------------------
          loader Green
----------------------------------------------*/
@keyframes ldio-mp4zm9ojapo {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.loader_green .ldio-mp4zm9ojapo div{
 border: 8px solid #77D970;
 border-top-color: transparent;
}

.loader_gray .ldio-mp4zm9ojapo div{
 border: 8px solid #777;
 border-top-color: transparent;
}
.ldio-mp4zm9ojapo div {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 8px solid #18ff65;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-mp4zm9ojapo div {
  animation: ldio-mp4zm9ojapo 0.78125s linear infinite;
  top: 50px;
  left: 50px
}
.loadingio-spinner-rolling-bmobyy7r0gw {
  width: 44px;
  height: 44px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-mp4zm9ojapo {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.44);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-mp4zm9ojapo div { box-sizing: content-box; }


.pickupMsg{
  font-size: 14px;
  font-weight: normal;
  color: blueviolet;
  text-transform: inherit;
}

.null {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.roomNumbers {
  margin-top: 19px;
}
.roomNumbers label.single_slots {
  padding: 5px 19px;
}
div.eapps-widget {
  position: absolute!important;
  overflow: hidden;
}


.newBanner {
  position: relative;
}
.userHomebanner_wrapper {
  width: 100%;
}

.homeBanner_left {
  padding: 0;
}

.shopLogo {
  height: 120px;
  width: 120px;
}
.homeBanner_Service{
  width: 30%;
}

.recentDetails ul {
  display: flex;
  flex-direction: column;
}

.recentDetails ul li span:last-child {
  font-weight: bold;
  margin-right: 14px;
}

.mergeArealist {
  background: #f8f8f8;
  margin-top: 10px;
  padding: 10px;
}
.previousOrderDetails {
  margin-left: 26px;
}
.startRating.orderlistRating {
  justify-content: flex-start;
}
.digitalPaymentText {
  font-size: .85rem;
  color: rgba(22, 199, 154, 1);
  padding: 1px 10px;
  border-radius: .21rem;
  box-shadow: 0 0 5px #eee;
}

.custom_fields {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.searchArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  margin-bottom: 5px;
}

.custom_fields select {
  width: 7rem;
}

.custom_fields select:first-child {
  margin-right: 5px;
}
.gmapLink i {
  color: rgba(22, 199, 154, 1);
}
.couponFields {
  display: flex;
  width: 100%;
  position: relative;
}

a.text-danger.couponClose {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
}

.guestLoginArea {
  border: 1px solid #f9f9f9;
  padding: .5rem;
  margin-bottom: 1rem;
  background: #f9f9f9;
}
.or {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  position: relative;
  gap: 8px;
  font-weight: bold;
  font-style: italic;
}

.or::before {
  content: "";
  height: 3px;
  width: 50%;
  left: 0;
  background: #eee!important;
}

.or::after {
  content: "";
  height: 3px;
  width: 50%;
  right: 0;
  background: #eee!important;
}
.pointerEvent{
  pointer-events: none;
  appearance: none;
}

/*----------------------------------------------
          tips
----------------------------------------------*/

.tipsArea {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255,255,255,.5);
}
.tipsHeader ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: .4rem;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tipsHeader ul li {
  width: 100%;
  border-right: 1px solid #ddd;
  text-align: center;
}
.tipsHeader ul li:last-child{
  border: 0;
}
.tipsHeader  * {
  font-size: .91rem;
}

.tipsHeader button {
  padding: 2px .5rem;
  background: rgba(106,116,123,.7)!important;
  color: #fff;
}
.tipsHeader button:hover{
  color: #fff;
  background: rgba(106,116,123,1)!important;
}
.tipsfields {
  display: flex;
  margin-top: 9px;
}

.tipsfields input {
  border-radius: 5px 0 0 5px!important;
  flex:1;
}

.tipsfields button {
  border-radius: 0 5px 5px 0;
}
.tipsHeader ul li span {
  font-size: 1rem;
  font-weight: 500;
}

.tipsHeader ul li p {
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}
.tipsHeader ul li label [type="radio"] {
  display: none;
}

.tipsHeader ul li label {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  padding: 0.4rem;
}
.tipsSection {
  margin: 1rem 0;
}
.tipsArea>p {
  margin-left: 5px;
  margin-bottom: 6px;
  font-weight: 500;
}
.tipsHeader ul li label:hover{
  background: rgba(106,116,123,.2);
  transition: all .3s ease-in-out;
}

.left_footer p.address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.left_footer p.address a {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  color: #777;
}

.checkoutBtnList {
  display: flex;
  flex-direction: column;
  align-items: normal;
  width: 100%;
}

.checkoutBtnList > label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
  flex-wrap: wrap;
}
.checkoutBtnList > label >a{
  margin: 0 5px;
}
.checkIcon{
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.add-to-2:before, .add-to:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  height: 100%;
  z-index: 10000;
  backdrop-filter: brightness(90%) contrast(50%) grayscale(10%) blur(5px);
  overflow-y: hidden;
  background-attachment: fixed;

}