.display-inline{
    display: inline;
}
.display-zero{
    display: none;
}
.righteous-regular {
  font-family: "Righteous", serif;
  font-weight: 400;
  font-style: normal;
}
.btn-heart{
    border: 0;
    padding: 0;
    background: none;
}
.btn-heart:hover i{
    color: #fff; 
    background: #26a743 !important;
    transition: all 0.3s ease-in-out;
}
.badge{
    font-size: 90%;
}
.alert-dismissible .close2{
    top: -5px !important; 
}
#emojiList .emoji {
    font-size: 24px;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}

#emojiList .emoji:hover {
    transform: scale(1.2);
}
.gt-top-border {
  height: 2px;
  width: 100%;
  background: repeating-linear-gradient(to right,#6EDD11 0,#30E616 16.66%,#33C615 16.66%,#14C327 33.33%);
  
}
.elementor-widget-container {
  margin: 25px 0px 20px 0px;
  padding: 0px 0px 0px 15px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #26a743;
}
.elementor-heading-title {
  color: #26a743;
  font-size: 28px;
  line-height: 36px;
}
.overlay {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.6;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
}
  
.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.breadcrumb-item.active {
  color: #fff;
}
.washer{
      position: absolute;
      top: 10%;
      padding: 5rem;
      color: #fff;
}
.img-100{
    width: 100% !important;
}
.montserrat-bold {
  font-family: "Montserrat", serif;
  font-weight: 900 !important;
}
a:hover {
  color: #666;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.montserrat-simple {
  font-family: "Montserrat", serif;
  font-weight: 300;
}

.righteous-bold {
  font-family: "Righteous", serif;
  font-weight: bold;
  font-style: normal;
}

.bold {
    font-weight: bold;
}

/****** Body **********/
body {
    font-family: "Montserrat", serif;
    background: #f3f7f8;
    font-size: 14px;
    font-weight: 600;
}

button, a {
    outline: none !important;
    color: #26a743;
    text-decoration: none !important;
}
p {
    font-size: 13px;
    color: #7a7e8a;
}
img{
    image-rendering: auto;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", serif;
    color: #000000;
}
.logo{
    width: 70%;
}
/* Selection pseudo-element
========================================================================== */
::selection {
  background:#26a743;
  color: #fff;
  text-shadow: none;
}
/* Links
========================================================================== */

/* Nav */
.Foodka-nav {
    background: #fff none repeat scroll 0 0 !important;
    padding: 0;
    z-index: 9;
}
.Foodka-nav .nav-link {
    font-weight: bold;
    padding: 28px 0px !important;
    margin: 0 0 0 31px;
}
.nav-Foodka-pic {
    width: 45px;
  height: 45px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 3px #ccc;
  position: relative;
  margin: -13px 0px -13px 0;
  vertical-align: text-top;
}
.Foodka-pic .nav-link{
    margin: 0 0 0 10px;
}
.Foodka-pic .dropdown-toggle::after {
  display: none;
}
.display-unset{
    display: unset;
}

.dropdown-cart-top {
    border-top: 2px solid #26a743;
    min-width: 340px;
}
.dropdown-cart-top-header {
    min-height: 107px;
}
.dropdown-cart-top-header .img-fluid {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    float: left;
    height: 70px;
    padding: 2px;
    width: 74px;
}
.dropdown-cart-top-header p.text-secondary {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
}
.dropdown-cart-top-header h6 {
    font-size: 14px;
    font-weight: bold;
}
.food-item {
    border:2px dotted;
    border-radius:2px;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.dropdown-cart-top-body .food-item {
    float: left;
    margin: 4px 10px 0 0;
}
/* login/Register */
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}
.h-100{
    height: 100%;
}
.login,
.image {
    min-height: 100vh;
}
.bg-image { 
    background-size: cover;
    background-position: center;
}
.font-5rem{
    font-size: 5rem;
}
.font-3rem{
    font-size: 3rem;
}
.font-2rem{
    font-size: 2rem;
}
.text-12{
     font-size: 12px;
     font-weight: 500;
}
.text-16{
     font-size: 16px;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group>input,
.form-label-group>label {
    padding: 15px 0;
    border-radius: 0px;
    height: 51px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #ced4da;
    box-shadow: none !important;
}
.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
.btn-google {
    color: white;
    background-color: #ea4335;
}
.btn-facebook {
    color: white;
    background-color: #3b5998;
}
/* Homepage Search Block */
.homepage-search-block {
    background-color: #eef0ef;
}
.homepage-search-form .form-control {
    font-size: 15px;
    height: 50px;
    padding-right: 106px;
}
.homepage-search-form .form-group {
    position: relative;
}
.homepage-search-form .locate-me {
    background: #ececec none repeat scroll 0 0;
    color: #666;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
    top: 9px;
}
.homepage-search-form .locate-me:hover {
    background: #666 none repeat scroll 0 0;
    color: #ffffff;
}
.homepage-search-form .btn {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 13px 5px;
}
.homepage-search-form .location-dropdown i {
    left: 18px;
    position: absolute;
    top: 20px;
    z-index: 9;
}
.homepage-search-form .select2-selection {
    border-color: #ced4da !important;
    border-radius: 0.25rem !important;
    height: 50px !important;
    outline: none !important;
}
.homepage-search-form .select2-selection__rendered {
    font-size: 15px;
    line-height: 47px !important;
    padding: 0 28px 0 31px !important;
}
.homepage-search-form .select2-selection__arrow {
    right: 9px !important;
    top: 13px !important;
}
.select2-dropdown{
    margin: -2px 0 0 0;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
   border: 1px solid #ced4da;
}
.select2-search__field{
    outline: none !important;
    border: 1px solid #ced4da;
}
.owl-carousel-category .owl-nav button {
    top: 36px;
}
.topdl{
    position: relative;
    left: 50px;
    bottom: 27px;
    margin-left: 5px;
    font-size: 13px;
}
.border-Chef{
    border: 3px solid #26a743 !important;
}
.topspan{
    position: relative;
    left: 0px;
    bottom: 10px;
    font-weight: bold;
    margin-left: 5px;
}
/* Homepage */
.owl-carousel-four .item {
    padding: 6px 7px;
}
.Foodka-category-item {
    background: #fff;
    margin: 5px 2px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 7px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #fff;
}
.Foodka-category-item:hover {
    border: 1px solid #26a743;
    transition: all 0.3s ease-in-out;
}
.Foodka-category-item h6 {
    margin: 0px;
    font-size: 13px;
    color: #26a743;
}
.Foodka-category-item p {
    margin: 0px;
    font-size: 12px;
}
.Foodka-category-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 2px 0 8px 0;
}
/* ============== start ============== */
.Foodka-Meals-item {
    background: #fff;
    margin: 5px 2px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 7px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #fff;
}
.Foodka-Meals-item:hover {
    border: 1px solid #26a743;
    transition: all 0.4s ease-in-out;
}
.Foodka-Meals-item h6 {
    margin: 0px;
    font-size: 13px;
    color: #26a743;
    font-weight: bold;
}
.Foodka-Meals-item p {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.Foodka-Meals-item img {
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 2px 0 8px 0;
}
/* ========================= */
.line {
    background-color: #5e5e5e;
    border-radius: 12px;
    display: inline-table;
    height: 4px;
    margin: 0 0 51px;
    width: 50px;
}
/* Customize Bootstrap */
.small, small {
    font-size: 85%;
    font-weight: 600;
}
.select2, .select2 span {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 96%;
}

.appointment .select2-container--default .select2-selection--single {
    background-color: #2d2b2b;
    border: 1px solid #2d2b2b;
    border-radius: 3px;
}

.appointment .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.modal-footer .btn {
    font-size: 14px;
    padding: 12px 16px;
}
.btn-success,
.badge-success {
    background-color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success {
    color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success:hover {
    color: #ffffff !important;
    border-color: #3ecf8e !important;
    background-color: #3ecf8e !important;
}
.text-success {
    color: #3ecf8e !important;
}
.border-success {
    border-color: #3ecf8e!important;
}
.btn-danger,
.badge-danger {
    background-color: #26a743 !important;
    border-color: #26a743 !important;
}
.btn-outline-danger {
    color: #26a743 !important;
    border-color: #26a743 !important;
}
.btn-outline-danger:hover {
    color: #ffffff !important;
    border-color: #26a743 !important;
    background-color: #26a743 !important;
}
.text-danger {
    color: #26a743 !important;
}
.border-danger {
    border-color: #26a743 !important;
}
.btn-primary,
.badge-danger {
    background-color: #26a743 !important;
    border-color: #26a743 !important;
}
.btn-outline-primary {
    color: #26a743 !important;
    border-color: #26a743 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    border-color: #26a743 !important;
    background-color: #26a743 !important;
}
.text-primary {
    color: #26a743 !important;
}
.border-primary {
    border-color: #26a743 !important;
}
.btn-lg {
    font-size: 15px;
    font-weight: bold;
    padding: 14px 35px;
    letter-spacing: 1px;
}
.modal-content {
    border: none;
    border-radius: 2px;
    border: 5px solid #26a743;
}
.btn {
    border-radius: 2px;
}
.form-control {
    font-size: 13px;
    border-radius: 2px;
    min-height: 38px;
}
.card {
    border-radius: 2px;
}
.rounded {
    border-radius: 2px !important;
}
.rounded-5 {
    border-radius: 5px !important;
}
.rounded-20 {
    border-radius:0px !important;
    color: #000 !important;
    border-color: #000 !important;
}
.input-group-text {
    border-radius: 2px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.nav-pills .nav-link {
    border-radius: 2px;
}
.alert,
.badge,
.dropdown-menu {
    border-radius: 2px;
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: 2px;
}
.bg-dark {
    background-color: #000 !important;
}
.pb-5,
.py-5 {
    padding-bottom: 4rem !important;
}
.pt-5,
.py-5 {
    padding-top: 4rem !important;
}
.dropdown-menu {
    font-size: 13px;
}
.dropdown-item {
    border-radius: 0 !important;
    padding: 7px 18px;
    color: rgba(0,0,0,.5);
    font-weight: 600;
}
.dropdown-item:focus {
    background-color: #26a743;
    color: #fff;
}
/* Listing */
.list-cate-page {
    margin: -5px 0px 0px 0px;
}
.filters-card-body {
    padding: 18px 0 0 0;
}
.filters-search {
    position: relative;
}
.filters-search i {
    position: absolute;
    left: 12px;
    top: 13px;
}
.filters-search .form-control {
    padding-left: 34px;
}
.custom-checkbox label.custom-control-label,
.custom-radio label.custom-control-label {
    padding-top: 2px;
    cursor: pointer;
}
.filters-card-header a {
    font-weight: 500;
    width: 100%;
    display: block;
}
.filters-card-header a i {
    margin: 2px -2px 0 0;
}
.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}
.list-card .star {
    right: 8px;
    bottom: 8px;
}
.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .member-plan {
    left: 8px;
    top: 8px;
}
.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .list-card-image {
    position: relative;
}
.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.share-heart{
    right: 8px;
    top: 40px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .share-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.alert-size{
    width: 20%;
    left: 13px;
}
/* detail */
.count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px;
}
.count-number-input {
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}
.generator-bg {
background: #26a743; /* Old browsers */
background: -moz-linear-gradient(-45deg, #26a743 1%, #fe792b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #26a743 1%,#fe792b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #26a743 1%,#fe792b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a743', endColorstr='#26a743',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.restaurant-detailed-banner {
    position: relative;
}
.restaurant-detailed-banner .img-fluid.cover {
    height: 360px;
    object-fit: cover;
    width: 100% !important;
}
.restaurant-detailed-header {
    bottom: 0;
    left: 0;
    padding: 65px 0 17px;
    position: absolute;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
}
.homepage-great-deals-carousel .item img {
    border-radius: 2px;
}
.restaurant-detailed-earn-pts .img-fluid.float-left {
    height: 61px;
}
.card-icon-overlap {
    overflow: hidden;
    position: relative;
}
.red-generator-bg {
    background: #26a743;
    background: -moz-linear-gradient(-45deg, #26a743 1%, #26a743 100%);
    background: -webkit-linear-gradient(-45deg, #26a743 1%, #26a743 100%);
    background: linear-gradient(135deg, #26a743 1%, #26a743 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#26a743', endColorstr='#26a743', GradientType=1);
}
.border-btn {
    border:2px solid #dee0e6;
    border-radius:2px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding:8px 15px;
    margin:0 0 10px 0;
}
.restaurant-detailed-ratings .generator-bg {
   border-radius: 4px;
   display: inline-block;
   font-size: 30px;
   height: 40px;
   margin:0 4px 0 0;
   padding:3px 6px;
}
.explore-outlets-search .form-control {
    border-radius: 2px !important;
    font-size: 15px;
    height: 50px;
    padding: 5px 20px;
}
.explore-outlets-search .btn {
    color: #777777;
    font-size: 15px;
    padding: 13px 17px;
    position: absolute;
    z-index: 9;
    right: 0;
    text-decoration: none;
}
.mall-category-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 7px 0;
}
.mall-category-item img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}
.mall-category-item h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 10px 10px 3px 10px;
}
.mall-category-item .btn {
    padding: 2px 8px;
    font-size: 12px;
    right: 7px;
    top: 7px;
}
.mall-category-item small {
    background: #ececec;
    color: #26a743;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 10px;
}
.mall-category-item:hover small {
    background: #26a743;
    color: #ffffff;
}
.address-map {
    border-radius: 2px;
    overflow: hidden;
}
.new-arrivals-card .card-img .new-arrivals {
    bottom: 11px;
    left: 12px;
    position: absolute;
}
.new-arrivals {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 1px 13px;
    text-transform: uppercase;
}
.new-arrivals-card .card-img {
    position: relative;
}
.total-like-user {
    border: 2px solid #fff;
    height: 34px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    width: 34px;
}
.total-like-user-main a {
    display: inline-block;
    margin: 0 -17px 0 0;
}
.total-like {
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0 13px;
    vertical-align: top;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -24px;
}
.graph-star-rating-header .star-rating {
    font-size: 17px;
}
.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
.rating-list {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}
.rating-list-left {
    height: 16px;
    line-height: 29px;
    width: 10%;
}
.rating-list-center {
    width: 80%;
}
.rating-list-right {
    line-height: 29px;
    text-align: right;
    width: 10%;
}
.restaurant-slider-pics {
    bottom: 0;
    font-size: 12px;
    left: 0;
    z-index: 999;
    padding: 0 10px;
}
.restaurant-slider-view-all {
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.offer-dedicated-nav .nav-link.active,
.offer-dedicated-nav .nav-link:hover,
.offer-dedicated-nav .nav-link:focus {
    border-color: #26a743;
    color: #26a743;
}
.offer-dedicated-nav .nav-link {
    border-bottom:3px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    color: #000000;
    padding:15px 0;
    font-weight: bold;
}
.offer-dedicated-nav .nav-item {
    margin: 0 37px 0 0;
}
.restaurant-detailed-action-btn {
    margin-top: 12px;
}
.restaurant-detailed-header-right .btn-success {
    border-radius: 3px;
    height: 45px;
    margin: -18px 0 18px;
    min-width: 130px;
    padding: 7px;
}
.text-black {
    color: #000000;
}
.icon-overlap {
    bottom: -23px;
    font-size: 74px;
    opacity: 0.23;
    position: absolute;
    right: -32px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}
.restaurant-detailed-header-left img {
    width: 100px;
    height: 100px;
    border-radius:5px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
/* Checkout Page */
.addresses-item a.btn.btn-sm {
    min-width: 157px;
}
.Foodka-cart-item-profile img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
}
.Foodka-cart-item-profile p {
    font-size: 10px;
}
.Foodka-payment .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.Foodka-payment .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.Foodka-payment .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.Foodka-payment .nav-link.active i {
    background: #282c3f !important;
}
.Foodka-payment .tab-content {
    background: #f3f7f8;
    padding: 20px;
}
.Foodka-card i {
    font-size: 35px;
    vertical-align: middle;
    color: #6c757d;
}
.Foodka-card {
    margin: 0 0 0 7px;
}
.Foodka-payment label {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-weight: 600;
}
/* My Account */
.payments-item img.mr-3 {
    width: 47px;
}
.order-list .btn {
    border-radius: 2px;
    min-width: 121px;
    font-size: 13px;
    padding: 7px 0 7px 0;
}
.Foodka-account-page-left .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.Foodka-account-page-left .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.Foodka-account-page-left .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.Foodka-account-page-left .nav-link.active i {
    background: #282c3f !important;
}
.Foodka-user-media img {
    width: 90px;
}
.card offer-card h5.card-title {
    border: 2px dotted #000;
}
.card.offer-card h5 {
    border: 1px dotted #daceb7;
    display: inline-table;
    color: #17a2b8;
    margin: 0 0 19px 0;
    font-size: 15px;
    padding: 6px 10px 6px 6px;
    border-radius: 2px;
    background: #fffae6;
    position: relative;
}
.card.offer-card h5 img {
    height: 22px;
    object-fit: cover;
    width: 22px;
    margin: 0 8px 0 0;
    border-radius: 2px;
}
.card.offer-card h5:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    bottom: 0;
}
.card.offer-card h5:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
}
.payments-item .media {
    align-items: center;
}
.payments-item .media img {
    margin: 0 40px 0 11px !important;
}
.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.order-list img.mr-4 {
    width: 70px;
    height: 70px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border-radius: 2px;
}
.Foodka-cart-item p.text-gray.float-right {
    margin: 3px 0 0 0;
    font-size: 12px;
}
.Foodka-cart-item .food-item {
    vertical-align: bottom;
}
/* Track Order Page */

.Foodka-track-order-page {
    min-height: 676px;
}
.Foodka-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #26a743;
}
/* Footer */
.footer {
    background: #EDF1F4;
}
.footer h6 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    line-height: 26px;
    list-style: outside none none;
}
.footer ul li a {
    color: #6c8293;
}
.search-links a {
    color: #666;
    font-size: 12px;
    line-height: 23px;
    margin: 0 2px;
}
.search-links {
    font-size: 11px;
}
footer {
    background-color: #f0f4f7;
}
/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.m-none{
    display: none;
}
.homepage-search-title {
    text-align: center;
}
.list-cate-page {
    margin: 22px 0 0 0;
}
.d-none-m{
	display:none;
}
.row.pt-2.pb-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.row.pt-2 {
    padding-top: 0px !important;
}
.offer-card-horizontal .col-md-4.col-4.p-4 {
    padding: 0 0 0 15px !important;
}
.row.mt-4.pt-2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.homepage-add-section {
    padding: 0 13px;
}
.breadcrumb-Foodka h1 {
    font-size: 34px;
}
.breadcrumb-Foodka h6 {
    font-size: 15px;
}
.breadcrumb-Foodka {
    padding-left: 15px;
    padding-right: 15px;
}
.reviews-members .media .mr-3 {
    width: 36px;
    height: 36px;
}
.total-like {
    font-size: 12px;
}
.restaurant-detailed-action-btn.float-right .btn {
    margin: 3px 0px;
    font-size: 13px;
}
.login  .col-md-9.col-lg-8.mx-auto.pl-5.pr-5 {
    padding: 0 11px !important;
}
.login.d-flex.align-items-center.py-5 {
    padding: 0 !important;
}
.h5, h5 {
    font-size: 16px;
}
.homepage-add-section .col-md-3.col-6 {
    padding: 2px 2px;
}
.homepage-ad .item {
    padding: 0 2px;
}
.Foodka-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.Foodka-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.Foodka-nav .dropdown-item {
    text-align: center;
}
.Foodka-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.mobile-none{
    display: none;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    flex: auto;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 11px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.Foodka-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.Foodka-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.Foodka-account-page-left {
    height: auto !important;
    margin: 0 0 15px 0;
}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
.Foodka-payment .col-sm-4.pr-0 {
    padding-right: 15px !important;
}
.Foodka-payment .col-sm-8.pl-0 {
    padding-left: 15px !important;
    margin: 14px 0 0 0;
}
.p-5.Foodka-invoice.bg-white.shadow-sm {
    padding: 15px !important;
}
.h3, h3 {
    font-size: 22px;
}
.p-5 {
    padding: 20px !important;
}
.Foodka-account-page-right {
    padding: 0px !important;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 15px;
}
}
/* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) and (max-width: 767.98px) {
.homepage-add-section .col-md-3.col-6 {
    padding: 2px 2px;
}
.homepage-search-title {
    text-align: center;
}
.row.pt-2.pb-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.row.pt-2 {
    padding-top: 0px !important;
}
.d-none-m{
	display:none;
}
.list-cate-page {
    margin: 22px 0 0 0;
}
.row.mt-4.pt-2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.offer-card-horizontal .col-md-4.col-4.p-4 {
    padding: 0 0 0 15px !important;
}
.homepage-add-section {
    padding: 0 13px;
}
.homepage-ad .item {
    padding: 0 2px;
}
.container {
    max-width: 100%;
}
.Foodka-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.Foodka-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.Foodka-nav .dropdown-item {
    text-align: center;
}
.Foodka-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.mobile-none{
    display: none;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    flex: auto;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 11px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.Foodka-payment .nav-link i {
    display: block;
    margin: 0 auto 10px auto;
}
.Foodka-payment .nav-link {
    text-align: center;
}
.Foodka-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.Foodka-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.Foodka-account-page-left {height: auto !important;margin: 0 0 15px 0;}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.container {
    max-width: 100%;
}
.Foodka-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.Foodka-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.Foodka-nav .dropdown-item {
    text-align: center;
}
.Foodka-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    margin: 0 8px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.Foodka-payment .nav-link i {
    display: block;
    margin: 0 auto 10px auto;
}
.Foodka-payment .nav-link {
    text-align: center;
}
.Foodka-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.Foodka-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.Foodka-account-page-left {
    height: auto !important;
    margin: 0 0 15px 0;
}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
}
/* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .container {
         max-width: 100%;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
}

.badge-cat{
   padding: 8px 10px;
   font-size: 13px;
   font-weight: 700;
   line-height: 1.2;
}

.text-white{
   color: #fff !important;
}
.height-Product{
    height: 300px;
}
.height-blog{
    height: 200px;
}

.Meals-height{
    height: 80px;
}

.gt-icon {
  border: 1px solid #666;
  color: #000;
  border-radius: 100%;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.gt-icon i{
  font-size: 32px;
}
.Foodka-chief-item {
    background: #fff;
    margin: 5px 2px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 7px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 2px solid #fff;
}
.Foodka-chief-item:hover {
    border: 2px solid #26a743;
    transition: all 0.3s ease-in-out;
}
.Foodka-chief-item h6 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.Foodka-chief-item p {
    margin: 0px;
    font-size: .813rem;
}
.Foodka-chief-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 2px 0 8px 0;
}
.About-imgs{
    border-radius:10px;
    width: 100%;
}
.copyAlert{
    display: none;
    margin-top: 10px;
    text-transform: lowercase;
    font-size: 14px;
}
/* ****************** SHARE SECTION ********************  */
.gt-widget-title.gt-style-1, .gt-widget .wp-block-heading {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    color: #030303;
    text-transform: uppercase;
    font-weight: 500;
  }
  .gt-align-left {
    text-align: left;
  }
  .gt-social-links.gt-size-m ul {
    font-size: .75rem;
  }
  .gt-social-links.gt-style-15 ul {
    list-style: none;
    padding: 0;
    margin: -3px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .gt-social-links.gt-style-15 ul li {
    padding: 3px;
    max-width: 500px;
  }
  .gt-social-links.gt-style-15 ul {
    list-style: none;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
.gt-social-links.gt-style-13.gt-size-m ul li a, 
.gt-social-links.gt-style-13.gt-size-m ul li a:visited, 
.gt-social-links.gt-style-14.gt-size-m ul li a, 
.gt-social-links.gt-style-14.gt-size-m ul li a:visited,
.gt-social-links.gt-style-15.gt-size-m ul li a, 
.gt-social-links.gt-style-15.gt-size-m ul li a:visited {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
.gt-social-links.gt-style-15 ul li a, 
.gt-social-links.gt-style-15 ul li a:visited {
    background: #eee;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 11px 35px;
      padding-right: 35px;
      padding-left: 35px;
    min-height: 44px;
}
a{
    text-decoration: none;
    cursor: pointer;
    color:#1a0505;
}
.gt-social-links.gt-style-15 ul li a:visited > .gt-item,
.gt-social-links.gt-style-15 ul li a > .gt-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.gt-social-links.gt-style-15 ul li a,
.gt-social-links.gt-style-15 ul li a:visited {
    color: #111;
    text-align: center;
}
.gt-social-links.gt-size-m ul li i {
    font-size: .875rem;
}
.gt-social-links.gt-style-15 ul li i {
    width: 18px;
    text-align: left;
}
.gt-social-links .gt-style-13.gt-size-m ul li i + span,
.gt-social-links.gt-style-14.gt-size-m ul li i + span,
.gt-social-links.gt-style-15.gt-size-m ul li i + span {
    margin-left: 30px;
  }
.gt-social-links .gt-style-13.gt-size-m ul li span,
.gt-social-links.gt-style-14.gt-size-m ul li span,
.gt-social-links.gt-style-15.gt-size-m ul li .gt-follow,
.gt-social-links.gt-style-15.gt-size-m ul li span {
    font-size: .75rem;
  }
.gt-social-links.gt-style-15 ul li a:focus,
.gt-social-links.gt-style-15 ul li a:hover {
    background: #111;
    color: #fff;
  }
  /* ****************** SHARE SECTION ********************  */

  .width-100{
    width: 100% !important;
  }

  .dropzone {
    background: #fff;
    border: 5px dashed  #666;
    width: 100%;
    margin-bottom: 30px;
 }  

 .btn-link:hover {
    color: #26a743 !important;
    text-decoration:underline;
    transition: all 0.3s ease;
  }

.owl-carousel-chef .owl-prev{
    top: 35%;
}
.owl-carousel-chef .owl-next{
    top: 35%;
}
.list-breadcrumb {
    list-style:none;
    display: inline-flex;
    padding:0;
}
.list-breadcrumb {
    list-style:none;
}
.text-uppercase{
    text-transform: uppercase;
}

.Foodka-Products-item img{
    width: 100%;
    height: 190px;
    border-radius:0px;
    box-shadow: none !important;
    margin: 2px 0 8px 0;
}
.bg-breadcrumb {
    background-image: url('../img/bg.png');
    background-repeat: repeat;
    background-position:center bottom;
    -webkit-background-size:contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
.bg-breadcrumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    left: 0;
    top: 0;
  }

  .accordionFood{
    font-size: 25px;
    font-weight: bold;
    color: #2e2a2a !important;
  }

  .btn.focus, .btn:focus {
    outline:0;
    box-shadow: none;
  }
 
  .basketsingle span{
    font-size: 25px !important;
  }

  .basketsingle{
    display: inline-block !important;
  }
  .border-bottom-0{
    border-bottom: 0 !important;
  }


.social-buttons a{
    display: inline-flex;
    text-decoration: none;
    font-size: 15px;
    width: 30px;
    height: 30px;
    color: #2cd52f;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 2px;
}

.social-buttons a::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg,#33b322,#45f60a);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s ease-in;
}

.social-buttons a:hover::before{
  transform: scale(0);
}

.social-buttons a i{
  transition: 0.3s ease-in;
}

.social-buttons a:hover i{
  background: linear-gradient(45deg,#18e611,#38f006);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(2.2);
}


.fx {
  display: flex;
}

.fx-gap {
  gap: 18px;
}

.fx input,
button {
  color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}

.fx form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 550px;
  height: 96px;
  padding: 35px;
  margin: -83px auto 0 auto;
  background-color: #ff7575;
  border-radius: 20px;
  box-shadow: 0 10px 40px #ff7c7c, 0 0 0 20px #ffffffeb;
  transform: scale(0.6);
}

.fx input[type="text"] {
  width: 100%;
  height: 96px;
  font-size: 60px;
  line-height: 1;
}

.fx input[type="text"]::placeholder {
  color:#26a743;
}

.fx button {
  position: relative;
  display: block;
  width: 84px;
  height: 96px;
  cursor: pointer;
}

#search-icon-circle {
  position: relative;
  top: 0px;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: 0;
  border-width: 15px;
  border: 5px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.5s ease all;
}

.fx button span {
  position: absolute;
  top: 68px;
  left: 43px;
  display: block;
  width: 45px;
  height: 15px;
  background-color: transparent;
  border-radius: 10px;
  transform: rotateZ(52deg);
  transition: 0.5s ease all;
}

.fx button span:before,button span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 0px;
  background-color: #fff;
  border-radius: 5px;
  transform: rotateZ(0);
  transition: 0.5s ease all;
}

#search-icon:hover #search-icon-circle {
  top: -1px;
  width: 75px;
  height: 5px;
  border-width: 0;
  background-color: #fff;
  border-radius: 3px;
}

#search-icon:hover span {
  top: 50%;
  left: 56px;
  width: 25px;
  margin-top: -9px;
  transform: rotateZ(0);
}

