/*Classic Theme*/
/*
  Author name : basti
  Website : http://bastisapp.com
  Item buy link : https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694
*/

:root {
  --font-family-sans-serif: 'Roboto', sans-serif;
  --black: #000000;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: var(--white);
}

html {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

.modal-body{
scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  background:#fff;
  font-size:14px;
}

body.column2-layout,
.grey-bg,
#cmaps,
.page-grey
{
background:#f6f7f8;
}

img{
object-fit: cover;
}
img.contain{
object-fit: contain;
}

a{
color:#000;
}

a:hover{
text-decoration:none;
}

p, .card,
.dataTables_info,
table,
.a-12,
.cart-summary
{
font-size:12px !important;
}

h6,h5,
.bold
{
font-weight:600;
}

h6,
.menu-category a,
.font14
{
font-size:14px !important;
}

h5{
font-size:16px;
}

.font11 {
 font-size:11px !important;
}

.font13
{
font-size:13px !important;
}

.font20
{
font-size:20px !important;
}

.card{
border:none;
}

.custom-range::-moz-range-thumb
{
background-color:#3ecf8e;
}

.btn{
font-size:15px;
font-weight:500;
border-radius: .45rem;
padding:12px;
}

.btn.small{
padding:8px;
font-size:14px;
}

.badge-light{
color: #737373;
background-color: #f5f5f5;
}

.btn-green,
.btn-grey:hover,
.badge.badge-green,
.custom-control-input:checked ~ .custom-control-label::before,
.btn-green-line:hover
{
background:#222222;
color:#fff !important;
}

.btn-outline-primary {
  border-color: #222222;
  color: #222222;
  box-shadow: none !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: var(--white) !important;
}


.modal-mobile {
  margin: 0;
  max-width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh !important;
  min-height: -webkit-fill-available !important;
  background: white;
  -webkit-transform: translate3d(0,0,999999999px) !important;
  transform: translate3d(0,0,999999999px) !important;
  will-change: transform;
}

/* Ensure modal is above everything */
.modal.show {
  position: fixed !important;
  z-index: 999999999 !important;
}

.modal-mobile .modal-content {
  min-height: 100vh !important;
  min-height: -webkit-fill-available !important;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: none;
}

.modal-mobile .modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  background: white;
}

.modal-mobile .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0,0,999999999px) !important;
  transform: translate3d(0,0,999999999px) !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.modal-mobile .item-modal-footer {
  padding: 15px;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0,0,999999999px) !important;
  transform: translate3d(0,0,999999999px) !important;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
}

.modal-mobile .item-modal-footer .quantity {
  margin-right: 10px;
}

.modal-mobile .add_to_cart {
  min-width: 160px;
  padding: 10px 15px;
  white-space: nowrap;
}

.modal-mobile .item-summary {
  display: inline-block;
  min-width: 70px;
}

.modal-mobile .quantity .qty-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-mobile .quantity .qty {
  min-width: 40px;
  text-align: center;
  line-height: 32px;
}

.modal-content {
  background-color: #F8F8F8;
}
#itemModal .modal-content {
  background-color: #ffffff;
}
#itemModal .modal-content h5 {
  font-size: 12px;
}
#itemModal .modal-content .quantity {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 2px;
}
#itemModal .modal-content .quantity .qty-btn,
#itemModal .modal-content .quantity .btn-plus-addon {
  border-radius: 2px !important;
  color: #303030;
  background-color: rgba(0, 0, 0, .2);
}
#itemModal .modal-content .quantity .qty {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
#itemModal .modal-content .item-modal-footer {
  box-shadow: 0 -6px 15px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 1;
}
.modal-content .form-control-text {
  border: 1px solid rgba(0, 0, 0, .12) !important;
  background-color: var(--white) !important;
  box-shadow: none;
}
.modal-content .modal-header {
  align-items: center;
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
  padding: 12px 16px;
}
.modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}
.modal-content .modal-header .close a {
  background-color: transparent;
  color: rgba(34, 34, 34, 0.7) !important;
  padding: 0 !important;
  width: 24px;
  height: 24px;
}
.modal-content .modal-footer {
  border-top: 0 !important;
}

.btn-green:focus,
.btn-green:hover,
.frm_search button:hover,
.big-new-button p,
.section-promo,
.layer-content,
.update-photo a,
.white-color
{
color:#fff !important;
}

.btn-black,
.quantity a.rounded-pill:hover,
.rounded-button-icon:hover
{
background:#000;
color:#fff;
}

.btn-black:focus,
.btn-black:hover
{
color:rgba(255,255,255,0.7) !important;
}

.btn-circle 
{
width: 30px;
height: 30px;
padding: 6px 0px;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.42857;
}

.btn-circle i
{
font-size:18px;
}

.btn-grey{
background:#b2b2b2;
color:#fff;
}

.btn-white{
background:#fff;
color:#3ecf8e;
}

.btn-white span,
.font20,
.chevron-section i
{
font-size:20px;
}

.font25{
  font-size:25px;
}

.btn-green-line,
.border-green{
border:1px solid #3ecf8e;
}

.btn.link{
padding: 0;
font-size: 12px;
line-height: inherit;
}
.btn.link.focus, .btn.link:focus {
outline: 0;
box-shadow:none;
}

.input-group-small .btn{
font-size:12px;
padding:8px 20px;
}
.input-group-small .form-control-text{
min-height:35px;
font-size:12px;
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 1.5rem;
    /*padding-bottom: 1.5rem;*/
    line-height:30px;
    margin-bottom:0.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}



.w25{
width:150px;
}

.btn-white-parent{
background-color: rgba(255,255,255,0.5);
display:inline-block;
border-radius:.25rem;
}
.btn-white-parent.non-trasparent{
background-color:#fff;
}

.btn-white-parent .btn-link{
color:#fff;
font-size:13px;
padding:5px 10px;
}

.btn-white-parent.non-trasparent .btn-link{
color:#000;
font-size:14px;
padding:12px;
}

.btn-white-parent .btn-link:hover,
.btn-white-parent .btn-link:focus{
text-decoration:none;
}
.btn-white-parent:hover{
background-color: rgba(255,255,255,0.7);
}

.img-15{
width: 15px !important;
height: 15px !important;
}

.img-20{
width: 20px;
height: 20px;
}

.img-30{
width:30px !important;
height:30px !important;
}

.img-30-flag {
  width: 30px;
  height: 20px;
}

.img-35{
width:35px;
height:35px;
}

.img-40{
width: 40px;
height: 40px;
}

.img-50{
width: 50px !important;
height: 50px !important;
}

.img-60{
width: 60px;
height: 60px;
}

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

.img-120{
min-height: 100px;
min-width: 100px;
max-height: 100px;
max-width: 100px;
}

.img-200{
max-width: 180px;
max-height: 50px;
}
.img-230{
max-width: 230px;
}

.img-350{
max-width: 350px;
}


#top-navigation{
/*height:50px;*/
border-bottom:1px solid #e5e5e5;
padding-top:15px;
padding-bottom:15px;
background-color: #2E2E2E;
}

body.front-page #top-navigation{
border-bottom:0;
}

ul.top-menu,
ul.top-menu li{
margin:0;
padding:0;
}
#top-navigation .top-menu li {
  border-left: 0;
}

ul.top-menu a,
.list-inline a,
.siderbar-menu a,
.menu-carousel a,
.drawer-preview-cart a
{
color: #000;
font-weight: 600;
font-size: 13px;
padding:8px 20px;
}

#top-navigation .top-menu li > a {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
}
.drawer-menu-mobile li > a {
  color: var(--black) !important;
  padding-left: 30px !important;
}
#top-navigation .top-menu li:not(:last-child) {
  margin-bottom: 8px;
}
#top-navigation .zmdi-search {
  color: var(--white);
}


.menu-carousel a{
  padding: 3px 8px;
}

ul.top-menu .dropdown-menu a{
text-indent: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-orders{
background: url("../images/orders-icon.png") no-repeat 10px center;
background-size: 18px;
}
ul.top-menu .dropdown-menu a.with-icon-account{
background: url("../images/account.png") no-repeat 10px center;
background-size: 20px;
}
ul.top-menu .dropdown-menu a.with-icon-logout{
background: url("../images/log-out.png") no-repeat 10px center;
background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-addresses{
background: url("../images/location.png") no-repeat 10px center;
background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-payments{
background: url("../images/payments-icon.png") no-repeat 10px center;
background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-savedstore{
background: url("../images/favorites-icon.png") no-repeat 10px center;
background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-gift{
  background: url("../images/gift.png") no-repeat 10px center;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-bookings{
  background: url("../images/reserved-table.png") no-repeat 10px center;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-wallet{
  background: url("../images/wallet-2.png") no-repeat 10px center;
  background-size: 20px;
}

ul.top-menu .dropdown-menu a.with-icon-livechat{
  background: url("../images/live-chat2.png") no-repeat 10px center;
  background-size: 20px;
}

.list-inline a{
padding:0;
}

.list-inline.social-list a,
.social-list a
{
font-size:18px;
}
.social-list a {
  display: block;  
  padding: 0 2px;  
}

ul.top-menu a:hover,
.list-inline a:hover,
.menu-category a:hover,
.siderbar-menu li.active a,
#menu-category .col a.active,
.btn.normal:hover,
.text-green,
a:hover,
.menu-carousel a.active,
.menu-carousel a:hover
{
color:#F1652E !important;
}
a.no-hover:hover{
  color:inherit !important;
}

ul.top-menu .userprofile{
display:inline-block;
}
ul.top-menu .userprofile > a {
  color: var(--white);
}

ul.top-menu li.active{
padding:14px 0px;
border-bottom:2px solid #000;
}

.cart-handle img{
height:23px;
width:23px;
}

a.cart-handle{
position:relative;
padding:0 !important;
}

.cart-handle span.badge{
position: absolute;
right: 0;
bottom: -8px;
}

.line-left{
border-left:1px solid #cecece;
}

#main-search-banner,
.mobile-home-banner
{
/* height:600px; */
min-height: 80vh;
background-image: url("../images/banner-search-new.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position:relative;
border-bottom:1px solid #e5e5e5;
}
#main-search-banner:before,
.mobile-home-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
}

#main-search-banner .bg-placeholder{
position: absolute;
width: 97%;
margin:auto;
left: 0;
right: 0;
height: 100%;
background: url("../images/banner-lady-left.png") left bottom no-repeat, url("../images/banner-lady-right.png") right bottom no-repeat;
background-size: contain;
}

#main-search-banner .banner-left{
background: url("../images/banner-lady-left.png") left bottom no-repeat;
background-size: 95%;
}
#main-search-banner .banner-right{
background: url("../images/banner-lady-right.png") left bottom no-repeat;
background-size: 105%;
}
#main-search-banner .banner-center{
width:630px;
z-index: 9;
}
#main-search-banner .banner-center h1 {
  color: var(--white);
  font-family: var(--font-family-sans-serif);
  font-weight: 700;
  margin-bottom: 20px;
}
#main-search-banner .banner-center h5 {
  color: var(--white);
  font-size: 14px;
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
}
#main-search-banner .home-search-wrap .btn-search {
  min-height: 56px;
  width: auto;
  font-size: 16px;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  background-color: #222222;
  color: var(--white) !important;
  padding: 0 32px !important;
  
}

.home-search-wrap{
width:500px;
display:block;
background-color: var(--white);
border-radius: 5px;
padding: 2px;
margin:auto;
}

#vue-home-search .search-geocomplete-results,
.auto-complete .search-geocomplete-results
{
position: absolute;
/*background:#f6f7f9;*/
background:#fff;
width:100%;
z-index:999;
}

.form-control-text{
font-size:15px;
font-weight:500;
border-radius: .45rem;
padding-left:15px !important;
background:#f6f7f9;
border:none;
min-height:55px;
}

.form-control-select
{
background-color: #f6f7f9;
font-size:15px;
font-weight:500;
border-radius: .45rem;
padding-left:15px !important;
border:none;
min-height:55px;
}

.form-control-text.form-control-text-white,
.badge.badge-white,
.kmrs-row
{
background:#fff;
}

.pin_placeholder{
background: url("../images/placeholder.svg") no-repeat;
background-size: contain;
}
.search_placeholder{
background: url("../images/magnifiying-glass.svg") no-repeat;
background-size: contain;
}
.filter_placeholder{
 background: url("../images/filter.png") no-repeat;
 background-size: contain;
}

#search-form input{
text-indent: 35px;
}
#search-form label{
padding-left: 50px;
line-height: 2;
}
#search-form .icon-left{
height:55px;
width:50px;
position: absolute;
top: 0;
}

#search-form .filter{
height:55px;
width: 250px;
position: absolute;
top: 0;
right: 0;
}

#search-form.width-auto .filter{
width:auto;
}
#search-form.width-auto label{
padding-left: 15px;
}
#search-form.width-auto input{
text-indent: 1px;
}

#search-form .filter .bootstrap-select{
width:170px;
}

.search-geocomplete{
background:#f6f7f9;
border-radius: .45rem;
}
.search-geocomplete input{
text-indent: 20px;
font-weight: 500;
}

.search-geocomplete .icon,
.inputs-box-wrap .search_placeholder,
.inputs-box-wrap .icon
{
position: absolute;
top: 30%;
left: 10px;
}
.search-geocomplete .icon-remove,
.inputs-box-wrap .icon-remove
{
position: absolute;
right: 15px;
top: 30%;
cursor: pointer;
}

.inputs-box-wrap .btn.icon-remove{
  font-size: 12px;
  top: 1px;
}

.search-geocomplete .pos-right.search_placeholder{
position: absolute;
top: 30%;
right: 10px;
left:auto;
}

.search-geocomplete-results  a {
display: block;
padding:15px 50px;
clear: both;
color: #333;
text-decoration: none;
background: url("../images/pinb.png") no-repeat 15px center;
background-size: 19px;
}
.search-geocomplete-results  a:hover,
.list-with-icon-button li:hover
{
background-color:#F6F6F6;
}


.change-address-wrap,
.grey-section
{
background:#f6f7f9;
padding-top:20px;
padding-bottom:20px;
margin-top:30px;
}

.app-store-wrap {padding-top: 8px;}
.app-store-wrap img {
max-width: 8em;
}

.sub-footer,
.sub-footer-nav{
/*margin-top:30px;*/
padding-top:30px;
border-top:1px solid #e5e5e5;
}

.sub-footer-nav{
border-top:0;
}
.sub-footer-nav a{
font-size: 13px;
padding:3px 0 3px 0;
display:inline-block;
}
.sub-footer-nav h6{
margin-bottom:15px;
}

footer {
  background-color: #2E2E2E;
  padding: 24px 0 32px;
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-menu li {
  color: var(--white);
}
.footer-menu li a,
.footer-media li a {
  color: var(--white);
}

.section-title span,
.change-address-wrap a
{
color:#ea9895;
}

.owl-carousel-parent img.rounded-circle,
.other-promo-wrap .position-relative
{
width: 120px;
height: 120px;
margin:auto;
}

.owl-carousel-parent .owl_link{
display:block;
position:relative;
cursor: pointer;
}

.item-moda-details a,
.no-contact-section,
.pointer,
.btn-group-toggle label,
a
{
cursor: pointer;
}

.owl-carousel-nav
{
height:13px;
width:40px;
}
.owl-carousel-nav.next{
background: url("../images/arrow-right@2x.png");
background-size: cover;
}
.owl-carousel-nav.prev{
background: url("../images/arrow-left@2x.png");
background-size: cover;
}

.owl-carousel.rounded-circle img{
width: 120px;
height: 120px;
}
.owl-carousel.rounded-circle .row{

}

.owl-carousel .top-right{
position: absolute;
top: 5px;
right: 5px;
z-index:9;
}

.owl-carousel .top-left{
position: absolute;
top: 13px;
left: 5px;
z-index:9;
}

.owl-carousel .other-promo-wrap .top-right{
top: -10px;
}

/*.owl-carousel .owl-item img{
border:1px solid red;
max-height:160px;
min-height:160px;
}*/

.section-addons .addons{
height:350px;
background:#f6f7f8;
position:relative;
}

.section-addons .addons .inner{
width: 200px;
position: absolute;
bottom: 20px;
left: 30px;
}

.section-addons .addons-1{
background: url("../images/addons-1.png") no-repeat #f6f7f8;
background-size: contain;
background-position: bottom right;
}
.section-addons .addons-2{
background: url("../images/addons-2.png") no-repeat #f6f7f8;
background-size: contain;
background-position: bottom right;
}
.section-addons .addons-3{
background: url("../images/addons-3.png") no-repeat #f6f7f8;
background-size: contain;
background-position: bottom right;
}

.section-addons h1{
font-weight: 300;
}


.section-benefits .benefits{
height:320px;
position:relative;
color:#fff;
border-radius: .45rem;
}
.section-benefits .d-flex
{
height:250px;
}

.section-benefits .inner,
.section-promo .inner
{
padding:30px !important;
}

.section-benefits .benefits-1{
background: url("../images/benefits-1.png") no-repeat #f6f7f8;
background-size: cover;
}
.section-benefits .benefits-2{
background: url("../images/benefits-2.png") no-repeat #f6f7f8;
background-size: cover;
}
.section-benefits .benefits-3{
background: url("../images/benefits-3.png") no-repeat #f6f7f8;
background-size: cover;
}

.section-benefits .benefits-4{
background: url("../images/benefits-4.png") no-repeat #f6f7f8;
background-size: cover;
}

.section-join-us{
border-radius:.45rem;
color:#fff;
height:390px;
background: url("../images/new-restaurant.png") no-repeat #f6f7f8;
background-size: cover;
position:relative;
z-index:2;
}
.full-width .section-join-us{
border-radius:0;
}
.section-join-us.section-join-us2{
background: url("../images/join-us.png") no-repeat #f6f7f8;
height:450px;
}

.section-join-us .d-flex{
height:390px;
}

.section-mobileapp{
padding-top:250px;
margin-top:-200px;
background:#f6f7f9;
}

.section-newmobileapp{  
padding-top: 30px !important;
margin-top: 0px !important;
}

.tree-columns-center{
padding-bottom:30px;
z-index:1;
}

.tree-columns-center .d-flex{
height:400px;
}

.tree-columns-center img.mobileapp{
max-height:400px;
}
.tree-columns-center img.rider{
max-height:300px;
}

img.mirror{
transform: scaleX(-1);
}

.list-items img,
.skeleton-height
{
display: block;
width: 100%;
height:170px;
}

.list-items .position-top,
.section-promo .inner
{
position: absolute;
width: 100%;
top: 0;
padding:10px;
}

.list-items a:hover,
.section-menu a:hover,
a.a_hover_normal:hover
{
color:inherit;
}

.lazy{
opacity: 0;
}

.image-loaded .lazy{
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
-o-transition: opacity 1s ease-out;
opacity: 1;
}

.skeleton-placeholder{
height:170px;
width:100%;
background:#eef0f5;
position: absolute;
top: 0;
left: 0;
z-index:1;
overflow:hidden;
}
.image-loaded .skeleton-placeholder{
display:none !important;
}

.title .skeleton-placeholder{
width: 250px;
height: 30px;
margin-left: 15px;
display:none;
}

.top-merchant-details{
background:#fedc79;
}

.merchant-details
{
min-height:170px;
}
.mobile-merchant-details
{
height:160px;
}

.mobile-merchant-details .sub{
position: absolute;
z-index: 9;
top: 0;
width: 100%;
height: 100%;
}

.badge.rounded-pill{
width: 28px;
height: 28px;
line-height: 28px;
padding: 0;
}
.badge.big.rounded-pill{
width: 45px;
height: 45px;
line-height: 45px;
font-size: 14px;
}

.badge.small.rounded-pill{
width: 15px;
height: 15px;
line-height: 15px;
font-size: 10px;
}

.badge.badge-yellow{
background:#fedc79;
}

.menu-category a{
font-weight:400;
color:#a3a3a3;
padding:5px 0px 5px 0px;
display:block;
}

.text-grey{
color:#a3a3a3;
}
.light{
color:rgb(117, 117, 117);
}
.light strong{
color:rgb(0, 0, 0);
}

.badge-grey{
background:#a3a3a3;
color:#fff;
}

.menu-category li.active a,
.menu-category li a.active
{
color:#000;
font-weight:600;
/*border-right:2px solid #000;*/
}
.menu-category li.active a:after, 
.menu-category li a.active:after
{
  content: " ";
  position: absolute;
  border-left: 2px solid #000;  
  right: -1px;  
  height: 10px;
  margin-top: auto;
  margin-top:5px;
  margin-bottom: auto; 
}

.section-menu h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
}
.section-menu h5 + p:empty {
  display: none;
}

.productDetail .el-card { padding: 8px; position: relative; }
.productDetail .el-card .available { border-radius: 3px; background-color: #418A34; color: var(--white); display: inline-block; font-size: 11px; font-weight: 600; padding: 2px 6px; margin-bottom: 8px; }
.productDetail .el-card h6 { color: var(--black); font-size: 16px; font-weight: 600; }
.productDetail .el-card h5 { color: var(--black); font-size: 12px; font-weight: 500; padding-top: 7px; }
.productDetail .el-card .el-button { width: 0; height: 0; padding: 0; }
.productDetail .el-card .el-button span {
  display: none;
}
.checkOutPage .sticky-cart { flex: 1; display: flex; flex-direction: column; }
.productDetail .sticky-cart .inner-wrapper-sticky,
.checkOutPage .sticky-cart .inner-wrapper-sticky { top: 0 !important; height: calc(100vh - 69px); overflow: auto; display: flex; flex-direction: column; padding: 16px 0; }
.productDetail .sticky-cart .inner-wrapper-sticky .section-cart,
.checkOutPage .sticky-cart .inner-wrapper-sticky .section-cart { flex: 1; display: flex; flex-direction: column; }
.productDetail .sticky-cart .inner-wrapper-sticky h5,
.checkOutPage .sticky-cart .inner-wrapper-sticky h5 { font-size: 22px; font-weight: 600; margin-bottom: 22px; }
.productDetail .sticky-cart .inner-wrapper-sticky .section-cart .btn,
.checkOutPage .sticky-cart .inner-wrapper-sticky .section-cart .btn { margin-top: auto; background-color: #222222; box-shadow: none; font-size: 16px; font-weight: 600; }
.checkOutPage .sticky-cart .inner-wrapper-sticky .section-cart .btn {
  margin-top: 15px;
}

.productDetail .sticky-cart .cartInfo,
.checkOutPage .sticky-cart .cartInfo { margin-bottom: 15px; }
.checkout_layout .cartInfo {
  display: none;
}
.productDetail .sticky-cart .cartInfo .cover,
.checkOutPage .sticky-cart .cartInfo .cover {
  border-radius: 6px;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 8px;
  gap: 14px;
}
.productDetail .sticky-cart .cartInfo .cover .icon,
.checkOutPage .sticky-cart .cartInfo .cover .icon { width: 20px; height: 20px; background-color: #1C1B1F; color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.productDetail .sticky-cart .cartInfo .cover .arrow,
.checkOutPage .sticky-cart .cartInfo .cover .arrow { width: 24px; height: 24px; color: 1C1B1F; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.productDetail .sticky-cart .cartInfo .cover small,
.checkOutPage .sticky-cart .cartInfo .cover small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, .45);
  margin-bottom: 4px;
}
.productDetail .sticky-cart .cartInfo .cover h4,
.checkOutPage .sticky-cart .cartInfo .cover h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
}
.productDetail .sticky-cart .cartInfo .cover p,
.checkOutPage .sticky-cart .cartInfo .cover p {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, .75);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
          line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.productDetail .sticky-cart .cartInfo .loginCheck,
.checkOutPage .sticky-cart .cartInfo .loginCheck {
  text-align: center;
  padding-top: 16px;
}
.productDetail .sticky-cart .cartInfo .loginCheck a,
.checkOutPage .sticky-cart .cartInfo .loginCheck a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, .80);
}
.productDetail .sticky-cart .cartInfo .loginCheck a:not(:hover),
.checkOutPage .sticky-cart .cartInfo .loginCheck a:not(:hover) {
  border-bottom: 1px solid rgba(0, 0, 0, .80);
}
.productDetail .sticky-cart .cart-empty,
.checkOutPage .sticky-cart .cart-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.checkOutPage .sticky-cart .cart-summary {
  display: flex;
  flex-direction: column;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.checkOutPage .sticky-cart .cart-summary > div {
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #606060;
  font-weight: 600;
  padding: 2px 0;
}
.checkOutPage .sticky-cart .cart-summary > div h6 {
  font-size: 16px !important;
}
.checkOutPage .sticky-cart .cart-summary > div:last-child {
  font-size: 16px;
  color: #000000;
}
.productDetail .sticky-cart .cart-empty p,
.checkOutPage .sticky-cart .cart-empty p {
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  margin-bottom: 0;
}
.productDetail .addedItem,
.checkOutPage .addedItem {
  background-color: #222222;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
}
.section-cart .items {
  overflow: hidden;
}
.section-cart .cardAdd {
  gap: 4px;
}
.section-cart .cardAdd .number {
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 30px;
  padding-top: 10px;
}
.section-cart .cardAdd .quantity {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 2px !important;
  width: 70px;
}
.section-cart .cardAdd .quantity span {
  padding-top: 0;
  margin-top: -2px;
  display: block;
  color: #000000;
}
.section-cart .cardAdd .quantity a {
  background-color: rgba(0, 0, 0, .2);
  color: #303030;
  width: 15px;
  height: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cart .items {
  padding: 10px 0;
}
.section-cart .items:last-child {
  border-bottom: 0;
}
.section-cart .cardAdd .title {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
}
.section-cart .cardAdd .subTitle {
  color: rgba(0, 0, 0, .65);
  font-size: 12px;
  font-weight: 600;
}
.section-cart .cardAdd .price {
  display: block;
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
}
.section-cart .cardAdd .cta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-cart .cardAdd .cta li button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 12px 0 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
}
.section-cart .cardAdd .cta li button:not(:hover) {
  text-decoration: underline;
}

.section-menu .menu-left{
border-right:1px solid #e5e5e5;
}

.customModal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
.customModal .modal-content .modal-header h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
}
.customModal .modal-content .modal-header .btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: rgba(34, 34, 34, .7);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customModal .modal-content .btn-group {
  border: 1px solid rgba(0, 0, 0, .25);
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  width: 100%;
  padding: 2px;
}
.customModal .modal-content .btn-group .btn {
  border-radius: 4px;
  color: #000000;
  background-color: transparent;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
  flex: 1;
  font-size: 14px !important;
  margin: 0;
}
.customModal .modal-content .btn-group .btn.active {
  background-color: #222222;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
}
.customModal .modal-content .openTime {
  border-radius: 4px;
  background-color: rgba(253, 144, 0, .57);
  color: rgba(34, 34, 34, .81);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 20px;
  margin-bottom: 14px;
}
.customModal .modal-content .form-group label {
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}
.customModal .modal-content .form-group .custom-select,
.customModal .modal-content .form-group .form-control {
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .12);
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  box-shadow: none;
}
.customModal .modal-content .chevron-section {
  background-color: #ffffff;
  border-radius: 6px !important;
  padding: 8px;
  gap: 14px;
}
.customModal .modal-content .chevron-section span {
  display: block;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customModal .modal-content .chevron-section small {
  color: rgba(0, 0, 0, .45);
  font-size: 12px;
  font-weight: 600;
}
.customModal .modal-content .chevron-section p {
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
  font-weight: 600;
}

.el-dialog {
  --el-dialog-bg-color: #F8F8F8;
  --el-dialog-padding-primary: 0;
  --el-dialog-width: 450px;
  --el-dialog-border-radius: 15px;
  overflow: hidden;
}
.el-dialog .el-dialog__header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 12px 16px;
}
.el-dialog .el-dialog__header .el-dialog__title {
  --el-dialog-title-font-size: 16px;
  --el-text-color-primary: #000000;
  font-weight: 600;
}
.el-dialog .el-dialog__body {
  padding: 10px 16px 16px;
}
.el-dialog .el-dialog__body .search-geocomplete {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 6px;
}
.el-dialog .el-dialog__body .search-geocomplete input {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, .75);
}

.checkOutPage .cartPageTitle {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  gap: 12px;
  padding: 16px;
}
.checkOutPage .cartPageTitle .backIconBtn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1C1B1F;
}
.checkOutPage .cartPageTitle h2 {
  color: var(--black);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
.checkOutPage .cartPageTitle span {
  color: #303030;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.checkOutPage .cover {
  gap: 16px;
  padding: 16px;
}
.checkOutPage .cardView {
  border-radius: 6px;
  background-color: var(--white);
  padding: 16px;
}
.checkOutPage .cardView label {
  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 1;
  margin-bottom: 8px;
}
.checkOutPage .cardView .orderType {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  line-height: 1.4;
  margin-bottom: 4px;
}
.checkOutPage .cardView .orderAddress {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
}
.checkOutPage .cardView p {
  color: rgba(0, 0, 0, .75);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
.checkOutPage .cardView ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkOutPage .cardView ul li {
  line-height: 1;
  font-size: 11px;
  color: rgba(0, 0, 0, .75);
  padding: 0;
}
.checkOutPage .cardView .cardLink {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}
.checkOutPage .cardView .cardLink:not(:hover) {
  text-decoration: underline;
}
.checkOutPage .cardView ul li:not(:last-child) {
  margin-bottom: 6px;
}
.checkOutPage .cardView .form-group label {
  color: rgba(0, 0, 0, .60);
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
.checkOutPage .cardView .form-group .form-control {
  padding: 0 16px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .25);
}
.checkOutPage .cardView .form-group .form-control.StripeElement {
  padding-top: 10px;
}
.checkOutPage .cardView .form-group .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, .65);
  cursor: pointer;
}
.checkOutPage .cardView .paymentType {
  display: inline-flex;
  margin-top: 16px;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 6px;
}
.checkOutPage .cardView .paymentType button {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  padding: 4px 16px;
  border-radius: 4px;
}
.checkOutPage .cardView .paymentType button.active {
  background-color: #222222;
  color: var(--white);
}
.checkOutPage .cardView .cta {
  border: 1px solid #222;
  border-radius: 4px;
  background-color: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  outline: 0;
  padding: 4px 16px;
}
.checkOutPage .right {
  border-left: 1px solid #DDDDDD;
}

.checkOutPage .cardList .customScroll {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 15px;
}
.checkOutPage .cardList .item {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, .32);
  padding: 10px;
}
.checkOutPage .cardList .item:not(:last-child) {
  margin-bottom: 19px;
}
.checkOutPage .cardList .item .head span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, .65);
}
.checkOutPage .cardList .item .body  {
  gap: 15px;
  padding: 15px 0;
}
.checkOutPage .cardList .item .body span {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.checkOutPage .cardList .item .body span b {
  font-weight: 700;
}
.checkOutPage .cardList .item button {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  outline: 0;
  padding: 0;
}
.checkOutPage .cardList .item button:not(:hover) {
  border-color: #222222;
}
.checkOutPage .cardList .item .foot span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, .75);
}

.custom-control-label::before,
.custom-control-label::after {
  top: 1px;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  border-radius: 2px !important;
}
.custom-control-label::before {
  width: 10px;
  height: 10px;
  background-color: #2E2E2E !important;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 2px !important;
  border: 0 !important;
  background-image: none;
  display: none;
}
.custom-control-label::after {
  width: 20px;
  height: 20px;
  border: 2px solid #606060;
  background: none;
  border-radius: 2px;
  background-image: none !important;
}
.custom-control-input:checked~.custom-control-label::before { display: block; }
.custom-control-input:checked~.custom-control-label::after {
  border-color: #2E2E2E;
}

.list-item-rows,
.address-section
{
border:1px solid #e5e5e5;
padding:5px;
margin-bottom:15px;
}


.list-item-rows img {
display: block;
width: 100%;
height: 140px;
}
.list-item-rows .skeleton-placeholder{
height:140px;
width:100%;
}

.list-item-rows .fixed-height{
min-height:140px;
}

.list-item-rows.small img,
.list-item-rows.small .skeleton-placeholder,
.list-item-rows.small .flex-column
{
height: 115px;
}

.list-item-rows.hover01 figure{
height:140px;
}

.gallery img {
display: block;
width: 100%;
height: 90px;
}
.gallery .skeleton-placeholder{
height:90px;
width:100%;
}

.gallery-more{
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.7);
color:#fff;
font-size:1.625rem;
}

.gallery .remove{
position: absolute;
top: -10px;
left: -10px;
}


.skeleton-placeholder::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.quantity{

}

.quantity a.rounded-pill,
/*a.item-remove.rounded-pill,*/
.rounded-button-icon
{
width: 25px;
height: 25px;
display: block;
background:#b2b2b2;
color:#fff;
line-height:25px;
text-align:center;
padding:0;
}

.section-cart p{
}

.items img,
.items .skeleton-placeholder
{
display: block;
width: 50px;
height: 50px;
/*height: 45px;*/
}

.section-cart .items,
.divider
{
border-bottom:1px solid #e5e5e5;
padding-top:10px;
padding-bottom:5px;
}

.btn-group label {
background: #f6f7f9;
font-size:12px;;
}
.btn-group .btn.active{
background:#000;
color:#fff;
}
.btn-group.big .btn{
font-size:15px;
font-weight:500;
padding:12px;
}

.page-grey{
padding-top:20px;
padding-bottom:20px;
}

input.hidden
{
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}

.address-section.active{
border:1px solid #3ecf8e;
background:#f6f7f9;
}

.address-section .dropdown-menu{
z-index:999;
}

.dropdown-menu.dropdown-actions a
{
font-size:12px;
}

.dropdown-toggle.no-arrow::after,
.dropleft .dropdown-toggle.no-arrow::before
{
border-top:0;
content:none;
}
.dropdown-toggle.no-arrow{
font-size:20px;
padding:0 10px;
}

.big-new-button{
background:#000;
border-radius: .45rem;
}

.big-new-button:after {
  content: " ";
  position: absolute;
  right: 40%;
  bottom: -8px;
  border-top: 15px solid black;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.receipt-section img{
max-width: 700px;
margin: auto;
display: block;
}

.full-page-sections{
min-height: 100vh;
}

.full-page-sections .left-side{
background-image:url("../images/admin-login-banner@2x.png");
background-size: cover;
background-color: #94c6c3;
}

.login-container{
width: 350px;
}

.change_field_password{
position:relative;
}

.change_field_password a{
position: absolute;
right: 15px;
bottom: 10px;
display: block;
padding: 5px;
color:#000;
}

.custom-control-label{
font-size:12px;
line-height:23px;
}
.section-filter .custom-control-label{
line-height:normal;
}

.section-promo .d-flex{
height: 320px;
}

.other-promo-wrap{
background:#f3f7fa;
padding:20px 30px;
border-radius: .45rem;
}

.register-section{
min-height:420px;
background: url("../images/colors.png");
background-size: cover;
position:relative;
}
.register-bg{
min-height:420px;
background: url("../images/register.png") no-repeat center bottom;
background-size: contain;
}

.partner-section .col
{
height: 320px;
}
.partner-section .section img{
width: 100px;
height: 100px;
margin-bottom: 30px;
}
.partner-section .section
{
background:#fff;
padding:30px;
width:100%;
height: 310px;
}

#sidebar{
position:fixed;
top:0;
bottom: 0;
height: 100vh;
overflow-y: auto;
z-index:3;
width: 260px;
background:#fff;
box-shadow:  3px 0px 5px 0px rgba(246,247,248,0.75);
left: 0;
top: 0;
padding:20px;
}

#top-nav{
/*position:fixed;
top:0;
z-index:2;
padding-left: 280px;
min-height: auto;
width:100%;*/
padding-top: 8px;
padding-bottom: 8px;
padding-right: 15px;
}

#main-container{
padding-left: 260px;
padding-top: 70px;
min-height: 100vh;
width:100%;
}

.siderbar-menu a{
display:block;
padding:13px 20px;
text-indent: 20px;
}

.siderbar-menu .account a,
.with-icon-account
{
background: url("../images/account.png") no-repeat left center;
background-size: 22px;
}

.siderbar-menu .orders a,
.with-icon-orders
{
background: url("../images/orders-icon.png") no-repeat left center;
background-size: 20px;
}
.siderbar-menu .booking a,
.with-icon-booking
{
background: url("../images/booking-icon.png") no-repeat left center;
background-size: 22px;
}
.siderbar-menu .offers a,
.with-icon-vouchers
{
background: url("../images/offers-icon.png") no-repeat left center;
background-size: 20px;
}
.siderbar-menu .favourites a,
.with-icon-savedstore
{
background: url("../images/favorites-icon.png") no-repeat left center;
background-size: 20px;
}
.siderbar-menu .payments a,
.with-icon-payments
{
background: url("../images/payments-icon.png") no-repeat left center;
background-size: 20px;
}
.siderbar-menu .addresses a,
.with-icon-addresses
{
background: url("../images/location.png") no-repeat left center;
background-size: 17px;
}
.siderbar-menu .points a,
.with-icon-points
{
background: url("../images/points-icon.png") no-repeat left center;
background-size: 17px;
}

.siderbar-menu .logout a,
.with-icon-logout
{
  background: url("../images/log-out.png") no-repeat left center;
  background-size: 20px;
}

.siderbar-menu .gift a,
.with-icon-gift
{
background: url("../images/gift.png") no-repeat left center;
background-size: 20px;
}

.siderbar-menu .bookings a,
.with-icon-bookings
{
background: url("../images/reserved-table.png") no-repeat left center;
background-size: 20px;
}

.siderbar-menu .wallet a,
.with-icon-wallet
{
background: url("../images/wallet-2.png") no-repeat left center;
background-size: 20px;
}

.siderbar-menu .livechat a,
.with-icon-livechat
{
background: url("../images/live-chat2.png") no-repeat left center;
background-size: 20px;
}

.with-icon
{
text-indent: 30px;
}

.balance-height{
min-height:440px;
}

ul.sub-menu li a{
color: #000;
font-weight: 600;
font-size: 13px;
display: block;
padding:10px;
position: relative;
}

ul.sub-menu li i{
margin-right: 15px;
font-size: 18px;
}

ul.sub-menu li.active a {
background: #3ecf8e;
color: #fff;
border-radius: .45rem;
}

ul.sub-menu li.active a:hover{
  color:#fff !important;
}


.filter-row h5{
position:relative;
}

.filter-row h5 a:after {
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
font-size: 1.625rem;
position: absolute;
right: 0px;
top: -3px;
}


.filter-row h5 a:after {
    content: '\f2fc';            
}

.filter-row h5 a.collapsed:after {    
    transform: rotate(180deg);
}


.filter-row h5 a.closed:after {    
    transform: rotate(180deg);
}

.filter-row h5 a:hover{
color:#000;
}

.cart-min-info,
.display-none
{
display:none;
}

/* IMAGES AFFECT*/

/* Zoom In #1 */
.hover01 figure{
overflow: hidden;
height: 170px;
width: 100%;
background: #fff;
}

.hover01 figure img.lazy {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img.lazy {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/*END FLASHING*/


/*MAGNEFIC AFFECT*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*END MAGNEFIC AFFECT*/

.category-nav{
background:#fff;
z-index:9 !important;
}

.category-nav .container{
padding-top:8px;
padding-bottom:8px;
}

.category-nav .container,
.sticky-wrapper.is-sticky .category-nav
{
border-bottom:1px solid #e5e5e5;
}

.sticky-wrapper.is-sticky .category-nav .container{
border-bottom:none;
}

.sticky-wrapper.is-sticky .category-nav{
padding:10px;
}

.section-menu a.highlight:hover,
a.chevron-section:hover
{
box-shadow: 0 2px 4px 0 rgba(15, 37, 148, 0.2);
}

.chevron-section.selected{
border-left:3px solid #3ecf8e;
}

.sticky-wrapper.is-sticky .cart-min-info{
display:block;
}

/*.modal-body {
max-height: calc(100vh - 180px);
overflow-y: auto; 
}
*/

.modal-header img{
width:100%;
height:100%;
}

.quantity-add-cart-view .total-price{
position: absolute;
right: 10px;
}

.chevron-section{
padding:10px 20px;
font-size:14px;
border:1px solid #e5e5e5;
min-height:70px;
position:relative;
}

.chevron-section.medium{
min-height:50px;
}

i.icon-25{
font-size:25px;
}

.chevron-section .payment-logo-wrap{
width:40px;
}

a.chevron-section::after,
.chevron::after
{
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
font-size: 2rem;
position: absolute;
right: 20px;
}

.chevron:after{
right: -12px;
top: 3px;
font-size: 1rem;
}

.chevron.center:after{
  right: 10px;
  top: 30%;
  font-size: 1.5rem;
}

a.chevron-section:after,
.chevron:after
 {
    content: '\f2fb';            
}
a.chevron-section.no-arrow:after {
    content: '';            
}

.list-selection li{
/*padding:20px 0;*/
/*cursor: pointer;*/
}

.list-selection li:hover{
background:#f6f7f9;
}

.list-selection.no-hover li{
padding-top:10px 0;
margin-top: 10px;
}

.list-selection.no-hover li:hover{
background:none;
}

/** TYPEHEAD */
.typeahead__result{
border:1px solid #e5e5e5;
position: absolute;
left: 0;
z-index: 99;
width: 100%;
min-width: 160px;
background-color: #fff;
}

.typeahead__container .typeahead__result{
display:none;
}

.typeahead__container.result .typeahead__result{
display:block;
}

.typeahead__list{
display:block;
margin:0;
}

.typeahead__list .typeahead__item > a {
display: block;
padding:15px 50px;
clear: both;
color: #333;
text-decoration: none;
background: url("../images/pinb.png") no-repeat 15px center;
background-size: 19px;
}
.typeahead__container.auto-suggestion .typeahead__list .typeahead__item > a {
background: none;
padding-left:15px;
}


.typeahead__list .typeahead__item:hover {
background:#F6F6F6;
}

.typeahead__cancel-button{
position: absolute;
right: 0;
cursor: pointer;
line-height: 2.5;
padding: .5rem .75rem;
visibility: hidden;
}


.typeahead__container.cancel .typeahead__cancel-button{
visibility: visible;
}
.typeahead__container .typeahead__cancel-button{
z-index:99;
right: 10px;
}
.typeahead__container.fixed_cancel .typeahead__cancel-button{
left:340px;
}

.typeahead__empty{
padding: 20px;
}

.typeahead__container.loading .pin_placeholder,
.circle-loader,
.loading .show-more,
.loading span.label,
#skeleton-loader,
.sidenav-loader
{
display:none;
}

.typeahead__container.loading .small_preloader,
.loading .circle-loader,
.title.loading .skeleton-placeholder,
#skeleton-loader.loading,
.sidenav-loader.loading
{
display:block;
}

.loading,
.btn.disabled
{
cursor: wait;
pointer-events: none;
}
.loading.btn,
.btn:disabled,
a[disabled="true"]
{
background:#b2b2b2;
}

.fixed-loader{
position: absolute;
width: 100%;
display:none;
left:0;
}
.loading .fixed-loader{
display:block;
}

.cover-loader{
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
background-color: rgba(255,255,255,0.7);
top:0;
}

.dropdown a[disabled="true"]{
background: #f5f5f5 !important;
color: #737373;
}


button[disabled],
a[disabled="true"]
{
cursor: none;
pointer-events: none;
}

/** END TYPEHEAD */

/*CSS LOADER*/
[data-loader='circle'].medium,
[data-loader='circle-side'].medium
{
    width: 40px;
    height: 40px;
}

[data-loader='circle']
{
    width: 20px;
    height: 20px;

    -webkit-animation: circle infinite .75s linear;
       -moz-animation: circle infinite .75s linear;
         -o-animation: circle infinite .75s linear;
            animation: circle infinite .75s linear;

    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 100%;
}
[data-loader='circle-side']
{
    position: relative;

    width: 25px;
    height: 25px;

    -webkit-animation: circle infinite .75s linear;
       -moz-animation: circle infinite .75s linear;
         -o-animation: circle infinite .75s linear;
            animation: circle infinite .75s linear;

    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

@-webkit-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-o-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/*END CSS LOADER*/

.change-address-modal .modal-body{
max-height: inherit !important;
}
.modal-content.opened{
height:470px;
}

.change-address-modal .typeahead__container.clear-custom .typeahead__cancel-button{
right: 0;
left: auto;
}
/*.change-address-modal.modal{
top:70px;
}*/

.w-30{
width: 30% !important;
}
.w-45{
width: 45% !important;
}
.w-75{
  width: 75% !important;
  }

/** READ MORE */
.readmore {  
  line-height: 1.4;  
}

.readmore #collapse-content.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

.readmore #collapse-content.collapsing {
  height: 3rem;
}

.readmore a{
font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
font-size:20px;
}

.readmore a.collapsed::after {
  content:'\f2f9';
}

.readmore a:not(.collapsed)::after {
  content: '\f2fc';
}
/** END READ MORE */

.addon-rows .heads{
background:#f6f7f9;
padding:8px;
}

.custom-radio + p {
  font-size: 12px;
  color: #606060;
}
.custom-control-label h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  display: inherit;
  min-width: 200px;
  cursor: pointer;
  margin-left: 5px !important;
}

[v-cloak] {
  display: none;
}
/*[v-cloak] > * { display:none; }*/

.addon-required{
background:rgb(254, 255, 88);
padding:4px;
font-weight:400;
}

.no-results{
background: url("../images/orders-icon.png") no-repeat;
background-size: cover;
width:36px;
height:40px;
}


.dropzone_container{
border: 2px dashed #ccc;
color: #ccc;
padding: 10px;
text-align: center;
margin-bottom: 20px;
cursor:pointer;
}

.dropzone_container i {
font-size: 50px;
color: #ccc;
}

.bg-lighter{
background:rgb(232, 232, 232) none repeat scroll 0% 0%;
color:rgb(130, 130, 130);
}

.social-login a{
border:1px solid #000;
padding:12px;
width:100%;
display:block;
border-radius: 15px;
}
.social-login .s-google{
background: url("../images/social-login-google.png") no-repeat 15px;
background-size:30px;
}
.social-login .s-facebook{
background: url("../images/social-login-facebook.png") no-repeat 15px;
background-size:32px;
}

.alert-success{
background-color:transparent;
border-color:#3ecf8e;
}

.map-small{
height:130px;
width:100%;
}
.map-medium{
  height:200px;
  width:100%;
}
.map-large{
height:280px;
width:100%;
}
.map-lg-large{
  height:360px;
  width:100%;
}
.map-fullscreen{
width:100%;
height:100%;
}

.list-with-icon-button li{
padding-top:15px;
padding-bottom:15px;
cursor: pointer;
border-bottom:1px solid #e5e5e5;
}


/*PROGRESS*/
#progressbar {    
    /*overflow: hidden;*/
    color: #455A64;
    padding-left: 0px;    
    margin-left:-20px;      
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar.three-column li{
width: 33%;
}

#progressbar .step-order:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f2ee";
    color: #fff
}

#progressbar .step-home:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f175";
    color: #fff
}
#progressbar.three-column .step-home:before{
  content: '\f1c9';
}

#progressbar .step-merchant:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f153";
    color: #fff
}
#progressbar .step-car:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f125";
    color: #fff
}

#progressbar li:before {
    width: 20px;
    height: 20px;
    line-height: 21px;
    display: block;
    font-size: 14px;
    background: #b2b2b2;
    border-radius: 50%;
    margin: auto;
    padding: 0px;    
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #b2b2b2;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -2
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #3ecf8e
}

#progressbar li.progressing:before{
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

#progressbar li.order_failed:before,
#progressbar li.order_failed:after {
background: rgba(255, 82, 82, 1);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
}

.progressing .progress-value{
background:#3ecf8e;
width: 50%;
height: 5px;
animation:borealisBar 1s linear infinite;
position: absolute;
left: 50%;
top: 8px;
z-index: -1;
margin-left:50%;
}

@keyframes borealisBar {
   0% {
    left:0%;
    right:100%;
    width:0%;
  }
  10% {
    left:0%;
    right:75%;
    width:40%;
  }
  90% {
    right:0%;
    left:75%;
    width:40%;
  }
  100% {
    left:100%;
    right:0%;
    width:0%;
  }
}

/*END PROGRESS*/

/*
SIDEBAR 
*/

/*
.sidebar-panel{
transform: translate(-280px,0);
}
*/

.sidebar-panel{
transform: translate(360px,0);
}

.sidebar-panel{
position:fixed;
top:0;
bottom: 0;
height: 100vh;
overflow-y: auto;
z-index:99;
width: 340px;
background:#fff;
/* box-shadow:  3px 0px 5px 0px rgba(246,247,248,0.75);
right: -360px;
*/
box-shadow:rgba(0, 0, 0, 0.2) 0px 8px 24px;
right: 0;
top: 0;
padding:20px;
padding-right:25px;
}

.ssm-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.2);
display: none;
z-index: 1;
}

.link{
cursor:pointer;
}

.close-panel i{
font-size:23px;
}
/*
END SIDEBAR 
*/


.order-details-panel{
transform: translate(360px,0);
}

.order-details-panel.open{
transform: translate(0px,0);
}

.order-details-panel{
position:fixed;
top:0;
bottom: 0;
height: 100vh;
overflow-y: auto;
z-index:99;
width: 340px;
background:#fff;
box-shadow:rgba(0, 0, 0, 0.2) 0px 8px 24px;
right: 0;
top: 0;
padding:20px;
padding-right:25px;
}

form .errorMessage {
text-align: initial;
font-size: 12px;
color: #dc3545;
padding: 5px 0px 0px 0px;
}

.yellow-bg{
background:#f9e8b5;
}

.header_icon._icons{
width:65px;
height:65px;
background-size: cover;
}

.bag{
background: url("../images/shopping-bag.svg");
}
.location{
background: url("../images/location.svg");
}
.credit_card{
background: url("../images/credit-card.svg");
}
.favourite{
background: url("../images/favourite-heart.svg");
}
.points{
  background: url("../images/gift@2x.png");
}
.digital-wallet{
  background: url("../images/wallet-1.png") no-repeat;
}

.header_icon .rounded-button-icon{
background:#fff;
width: 30px;
height: 30px;
line-height: 30px;
margin-top: 20px;
}
.header_icon .rounded-button-icon i{
color:#000;
font-size: 30px;
}

/* HEADROOM */
.headroom.headroom--pinned{
background:#fff;
padding-bottom: 10px;
border-bottom:1px solid #e5e5e5;
}
.headroom.headroom--top{
background:none;
border-bottom:0px;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
/* END HEADROOM */

.card.fixed-height{
height:155px;
}

.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.truncate-overflow::before {
  position: absolute;
  content: "...";
  inset-block-end: 0; /* "bottom" */
  inset-inline-end: 0; /* "right" */
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0; /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
}

.overlay-loader{
position: absolute;
z-index: 9;
width: 100%;
height: 100%;
}

.card-listing a[disabled="true"] {
  opacity: 0.5;
}


/* VUE TRANSITION CSS */
.slide-fade-enter-active {
  transition: all .3s ease-out;
}

.slide-fade-leave-active {
  transition: all .4s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}
/* END VUE TRANSITION CSS */

.layer-grey{
  display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
background-color: rgb(247, 247, 247);
opacity: 0.5;
z-index:9;
}

.layer-black{
position: absolute;
width: 100%;
height: 100%;
top: 0;
background-color: rgb(0, 0, 0);
opacity: 0.5;
z-index:9;
}
.layer-content{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index:10;
}

.make-grey,
.make-grey span
{
color:rgb(178, 178, 178);
}
.make-grey h5{
color:rgb(118, 118, 118);
}
.make-grey h6{
color:rgb(0, 131, 138);
}

.productDetail .merchant-top-header .right-infox {
  height: 260px;
  background-color: #f7f7f7;
}
.productDetail .merchant-top-header .left-info {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.productDetail .merchant-top-header .left-info .productName {
  color: var(--black);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.productDetail .merchant-top-header .left-info .productInfo {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}
.productDetail .merchant-top-header .left-info .productInfo li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  color: var(--black);
}
.productDetail .merchant-top-header .left-info .productInfo li:not(:last-child):after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .45);
  display: block;
}

.productDetail .scheduleCard {
  background-color: #fff3cd;
  border: 1px solid #856404;
  border-radius: 10px;
  margin-top: 15px;
}
.productDetail .scheduleCard h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
}
.productDetail .scheduleCard p + a {
  border-radius: 8px;
  background-color: #856404;
  color: var(--white) !important;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 15px;
}

.widget-dropdown a{
display:block;
font-size:14px;
padding:8px 20px;
font-weight:600;
}

.widget-dropdown a:hover{
background:#DBDBDB;
color:#000;
}

.widget-dropdown button{
  background-color: rgba(255, 255, 255, .12);
border:none;
font-weight:600;
padding:8px 20px;
padding-right:40px;
border-radius:4px;
font-size:13px;
color: #ffffff;
}

.widget-dropdown button span.text-truncate{
max-width: 100px;
}

.widget-dropdown button:focus,
.inputs-box-grey:focus
{
outline: none;
}
.widget-dropdown button:after{
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
font-size: 1.625rem;
position: absolute;
right: 12px;
top: 4px;
content: '\f2f9';
}
.widget-dropdown button.no-icons:after{
content: '';
}
.widget-dropdown button.no-icons{
padding-right:20px;
}

.widget-dropdown .dropdown-menu{
background:#eee;
padding:0;
border-radius:15px;
overflow:hidden;
border:none;
}


.inputs-box-grey{
background:#F6F6F6;
border:none;
padding:8px 20px;
padding-left:35px;
box-shadow:inset 0px -1px 0px #e2e2e2;
width:250px;
}
.inputs-box-grey:focus{
box-shadow:inset 0px -1px 0px #000;
}
.inputs-box-wrap .results{
position: absolute;
width:100%;
background:#fff;
z-index:99;
}

.inputs-box-grey.rounded{
  border-radius:20px !important;
  box-shadow:none !important;
}


.inputs-box-wrap .results a{
display: block;
padding:15px;
clear: both;
color: #333;
text-decoration: none;
}
.inputs-box-wrap .results a:hover
{
background-color:#F6F6F6;
}
.inputs-box-wrap .results.with-border a{
border-bottom:1px solid #e5e5e5;
}
.inputs-box-wrap .results.with-border{
border:1px solid #e5e5e5;
}

.btn-group.btn-group-rounded .btn{
border-radius:50px !important;
padding-left: 30px;
padding-right: 30px;
padding-top: 2px;
padding-bottom: 2px;
}
.btn-group.btn-group-rounded{
background:#f6f7f9;
border-radius:50px !important;
min-height: 45px;
}

.inputs-with-dropdown{
background: #f6f7f9;
min-height: 55px;
border-radius: .45rem;
padding-left: 15px !important;
}
.inputs-with-dropdown input{
border:none;
background: #f6f7f9;
min-height: 55px;
width: 100%;
}
.inputs-with-dropdown input:focus,
.inputs-with-dropdown button:focus
{
outline:none;
}
.inputs-with-dropdown button{
background:none;
background: none;
border: none;
min-height: 55px;
}
.inputs-with-dropdown .dropdown-menu a{
font-size:14px;
padding: 9px;
}
.inputs-with-dropdown img{
width: 28px;
height: 20px;
}
.inputs-with-dropdown .dropdown-menu {
max-height: 217px;
overflow-y: auto;
overflow-x: hidden;
}

.border-vertical-green{
border-left:10px solid #3ecf8e !important;
}

.payments .card-body{
padding:0;
}

.update-photo .d-flex{
position: absolute;
top: 0;
z-index:9;
}

.update-photo .layer-black,
.update-photo a.handle
{
display:none !important;
}

.update-photo:hover .layer-black,
.update-photo:hover a.handle
{
display:block !important;
}

.crop-images-wrap{
height: 250px;
}

.back-arrow{
display:block;
padding-left:30px;
}
.back-arrow:after{
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
font-size: 20px;
position: absolute;
left:20px;
content: '\f2ea';  
}

.modal-loadingbox{
max-width: 200px;
margin: auto;
}

#item-suggestion-list .text-truncate{
max-width:100px;
}


/* NOTIFICATION CSS */
.notification-dropdown .dropdown-menu{
width: 350px;
height: 320px;
overflow:none;
padding:0;
}

.notification-dropdown .text-heading{
word-wrap: break-word;
max-width: 250px;
}

.notification-dropdown .btn{
padding:0;
}
.notification-dropdown .btn:focus{
outline:0;
 -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.notification-dropdown a{
font-weight:400 !important;
text-indent: 0 !important;
}

.notification-dropdown a.active,
.notification-dropdown ul li a:hover
{
background:#f1f5f7;
}

.dropdown-header,
.footer-dropdown
{
padding:15px 20px;
}

.notification-dropdown ul{
height: 210px;
overflow: auto;
}
.notification-dropdown ul.normal{
height: auto;
}

.notification-dropdown ul li{
border-bottom: 1px solid #f4f4f4;
}

.notification-dropdown ul li a{
padding:15px 20px;
display:block;
}
.dropdown-text-light{
font-weight:200;
}

.footer-dropdown a{
color: #3bafda !important;
}
.badge-green{
background-color:#21B7B7;
color:#fff;
}
.notification-dropdown .badge-25{
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
padding: 0;
}

.notify-icon{
height: 36px;
width: 36px;
line-height: 38px;
text-align: center;
}
.bg-soft-primary{
background:rgba(59,175,218,.25) !important;
}
.bg-soft-primary i{
color:#3bafda !important;
font-size: 19px;
}

.notification-dropdown .count{
position: absolute !important;
right:-6px;
}

.none-notification{
padding:30px 0;
}

.image-notification{
background:url("../images/notification.png");
background-size: cover;
width:80px;
height:80px;
}

/* END NOTIFICATION CSS */

.lozad.loaded{
background-size: cover !important;
}

.fixed-height15{
height:calc(15vh);
overflow-y: auto;
}

.cuisine_carousel a{
  padding:10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
}
.cuisine_carousel a.active{
  background: #000 !important;
  color: #fff;
}

.btn-text{
  background: none;
  border: none;
  padding: 0; 
  margin: 0;
  font-weight: 600;
}
.btn-text span{  
  max-width: 200px;
  display:inline-block;
}
.btn-text.dropdown-toggle::after{
  /* vertical-align: .555em; */
  vertical-align: 0.2rem; 
}
.btn-search{
  width: 28px;
  height: 28px;
  padding: 0;  
}
.btn-search i{
  font-weight: bold;
}

.section-fast-delivery-mobile{
  height:300px;   
  background-image: url("../images/rider-left.png"), url("../images/rider-right.png");
  background-position: left bottom, right bottom;
  background-repeat:no-repeat, no-repeat;
  background-size:25%, 25%;
  background-color: #f6f7f8;
}

.inputs-box-wrap .filter_wrap{
  position: absolute;
  top: 0%;
  right: 0px;  
  padding: 7px 20px;  
}

.inputs-box-wrap .separator{
  position: absolute;
  top: 10%;
  right: 50px;
  background: #E2E2E2;
  width: 1px; 
  height: 30px;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
  border:none;
  border-radius:0%;
}
.modal-full .modal-body{
  padding: 10px;
}
.modal-content.modal-mobile{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border:none;
  border-radius:0%;
  height: 100%;
}


.suggestion-tab li{  
  padding: 12px 16px !important;
  border-bottom: 5px solid rgb(246, 246, 246);
  font-weight: bold;
  cursor: pointer;
}

.suggestion-tab li.active
{
  border-bottom: 5px solid rgb(0, 0, 0);
}

.widget-search{
 display: none;
}
.action-menu  .widget-search{
display: block;
}

.category-carousel{
  background:#fff;  
}

.category-carousel a.btn{
  padding: 0;
  line-height: 1;
  padding-left: 9px;
  padding-right: 8px;
  font-size:20px;  
}
.category-carousel .nav-link{
  padding: 0;  
  height: 35px;  
}
.category-carousel .nav-link.active:after{
  content: '';
  border-bottom: 3px solid #000;
  width: 85%;
  display: block;
  position: absolute;  
  bottom: 0;
}

.list-group.list-group-modified .list-group-item{
border: none;
padding: 5px;
font-weight: 500;
color: rgb(118, 118, 118);
font-size: 13px;;
}
.el-drawer {
  background-color: #ffffff;
}
.el-drawer__header span{
  font-weight: bold;
  color: rgb(118, 118, 118);
}

.floating-cart button{
  border-radius: 4px !important;
  background-color: #222222;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-sans-serif);
  gap: 5px;
}
.floating-cart h5{
   font-size: 12px;
   letter-spacing: 1px;
}
.floating-cart count{
}

.top-menu .drawer-menu li{
  margin-bottom: 5px;  
}

.top-menu .drawer-menu ul li a{
  display: block;
  padding: 5px 5px 5px 0px;   
}

.top-menu .drawer-menu ul.with-icons li a{
  text-indent: 30px;
}

.drawer-menu #el-drawer__title{  
  margin: 0;
  padding: 10px;
  padding-left: 15px;
  display: block;
}

#languageSelectionList{
  padding:0;
  color: var(--white);
}

.language-bar .dropdown-menu a{
  text-indent: 0 !important;
  font-weight: normal;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f8f9fa !important;
  color: #000;
}

.dropdown-toggle::after {  
   font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
   content: '\f2f9'; 
   border: none;   
   font-weight: 900;
   margin-left: 0.3rem;
   vertical-align: -0.2rem;   
}

.el-drawer__header{
  margin-bottom:0px !important;
}

.fullwidth-child iframe{
  margin: auto !important;
}
.fullwidth-child.fb-login-button{
  display: table !important;
  margin: auto !important;
}

.marker_icon_merchant,
.marker_icon_destination
 {
  background-image:url("../images/restaurant-icon1.png");
  background-size: cover;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;  
}
.marker_icon_destination{
  background-image:url("../images/home-icon1.png");  
}

.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #7ac142;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 2% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}

#vue-my-order span.badge{
  text-transform: capitalize;
}

.button-fixed-buttom{
  bottom: 0;
  right: 0;
  z-index: 999;   
}
.button-fixed-buttom a.btn{
  padding: .375rem .75rem;
}

.el-radio__label{
  white-space:normal !important;
}

.el-radio.el-radio--large{
  height:auto !important;
}

.width_87{
  width:87% !important;
}

.map-buttons-wrap{
  bottom: 20px;  
  z-index: 99;
  width: 50px !important;
  right: 10px;
}


.category-owlcarousel .nav-link {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 8px 12px;
  position: relative;
  margin: 0 3px;
}
.category-owlcarousel .nav-link.active:after{
  content: '';
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
  position: absolute;  
  left: 0;
  bottom: 0;
}

.el-dialog.modal-allergens{
  border-radius: 5px !important;
}

.el-dialog.modal-allergens .el-dialog__title{
  font-weight: bold;
}

.el-dialog.modal-allergens ul{
  padding-left: inherit;
}
.el-dialog.modal-allergens ul li{
  font-size: 13px;
}


.search-banner {
height:230px;
background: url("../images/search@2x.png") center center;
background-size: cover;
position:relative;
background-repeat: no-repeat;
border-bottom:1px solid #e5e5e5;
background-color: #ffffff;
}
.search-banner .sub-header{
  height:230px;
}

.text-truncate-lines {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.btn-green-circle,
.btn-green-circle:hover
{
background:#409eff;
color:#fff !important;
border-radius: 50%;
height: 35px;
width: 35px;
box-shadow:none;
padding: 0;
}

.owl-carousel .prev-slide{  
  right: 0;
}
.owl-carousel .next-slide{  
  left: 0;
}
.owl-carousel .prev-slide,
.owl-carousel .next-slide
 {  
  position: absolute;
  top: 28%;  
}


/* RTL */
html[dir="rtl"] .change_field_password a{  
  left: 15px;
  right: auto;
}
html[dir="rtl"] .map-buttons-wrap{  
  right: auto;
  left: 10px;
}
html[dir="rtl"] .filter-row h5 a::after,
html[dir="rtl"] .el-dialog__headerbtn
{
  right: auto;
  left: 0;
}

html[dir="rtl"] ul.top-menu .dropdown-menu a{
  background-position: 155px center;
}

html[dir="rtl"] #sidebar
{
  left:auto;
  right: 0;
}

html[dir="rtl"] .column2-layout #main-container{  
  padding-left: 0;
  padding-right: 260px;
}

html[dir="rtl"] ul.sub-menu li i{
  margin-right: 0;  
  margin-left: 10px;
}

html[dir="rtl"] .siderbar-menu a,
html[dir="rtl"] h6.with-icon
{
  background-position: right center;
}

html[dir="rtl"] a.chevron-section::after, 
html[dir="rtl"] .chevron::after
{
  right: auto;
  left: 20px;
}

html[dir="rtl"] a.chevron-section:after,
html[dir="rtl"] .chevron:after
 {
    content: '\f2fa';            
}

html[dir="rtl"] .search-geocomplete input{
  text-indent:30px;
}


/* END RTL */

/* .merchant-top-header .left-info{
  background:#fedc79;
} */

.promo-code-button {
  padding: 10px 0;
}

.promo-code-button .text-button {
  color: #222222;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
}

.promo-code-button .text-button:hover {
  color: #f75d34;
}
.payment-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px; /* Increased spacing between options */
  cursor: pointer; /* Make the cursor a pointer for the entire row */
  border-radius: 4px;
  transition: background-color 0.2s ease;
}



.payment-option input[type="radio"] {
  margin-right: 15px; /* More space between radio and label */
  width: 22px; /* Larger radio button */
  height: 22px; /* Larger radio button */
  accent-color: #222222;
  cursor: pointer;
}

.payment-option label {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px; /* Slightly larger text */
  flex: 1; /* Make label take up remaining space */
  margin: 0; /* Remove default margin */
}
.discount-alert {
  padding: 10px;
  background-color: #fff8e1;
  border-left: 4px solid #ffc107;
  margin-bottom: 10px;
  border-radius: 4px;
}

.discount-message {
  font-size: 14px;
  color: #333;
}

.progress {
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  background-color: #28a745;
  transition: width 0.6s ease;
}

.merchant-top-header ul li{
  display: inline;
  font-size: 12px;
}
.merchant-top-header .available {
    border-radius: 3px;
    background-color: #418A34;
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 6px;
}

.top-category .available {
  border-radius: 3px;
  background-color: #418A34;
  color: var(--white);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 6px;
}
.merchant-top-header .warning {
  border-radius: 3px;
  background-color: #f1652e;
  color: var(--white);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 6px;
}

.top-category .warning {
border-radius: 3px;
background-color: #f1652e;
color: var(--white);
display: inline-block;
font-size: 13px;
font-weight: 600;
padding: 2px 6px;
}

.food-size-options .custom-radio-container {
  margin-bottom: 15px;
}

.food-size-options .custom-radio-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.food-size-options .custom-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.food-size-options .radio-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.food-size-options .custom-radio-label:hover input ~ .radio-indicator {
  border-color: #888;
}

.food-size-options .custom-radio-label input:checked ~ .radio-indicator {
  border-color: #000;
}

.food-size-options .radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.food-size-options .custom-radio-label input:checked ~ .radio-indicator:after {
  display: block;
}

.food-size-options .custom-radio-label .radio-indicator:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.food-size-options .size-name {
  font-weight: 500;
}

.food-size-options .size-price {
  font-weight: 600;
  color: #000;
}

/* Style for the selected container */
.food-size-options .selected-size {
 
}

/* Additional styles for selected text */
.food-size-options .selected-size .size-name {
  font-weight: 700;
}

.food-size-options .selected-size .size-price {
  font-weight: 700;
}

/* Common addon styling */
.addon-container {
  margin-bottom: 5px;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}



/* Radio button addon styling (one option) */
.addon-radio-container .custom-radio-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.addon-radio-container .custom-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.addon-radio-container .radio-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
}


.addon-radio-container .custom-radio-label input:checked ~ .radio-indicator {
  border-color: #000;
}

.addon-radio-container .radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.addon-radio-container .custom-radio-label input:checked ~ .radio-indicator:after {
  display: block;
}

.addon-radio-container .custom-radio-label .radio-indicator:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

/* Checkbox addon styling (custom option) */
.addon-checkbox-container .custom-checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.addon-checkbox-container .custom-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.addon-checkbox-container .checkbox-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
}



.addon-checkbox-container .custom-checkbox-label input:checked ~ .checkbox-indicator {
  border-color: #000;
  background-color: #000;
}

.addon-checkbox-container .checkbox-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.addon-checkbox-container .custom-checkbox-label input:checked ~ .checkbox-indicator:after {
  display: block;
}

.addon-checkbox-container .custom-checkbox-label .checkbox-indicator:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Multiple option addon styling */
.addon-multiple-container {
  cursor: pointer;
}

/* Addon name and price styling */
.addon-name {
  font-weight: 500;
}

.addon-price {
  font-weight: 600;
  color: #000;
}

/* Selected addon styling */

.addon-selected .addon-name {
  font-weight: 700;
}

.addon-selected .addon-price {
  font-weight: 700;
}

.cartList {
    max-height: calc(100vh - 288px);
    overflow: auto;
}
.cartList.active {
  max-height: calc(100vh - 358px);
}
.cartList table {
  width: 100%;
  border-spacing: 0;
}
.cartList table thead {
  position: sticky;
  top: 0;
}
.cartList table th {
  background-color: #F4F4F4;
}
.cartList table th,
.cartList table td {
  padding: 5px;
  width: 70%;
}
.cartList table th {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
  color: #606060;
}
.cartList table td {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
  color: #606060;
  vertical-align: top;
}
.cartList table td .title {
  font-size: 14px;
}
.cartList table td .addon-items p {
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
  font-size: 12px !important;
  color: rgba(0, 0, 0, .65) !important;
}
.cartList table td .addon-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cartList table td .addon-items ul li {
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
  font-size: 12px !important;
  color: rgba(0, 0, 0, .65) !important;
}
.cartList table td .addon-items ul li:not(:last-child)::after {
  content: ',';
}
.cartList table td .quantity {
  border: 1px solid #DDDDDD;
  padding: 2px !important;
  border-radius: 4px;
}
.cartList table td .quantity span {
  margin-top: 0 !important;
}

.info-items-dot-separator{
  background-color: #767676;
  border-radius: 50%;
  height: 2px;
  margin-left: 8px;
  margin-right: 8px;
  width: 2px;
  display: inline-block;
  vertical-align: middle;
}

.merchant-top-header .fav-wrap{
  position: absolute;
  top: 10px;
  right: 20px;
}

.rounded-small{
  height: 30px;
  width: 30px;
}

.text-grey {
  color: #9e9e9e !important;
}

.gradient-yellow-bg{
  background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
}

.modified-modal .el-dialog__body{
  padding: 10px 20px 10px 20px !important;    
}
.modified-modal .el-dialog{
  border-radius:10px !important;
}

.responsive-iframe{
  min-height: 100vh;
  width: 100%;
  background: #fff;
}              

.apply-points-form .el-tabs__nav-wrap::after,
.apply-points-form .el-tabs__active-bar{
  display: none !important;
}

.apply-points-form .el-tabs__item{
  height: 100px !important;
}

.apply-points-form .el-progress-bar__inner{
  text-align: center !important;
}

.apply-points-form .disabled-class{
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 999999;
  cursor: not-allowed;
}

.search-geocomplete .el-input--large .el-input__wrapper{
  padding: 0;  
  box-shadow: none;
  min-height: 56px;
  background-image: url('../images/search.svg');
  background-repeat: no-repeat;
  background-position: 14px center;
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
}
.search-geocomplete .el-input--large .el-input__wrapper .el-input__suffix {
  display: none;
}

.esubscription .butoon-wrap{
  position: absolute;
  top: 0;
  right: 0;
}

.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}

.ellipsis-2-lines, .ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wrap-radio-selection{ 
  padding: 10px;  
  padding-bottom: 0px;
  background-color: #3ecf8e;
  border-radius: 50px;
  display: inline-block;
}
.wrap-radio-selection span.el-radio-button__inner{
  background-color: #3ecf8e;
  color: #fff;
  border: none;
}
.wrap-radio-selection .el-radio-button__original-radio:checked + .el-radio-button__inner{
  background-color:#fff;
  border-color:#fff;
  box-shadow:none;
  color: #3ecf8e;
  border-radius: 50px;
}
.wrap-radio-selection .el-radio-button:first-child .el-radio-button__inner{
  border:none !important;
}

.pricing-plans{
  min-height: 350px;  
}

.pricing-plans .plans{
  border: 2px solid #3ecf8e; 
  border-radius: 10px;
  padding: 10px;
  min-width: 250px;
  max-width: 250px;
}

.pricing-plans .icon{  
  display: inline-block;
  padding: 5px;
  background-color: #3ecf8e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.pricing-plans .icon i{
  font-size: 25px;
  color: #fff;
}

.pricing-plans ul{
  list-style: none;  
  margin: 0;
  padding: 0;
}
.pricing-plans ul li{  
  line-height: 25px;
}

.q-gutter-md{
  margin-left: -16px;
}
.q-gutter-md > * {
  margin-left: 16px;
}

.opacity-60 {
  opacity: .6;
}

.shadow-card{
  box-shadow: 0 0 #000,0 0 #0000,0 0 #000,0 0 #0000,0px 0px 10px rgba(0,0,0,.04);
  border-radius: 1rem;
}
.shadow-xs{
  box-shadow: 0 0 #000,0 0 #0000,0 0 #000,0 0 #0000,0px 6px 32px rgba(0,0,0,.04);
  border-radius: .5rem;
}
.h-6 {
  height: 1.5rem;
}

.font-medium {
  font-weight: 500;
}
.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.bordered-box{
  border: 1px solid #ebecf1;
  border-radius: 5px;
}
.bordered-box.selected{
  border: 2px solid #3ecf8e; 
}
.bordered-box.selected .text-xs{
  color: #3ecf8e;
}
.cursor-pointer{
  cursor: pointer;
}

.text-red{
  color:#C00000;
}

/* LOCATION CSS */
#feed-locations .el-checkbox.el-checkbox--large{
  height: auto !important;
}

.min-filter{  
  max-height: 290px;
  overflow: hidden;
}

.el-radio-group.block,
.el-radio-group.block label
{
  display: block !important;  
}

.rounded .el-input__wrapper{
  border-radius: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after
{
  content:'' !important;
}

.swiperResto .swiperSlide,
.rounded-box
{
  min-height:230px !important;  
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.swiperResto .swiperSlide img,
.rounded-box img
{
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-box .el-image{
  width: 100%;
}

.rounded-box img {
  min-height: 200px;
  max-height: 200px;
}

.swiperOutsideContainer{
  margin-inline: auto;padding-left:1rem;padding-right:1rem;
}

.swiper-container{
  position:relative;  
}

:root{
  --swiper-navigation-sides-offset:-1rem; 
}

.swiperCuisine .swiperSlide{  
  min-height:100px !important;  
  text-align: center;  
}

.swiperCuisine .swiperSlide img{
  width: 70px;
  height: 70px;
}

.truncate {
  white-space: nowrap;         
  overflow: hidden;            
  text-overflow: ellipsis;
}

.gold-color{
  color: #f7c942;
}

.border-red{
  border: 1px solid red !important;
}

.swiperBanner .swiperSlide{  
  min-height:200px !important;   
}

.swiperBanner .swiperSlide .el-image{
  width: 100%;
  height: 180px;  
}

.swiperBanner .swiper-pagination{  
  bottom: -1px !important;
}

.radius10{
  border-radius: 10px;
}

.offers-container{
  background:#fad9e7;
  min-height: 280px;
}



.search-suggestions-overlay {
	/* background-color: rgba(0,0,0,.25); */
  background-color: rgba(0, 0, 0, 0.08);
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.bds-c-modal__backdrop {
	background-color: #333333a3;
	inset: 0;
	position: fixed;
}

.suggestion-results{
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
  /* min-height: 100px; */  
  position: absolute;
  z-index: 9;
  top: 45px;
  width: 100%;  
  padding-bottom: 10px;
}

.search-show{
  z-index: 9999;
}

.suggestion-search-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.suggestion-search-list li{
  padding-top: 6px;
  padding-bottom: 6px;  
  padding-left: 10px;
}

.suggestion-search-list li:hover{
  background-color:#f7f7f7;
}

/* .suggestion-search-list button{
  width: 100%;
  border: 1px solid red !important;
  padding: 10px !important;
  justify-content:left;
} */

.warm-pink{
  color: #e99a95 !important;
}

img.none{
  object-fit:none;
}

.close-overlay{  
  background-color: #333333a3;
  z-index: 9;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;  
}

.rounded-box .close-overlay{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 200px;
  max-height: 200px;
}

.el-button.is-rounded {
  border-radius: 10px;
}

.rotate-180 {
  transform: rotate(280deg);
}

.typing_loader {
  width: 30px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
   0% {
    left:0%;
    right:100%;
    width:0%;
  }
  10% {
    left:0%;
    right:75%;
    width:40%;
  }
  90% {
    right:0%;
    left:75%;
    width:40%;
  }
  100% {
    left:100%;
    right:0%;
    width:0%;
  }
}

.infinite-list {
  height: 300px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.infinite-list .infinite-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: var(--el-color-primary-light-9);
  margin: 10px;
  color: var(--el-color-primary);
}
.infinite-list .infinite-list-item + .list-item {
  margin-top: 10px;
}

/* .v3-infinite-loading .container{  
  border-radius:initial !important;
  overflow: inherit !important;
  display: flex !important;
  justify-content: center;
} */

.result {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 300;  
  padding: 10px;
  text-align: center;
  margin: 0 auto 10px auto;
  background: #eceef0;
  border-radius: 10px;
}

.justify-center{
  justify-content: center;display: flex;
}
.v3-infinite-loading{
  height: auto !important;
}

.el-button.disabled{
  cursor:not-allowed;
}
.location-estimation .el-button--large{
  margin: 0px !important;
}

.location-estimation .el-button.is-text{
  padding: 12px;
}

.discount-icon {    
    background-image: url('../images/discount.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #3ecf8e;
    filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(500%) hue-rotate(90deg);
}
.discount-icon.small{
  width: 20px;
  height: 20px;
}

.custom-element-radio .el-radio{
  margin-right: 0px !important;
  padding: 10px !important;
}

span.el-tag{
  white-space: normal !important;
}

.join-sections img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 170px;
}
.join-sections .content{
  padding: 10px;
  border: 1px solid #ebebeb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.scrollbar-flex-content {
  display: flex;
}

.scrollbar-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-right: 8px;
}

.flex-content {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0px 1rem;
  flex-wrap: wrap;
}

.flex-content-item {  
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;  
}

.drawer-footer-center .el-drawer__footer{  
  text-align:center;
}

.border-top-bottom-grey{
  border-top: 1px solid rgb(230, 235, 241);
  border-bottom: 1px solid rgb(230, 235, 241);
}

.avatar-uploader .el-upload {
  border: 1px dashed rgb(230, 235, 241);
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.avatar-uploader .el-upload:hover {
  border-color: #3ecf8e;
}

.el-icon.avatar-uploader-icon {
  font-size: 16px;
  color: #8c939d;
  width: 70px;
  height: 60px;
  text-align: center;
}

.avatar-uploader .avatar{
  max-width: 70px;
  max-height: 60px;
}

.drawer-menu-mobile li a{
  display: block;
  text-indent: 10px;  
}

.el-links span.el-link__inner{
  display: block !important;
}


.page-content {
  background-color: #F4F4F4;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
}

#vue-feed {
  background-color: #ffffff;
}
#vue-feed .srchRslt .cover {
  background-color: #F4F4F4;
  min-height: 100%;
}
#vue-feed .srchRslt .cover .layer-black {
  border-radius: 8px;
}
#vue-feed .srchRslt .cover .layer-content {
  background-color: #FEDC79;
  border-radius: 8px;
}
#vue-feed .srchRslt .cover .layer-content p {
  color: #222222;
}
#vue-feed .srchRslt .cover .cta {
  padding-top: 20px;
  display: flex;
  gap: 8px;
}
#vue-feed .srchRslt .cover .cta .btn {
  flex: 1;
}
.srchRslt .column-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.17);
}
.srchRslt .column-1,
.srchRslt .column-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.srchRslt .column-2 .equal {
  margin-left: -8px;
  margin-right: -8px;
}
.srchRslt .column-2 .equal > div {
  padding-left: 8px;
  padding-right: 8px;
}
.srchRslt .filterHead {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.srchRslt .filterHead a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
.srchRslt .filter-row {
  padding: 15px 0 !important;
}
.srchRslt .filter-row h5 {
  margin-bottom: 0;
}
.srchRslt .filter-row h5 + div {
  padding-top: 15px;
}
.srchRslt .filterTtl {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}
.srchRslt .listItems {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  gap: 15px;
  max-height: 200px;
  overflow: auto;
}
.srchRslt .listItems.collapse {
  display: none;
}
.srchRslt .listItems.collapse.show {
  display: flex;
}
.srchRslt .listItems .custom-checkbox label:before,
.srchRslt .listItems .custom-checkbox label:after {
  top: -2px;
}
.srchRslt .filterItem {
  list-style: none;
  padding: 0;
  margin: 0;
}
.srchRslt .filterItem li:not(:last-child) {
  margin-bottom: 15px;
}
.srchRslt .filterItem li label::before,
.srchRslt .filterItem li label::after {
  top: -2px;
  border-radius: 2px;
}
.srchRslt #filterPrice .btn-group label {
  background-color: #F4F4F4;
  position: relative;
}
.srchRslt #filterPrice .btn-group label:not(:last-child):before {
  width: 1px;
  height: 100%;
  content: '';
  background-color: #DDDDDD;
  position: absolute;
  top: 0;
  right: 0;
}
.srchRslt #filterPrice .btn-group label.active {
  background-color: var(--black);
  color: var(--white);
}
.srchRslt .deliveryPrice {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.srchRslt .list-items {
  margin-bottom: 26px;
}
.srchRslt .cover {
  border-radius: 10px;
  background-color: var(--white);
  padding: 8px;
}
.srchRslt .cover .layer-grey {
  background-color: #FEDC79;
  border-radius: 8px;
  overflow: hidden;
}
.srchRslt .cover .el-image {
  border-radius: 8px;
  overflow: hidden;
}
.srchRslt .cover .name {
  font-size: 16px;
  font-weight: 600px;
  color: var(--black);
}
.srchRslt .cover .info {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.srchRslt .cover .info li {
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.srchRslt .cover .info li:not(:last-child):after {
  border-radius: 50%;
  background-color: var(--black);
  content: '';
  width: 3px;
  height: 3px;
  display: block;
  margin: 0 4px;
}
.srchRslt .cover .info li i {
  color: #3E3E3E !important;
  font-size: 16px;
}
.srchRslt .cover .info li span {
  color: var(--black);
}
.srchRslt .cover .tap {
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, .7);
  display: block;
  margin-bottom: 11px;
}
.srchRslt .cover .available {
  border-radius: 3px;
  background-color: #418A34;
  color: var(--white);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 6px;
}

.productDetail .menu-center {
  background-color: var(--white);
}



/* Availability Tags */
.badge.weekend-tag {
    background-color: #ff9800;
    color: white;
    font-size: 0.8rem;
    padding: 0.3em 0.6em;
}

.badge.availability-tag {
    background-color: #4caf50;
    color: white;
    font-size: 0.8rem;
    padding: 0.3em 0.6em;
}
```
```css
/* Login page styles */
.login-container {
  width: 350px;
  margin: 0 auto;
  
}

.login-container h5 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 32px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-label-group {
  margin-bottom: 8px;
}

.form-label-group label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
  display: block;
}

.form-label-group .text-danger {
  color: #FF0000;
}

.form-control-text {
  height: 44px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
  background: #fff;
}

.form-control-text:focus {
  border-color: #000;
  outline: none;
  box-shadow: none;
}

.custom-control-label {
  font-size: 14px;
  color: #000;
  padding-top: 2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000;
  border-color: #000;
}

.forgot-pass-link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.forgot-pass-link:hover {
  text-decoration: underline;
}

.btn {
  height: 44px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-submit {
  background: #000;
  color: white;
  border: none;
}

.btn-submit:hover:not(:disabled) {
  background: #000;
  color: white;
}

.btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.btn-outline {
  background: white;
  color: #000;
  border: 1px solid #E4E4E4;
}

.btn-outline:hover {
  background: #f8f9fa;
  border-color: #000;
}

.alert {
  font-size: 14px;
  border-radius: 4px;
  padding: 12px;
  margin-top: 16px;
}

.alert p {
  margin: 0;
}

.stickyHead {
  top: 42px;
  background-color: #ffffff;
  position: sticky;
  z-index: 2;
  padding-top: 10px;
}

.customCartInfo {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 27px;
  padding-bottom: 32px;
}
.customCartInfo .cover {
  border-radius: 6px;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 8px;
  gap: 14px;
}
.customCartInfo .cover .icon {
  width: 20px;
  height: 20px;
  background-color: #1C1B1F;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customCartInfo .cover .info small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, .45);
  margin-bottom: 4px;
}
.customCartInfo .cover .info h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
}
.customCartInfo .cover .info p {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600;
  color: rgba(0, 0, 0, .75);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.customCartInfo .cover .arrow {
  width: 24px;
  height: 24px;
  color: #1C1B1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.customCartInfo .loginCheck {
  text-align: center;
  padding-top: 16px;
}
.customCartInfo .loginCheck a {
  border-bottom: 1px solid rgba(0, 0, 0, .80);
  color: rgba(0, 0, 0, .80);
  font-size: 14px;
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
}

.section-cart table {
  width: 100%;
  border-spacing: 0;
  margin-top: 15px;
}
.section-cart table th,
.section-cart table td {
  width: 70%;
  padding: 5px;
}
.section-cart table th {
  background-color: #F4F4F4;
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
}
.section-cart table td {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family-sans-serif);
  color: #606060;
  vertical-align: top;
}
.customCartModal .el-drawer__body .cta {
  margin-top: auto;
  display: flex;
  gap: 8px;
}
.customCartModal .el-drawer__body .cta .btn {
  flex: 1;
  font-size: 16px !important;
  font-weight: 500;
  font-family: var(--font-family-sans-serif);
}
.customCartModal .el-drawer__close-btn {
  color: #000000;
}
.customCartModal .el-drawer__body {
  display: flex;
  flex-direction: column;
}
.customCartModal .el-drawer__body .cta .btn-outline-primary {
  border-color: #222222;
  color: #222222 !important;
  background-color: transparent !important;
}
.customCartModal .el-drawer__body .cta .btn > div {
  gap: 5px;
}

.thankYouCard {
  min-height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankYouCard .card {
  width: 100%;
  max-width: 477px;
  padding: 32px 16px;
}
.thankYouCard .card .inner {
  width: 100%;
  max-width: 291px;
  margin: 0 auto 88px;
}
.thankYouCard .card h5 {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family-sans-serif);
}
.thankYouCard .card h2 {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-family-sans-serif);
  margin-bottom: 16px;
}
.thankYouCard .card p {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-family-sans-serif);
}

/* Media */
@media (min-width: 576px) {}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .customCartModal .customCartInfo {
    display: none;
  }
  #main-search-banner .banner-center h1 {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .action-menu .widget-search {
    display: none !important;
  }
  #vue-merchant-details .btn-group-rounded {
    display: none;
  }
}
@media (max-width: 767px) {
  #vue-feed .srchRslt .cover .cta .btn {
    background-color: #222222;
    color: var(--white);
  }
  .inputs-box-grey.rounded {
    border-radius: 5px !important;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, .12);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .inputs-box-wrap .filter_wrap {
    top: 8px;
  }
  #vue-widget-nav-mobile > .flexcol {
    width: 100%;
  }
  .widget-services {
    display: none;
  }
  .mobileAdd .btn-text {
    width: 100%;
    text-align: left;
  }
  .subtitle {
    color: var(--black);
    font-weight: 500;
    font-family: var(--font-family-sans-serif);
  }
  .mobileAdd .btn-text:after {
    bottom: 12px;
    right: 0;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .search_placeholder {
    opacity: 0.5;
    width: 18px !important;
    height: 18px !important;
  }
  .filter_placeholder {
    opacity: 0.5;
  }
  .customModal .modal-dialog {
    margin: 0;
    height: 100%;
    border-radius: 0;
  }
  .customModal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    height: 100%;
  }
  .customModal .modal-header {
    background-color: transparent;
    border-bottom: 0 !important;
  }
  .customModal .modal-header h4 {
    color: rgba(0, 0, 0, .65) !important;
    font-size: 13px !important;
  }
  .customModal .modal-header .btn {
    color: var(--black) !important;
  }
  .customModal .modal-content .chevron-section span {
    width: 70%;
    min-width: 250px;
  }
  .mobile-merchant-details {
    margin-left: -15px;
    margin-right: -15px;
  }
  .checkOutPage .sticky-cart .inner-wrapper-sticky {
    padding-top: 0;
  }
  .productDetail .sticky-cart .inner-wrapper-sticky h5, .checkOutPage .sticky-cart .inner-wrapper-sticky h5 {
    color: rgba(0, 0, 0, .65);
    font-size: 13px;
  }
  .checkOutPage .sticky-cart .cart-summary > div {
    font-size: 13px;
  }
  .headroomx {
    background-color: #222222;
    padding-left: 15px;
  }
  .order-search-wrap .search-geocomplete {
    width: 100% !important;
  }
  .search-banner {
    background-size: 180%;
  }
  #top-navigation .top-menu li > a {
    color: var(--black);
  }
  .modal-footer .btn {
    font-size: 16px !important;
  }
  .customModal .modal-body {
    max-height: calc(100vh - 125px);
    overflow: auto;
  }
  .el-drawer {
    height: 100% !important;
  }
  .sideMenu {
    width: 290px !important;
  }
  .sideMenu .el-drawer__body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    margin-top: -30px;
  }
  .sideMenu .el-drawer__body li a {
    display: block;
  }
  .category-carousel .nav-link p {
    font-size: 14px !important;
    font-weight: 500;
  }
  #pane-searchRestaurant .col-lg-3 .el-link,
  #pane-searchRestaurant .col-lg-3 .el-link .el-link__inner,
  #pane-searchRestaurant .col-lg-3 .el-link .el-link__inner .el-card {
    width: 100%;
  }
  #vue-my-payments .card .dropdown .dropdown-menu {
    left: auto !important;
    right: 0;
    top: 100% !important;
    transform: none !important;
  }
}
@media (max-width: 576px) {
  .customCartModal {
    width: 100% !important;
    background-color: #F8F8F8;
  }
  .customCartModal .el-drawer__title {
    color: rgba(0, 0, 0, .65);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--font-family-sans-serif);
  }
  #itemModal .modal-content .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
  }
  #itemModal .modal-content .modal-header h4 {
    font-size: 16px !important;
    color: var(--black) !important;
  }
  #itemModal .modal-content .modal-header .close {
    color: rgba(34, 34, 34, .7);
  }
  #itemModal .modal-content .add_to_cart {
    font-size: 14px !important;
    font-weight: 500;
    font-family: var(--font-family-sans-serif);
    width: 100%;
  }
  .checkOutPage .cover {
    padding-left: 0;
    padding-right: 0;
  }
  .checkOutPage .cardView {
    border-radius: 0;
  }
  .checkOutPage .cartPageTitle #vue-checkout-back {
  }
  .checkOutPage .cartPageTitle h2 {
    color: rgba(0, 0, 0, .65);
    font-size: 13px;
    margin-bottom: 10px;
  }
  .checkOutPage .cartPageTitle span {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
  }
  .productDetail .sticky-cart .inner-wrapper-sticky, .checkOutPage .sticky-cart .inner-wrapper-sticky {
    height: auto;
  }
  .checkOutPage .sticky-cart .cart-summary {
    margin-top: 20px !important;
  }
  .form-label-group {
  }
  .form-label-group > p {
    color: rgba(0, 0, 0, .6);
    font-weight: 500;
    font-family: var(--font-family-sans-serif);
    font-size: 12px;
    margin-bottom: 8px;
  }
  .login-form {
    gap: 0;
  }
  .login-form p,
  .login-container p {
    font-size: 14px !important;
  }
  .login-container p a {
    color: #002AFF !important;
  }
  .login-form .text-center .btn {
    border-color: #222222;
    font-weight: 500px;
    background-color: transparent !important;
    font-size: 16px !important;
  }
  .guestBtn {
    border: 0;
    background-color: transparent;
  }
  .btn-submit,
  .login-container .btn {
    font-size: 16px !important;
  }
  .btn-submit:disabled,
  .login-container .btn-green:disabled {
    background-color: rgba(34, 34, 34, .3);
  }
  .login-container .inputs-with-dropdown,
  .login-container .inputs-with-dropdown input {
    background-color: #ffffff;
  }
  #top-navigation .top-menu li > a {
    color: #222222;
  }
  .productDetail .sticky-cart .inner-wrapper-sticky .section-cart .btn, .checkOutPage .sticky-cart .inner-wrapper-sticky .section-cart .btn {
    font-size: 16px !important;
  }
}