body{
    font-family: var(--font-family-nunito);
}
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: var(--header-height);
    background: #4caf50;
    display: flex;
    z-index: 2;
    transition: top 0.2s ease-in-out;
}
.nav-up {
    top: -20%;
}

.brand-logo {
    display: flex;
    height: 48px;
    justify-content: flex-start;
}
.header-desktop{
    display: none;
}
.cart__icon {
    font-size: 1.7rem;
    color: var(--heaven);
    margin: 0px 14px;
    cursor: pointer;
    padding-top: 4px;
    position: relative;
    width: 7%;
}
.cart__count {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #d00;
    content: '';
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    top: -5px;
    right: -10px;
    border-radius: 50%;
}
.bottomNavigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9.5vh;
    background: var(--pure);
    display: flex;
    align-items: center;
    z-index: 2;
    border-top: 1px solid #82ae46;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.user_img{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #777777;
}
.user_img img{
    width: 100%;
    border-radius: 50%;
}
.search{

    height: var(--header-height);
    display: flex;
}
.search > div{
    width: 100%;
    display: flex;
}
.search__item {
    outline: none;
    padding: 22px 32px;
    border-radius: 22px;
    margin: 14px 7px;
    background: var(--pure);
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
}
.searchButton {
    border: none;
    background: none;
    position: relative;
    top: 10px;
    right: 40px;
    color: #41ab46;
    font-size: 23px;
    width: 0;
}
/* Langugage */
#language {
    width: 90%;
    display: flex;
    height: 57px;
    background-color: #4caf50;
    margin: 10px auto;
    border-radius: 5px;
    justify-content: center;
    padding-left: 5px;
    align-items: center;
}
#language > div {
    flex: 1;
}
#language h5{
    color: var(--heaven);
}
.goog-te-combo {
    width: 100%;
    height: 25px;
    border-radius: 20px;
    outline: none;
    font-weight: 700;
}
.translated-ltr{margin-top:-40px;}
.translated-ltr{margin-top:-40px;}
.goog-te-banner-frame {display: none;margin-top:-20px;}


.pin_search{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}
#pin{
    margin: 0px 9px;
    outline: none;
    border-radius: 22px;
    padding: 12px 11px 10px 14px;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    width: 70%;
    
}
#search{
    font-weight: 700;
}
.search_pin_btn {
    background: var(--success);
    color: #ffffff;
    padding: 0px 14px;
    border-radius: 22px;
    width: 23%;
}
.my-banner{
    width: 100%;
    margin: 8px 0px;
}
.home_slider .item {
    width: 100%;
    margin: 10px;
    height: 22vh;
    outline: none;
    z-index: 1;
}
.home_slider .item img {
    width: 94%;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius: 11px;
    height: 22vh;
}

#mainSlider .item {
    height: 27vh;
}
#mainSlider .item img {
    height: 27vh;
}


/* Checkout button */

/* Langugage */
#homeCheckOut {
    width: 90%;
    display: flex;
    height: 57px;
    background-color: #ffc107;
    margin: 10px auto;
    border-radius: 5px;
    justify-content: center;
    padding-left: 5px;
    align-items: center;
    font-weight: 700;
    text-align: center;
}
#homeCheckOut > div {
    flex: 1;
}
.btn-checkout {
    border: 1px solid #000;
    padding: 3px 10px;
    border-radius: 5px;
    color: #000000;
}

.bottomNavigation div{
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.bottomNavigation div ion-icon{
    font-size: 1.35rem;
}
.bottomNavigation div a{
    color: var(--success);
    font-size: 0.65rem !important;
}
.bottomNavigation div small{
    font-size: 0.75rem;
    font-weight: 700;
}
.header__button {
    width: 18%;
    flex-shrink: 0;
    background: none;
    outline: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    margin-right: 10%;
}
.header-left {
    width: 50%;
    margin-left: 5%;
}
#sidebarClose{
    font-size: 2.3rem;
}
.nav__links {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100vh;
    width: 250px;
    background: #ffffff;
    transform: translateX(-250px);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav--open .nav__links {
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nav__link {
    display: flex;
    align-items: center;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 15px;
    background: transform 0.2s;
    width: 100%;
}
.sidebar-footer {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15px;
}
.sidebar-footer a {
    color: #767676;
    font-size: 14px;
}

.nav__link > i {
    margin-right: 15px;
}

.nav__link--active {
    color: #4CAF50;
}

.nav__link--active,
.nav__link:hover {
    background: #eeeeee;
}

.nav__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.nav--open .nav__overlay {
    visibility: visible;
    opacity: 1;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
.container{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.cat-box{
    width: 80px;
    height: 80px;
}

.cat-box img{
    width: 100%;
    height: 100%;
}

.panels {
    padding-bottom: 1rem !important;
}

main{
    margin-bottom: 10rem;
}
@media(min-width:576px){
    .container{
        max-width:540px;
    }
}
@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}
@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}
@media(min-width:1200px){
    .container{
        max-width: 1152px;
    }
}
#quickAction{
    width: 100%;
}
.quick__action__cards {
    display: block;
}
.quick__action__cards .row{
    display: flex;
	flex-wrap: wrap;
}
.quick-heading{
    font-size: 15px;
    padding: 0px 12px;
}
.quick__action__cards .row > a {
    display: flex;
    flex-direction: column;
    height: 80px;
    width:33.2%;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #0e0e0e;
    font-size: 0.70rem;
    font-weight: 700;
	margin-bottom: 10%;
}
.quick__action__cards .row > div img{
    margin-bottom: 0.50rem;
}

/* Order Status */
.accordion{
    width: 100%;
    margin: 45px 0px;
}
.accordion .content__box{
    position: relative;
    margin: 10px 10px;
    z-index: 0;
}
.accordion .content__box .label {
    position: relative;
    padding: 15px;
    background: var(--pure);
    color: var(--secondary);
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 0.80rem;
    font-weight: 600;
}
.accordion .content__box .label::before{
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;
}
.accordion .content__box .content {
    position: relative;
    background: var(--pure);
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: space-around;
}
.accordion .content__box.active .content{
    height: auto;
    padding: 10px;
}

.accordion .content__box.active .label::before{
    content: '-';
    font-size: 2em;
}
.badge {
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 15rem;
}
.accordion .content__box .content .booking_thumbnail{
    width: 25%;
}
.accordion .content__box .content .booking_thumbnail img{
    max-width: 100%;
    border-radius: 5px;
}
.accordion .content__box .content .booking_status{
    width: 70%;
    display: flex;
    flex-direction: column;
}
.accordion .content__box .content .booking_status span{
    display: block;
    margin-bottom: 0.30rem;
}
/* dish Cards */
#dish{
  margin: 1.5rem 0;
}
.dish_cart{
    padding-bottom: 48px;
}
.dish-slider{
    margin: 0.50rem 0;
    margin-left: 0.60rem;   
}
 .dish-slider .card-dish{
    flex: 1;
    margin-right: 1rem;
    position: relative;
    height: 100px;
    object-fit: cover;
}
 .dish-slider .card-dish img {
    width: 98%;
    border-radius: 5px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    height: 96%;
}
 .dish-slider .card-dish span{
    position: absolute;
    top:0.50rem;
    right: 0.50rem;
}
.card-content{
    margin: 10px;
    color:var(--secondary);
}
.card-content h5{
    font-size: 0.70rem;
}
/* Tabs */
.toggle {
    font-family: arial, sans-serif;
 
  }
  .toggle .tabs {
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  .toggle .tabs .tab {
    float: left;
    color: var(--secondary);
    height: 31px;
    margin: 2px 8px 0;
    padding: 0 3px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
  .toggle .tabs .tab.active {
    color: #82ae46;
    border-bottom: 3px solid #82ae46;
  }
  .toggle .panels .panel {
    padding: 20px 10px 0px;
    display: none;
  }
 .panel {
    padding: 20px 10px;
  }
  .toggle .panels .panel:first-child {
    display: block;
  }
  .toggle .panels .panel  p{
      font-size: 0.85rem;
  }
  .button__book__now{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: var(--pure);
      
  }
  .button__book__now div{
      display: flex;
      text-align: center;
  }

  .button__book__now a.site-btn{
      background: var(--success);
      margin: 5px;
      flex: 1;
      padding: 10px 50px;
      color: var(--pure);
      text-decoration: none;
      border-radius: 8px;
  }

/* catlog */

.card__product {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-family: var(--font-family-nunito);
    border-radius: 7px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.card__blog{
    align-items: inherit;
}
#categoryPanel .card__product:last-child {
    margin-bottom: 10rem;
}

.card__product div{
    flex: 1;
    margin: 0 2px;
}
.card__product .product__thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.card__product .product__price h4{
    font-size: 0.78rem;
    color: #0e0e0e;
    display: block;
    font-family: var(--font-family-nunito);
    -webkit-text-size-adjust: auto;
    text-size-adjust: auto;
}
.card__product .product__price span{
    font-size: 0.87rem;
    font-weight: bold;
    margin-top: 1.85vh;
    display: block;
    color: var(--danger);
    font-family: var(--font-family-nunito);
}
.card__product .cart__status small{
    color: var(--success);
    font-family: var(--font-family-nunito);
    display: none;
    
}
.addproduct{
    background: var(--success);
    color: var(--pure);
    padding: 4px 17px;
    font-family: var(--font-family-nunito);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}
.viewAll__btn {
    padding: 6px 21px;
    border-radius: 22px;
    font-size: 14px;
    background: var(--danger);
    color: var(--pure);
    display: table;
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    margin-bottom: 87px;
    font-weight: 700;
}
#login__container h3 {
    display: none;
  }
  #dish h4{
      margin: 0px 10px;
  }


  /* Correction CSS */
  .card-content h5 {
    font-size: 0.85rem;
    color: var(--secondary);
    display: inline-block;
    padding: 4px 7px;
    border-radius: 20px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.nav__link img{
    margin-right: 10px;
}

/* ===============  Product Description Page ================================ */
#roomSlidesWrapper {
    width: 100%;
    height: 35vh;
    position: relative;
    z-index: 0;
    margin-top: 35px;
}
.room__catelog_slides .item{
    width: 100%;
    position: relative;
    height: 35vh;
    z-index: 1;
}
.views {
    position: absolute;
    z-index: 2;
    bottom: 11%;
    right: 3%;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: var(--success);
}
.views small{
    margin-right: 0.50rem;
}
.views ion-icon{
    font-size: 1.2rem;
    margin-right: 0.50rem;
}
.room__catelog_slides .item {
    outline: none;
    border: none;
}
.room__catelog_slides .item img{
    width: 100%;
    height: 100%;
}

#pdp_overlap__container{
    width: 100%;
    background-color: var(--pure);
    height: auto;
    position: relative;
    margin: 0 auto;
    margin-top: -18px;
    border: 1px solid #ffc800;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    padding: 10px 5px 60px 0px;
}
.heading {
    color: #000;
    font-size: 0.90rem;
    font-weight: 600;
    margin: 0;
}
.product_name_price{
    display: flex;
    margin: 15px 0px;
    justify-content: space-between;
    align-items: center;
}
#main_price, #price{
    font-size: 1rem;
}
.price__box{
    display: flex;
    width: 100%;
    margin: 20px 0px;
    justify-content: space-between;
}
.product_amount {
    padding: 8px 2px 8px 11px;
    outline: none;
    border-radius: 22px;
    border: none;
    box-shadow: rgb(255 200 0) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}
.product_value {
    padding: 6px 5px 6px 14px;
    outline: none;
    border-radius: 27px;
    border: none;
    box-shadow: rgb(255 200 0) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    color: #000000;
    font-weight: 700;
    background: var(--heaven);
}
.add_product button {
    outline: none;
    font-size: 17px;
    height: 23px;
    width: 23px;
    color: var(--pure);
    text-align: center;
    line-height: 18px;
    background: #7e7676;
    padding: 0px 1px;
    border-radius: 5px;
    border: none
}
.add_product button.click{
    background: #0a9410;
}
.add_product span {
    color: var(--secondary);
    font-size: 1rem;
    font-weight: bold;
}
.product_benefit{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.icon_bg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffc800;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 21px;
    line-height: 41px;
    margin-bottom: 8px;
}
.offer {
    text-align: right;
    font-size: 14px;
    color: #607d8b;
    margin-top: 8px;
}
.offer-badge {
    background: #ffc107;
    padding: 1px 4px;
    border-radius: 12px;
    color: #000;
    font-weight: 700;
}
.product_benefit div{
    text-align: -webkit-center;
}
.description_box{
    padding-bottom: 12px;
    text-align: justify;
}
.description_box h4{
    margin-bottom: 8px;
}
.address_details{
    display: flex;
}
.button__book__now{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: var(--pure);
      
  }
.button__book__now div{
    display: flex;
    text-align: center;
}
.button__book__now a.site-btn{
      background: var(--success);
      margin: 5px;
      flex: 1;
      padding: 13px 50px;
      color: var(--pure);
      text-decoration: none;
      border-radius: 8px;
}
.address_details {
    padding-top: 5px;
}
.location_box h4 {
    margin: 0;
    margin-top: -7px;
    font-size: 1.2rem;
}
.icons{
    color: #7e7676;
    font-size: 16px;
    display: inline-block;
    position: relative;
}
.icon{
    color: #7e7676;
    font-size: 16px;
    display: inline-block;
}
.icons:after {
    position: absolute;
    content: '';
    height: 18px;
    bottom: -6px;
    left: 13px;
    border: 3px dashed #7e7676;
    border-width: 0px 0px 0px 3px;
}
.location_box a{
    text-decoration: none;
    color:#000;
}

/*Product Quantity Counter CSS code*/
.unitCalculationRow{
    display: flex;
    width: 35%;
    justify-content:space-around;
    margin: 1.5rem 0;
}
.unitCalculationRow > button{
    width: 25px;
    height: 25px;
    background: var(--success);
     color: var(--pure);
      font-size: 18px;
     border-radius: 50%;
}
#quantity {
    width: 48%;
    font-size: 18px;
    border: 1px solid var(--success);
    border-radius: 22px;
    padding-left: 4%;
    font-weight: 700;
    margin: 0 2%;
}
#relatedProduct{
    margin: 2rem 0;
}
#relatedProduct h4{
    margin: 2rem 0;
}
.related-product-slider{
    display: flex;
    justify-content: flex-start;
}
.related-product-slider > div{
    width: 100%;
    text-align: center;
    
    
}
.related-product-slider > div a{
    border: 1px solid #c3c3c3;
    display: block;
    margin: 5px;
    border-radius: 7px;
}
.related-product-slider > div img{
    width: 100%;
}
.category-fixed-heading {
    position: fixed;
    padding: 0.65rem 0.85rem;
    background: #f9f9f9;
    width: 100%;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: var(--success);
    font-size: 0.9rem;
}
section.all__product__section {
    padding-top: 2rem;
    padding-bottom: 10rem;
}

/* Cart ALert box */
.cart-alert {
    position: fixed;
    top: 14%;
    right: 3%;
    background: #ff5757;
    padding: 7px 20px;
    font-size: 18px;
    border-radius: 7px;
    color: #fff;
    
}
#cart-page .d_cart {
    padding-bottom: 10rem;
}
/* Search Heading */
.search-result-heading{
    font-weight: bold;
    text-align: center;
}
.cc{
    position: relative;
}
.search-list > div{
    width: 90%;
    position: absolute;
    top: 105%;
    background: #fff;
    left: 5%;
    padding: 5px;
    z-index: 222;
    border-radius: 10px;
    border:1px solid #4caf50;
}

.search-list li {
    padding: 6px 0;
    border-bottom: 1px solid #4caf50;
    list-style: none;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    font-size: 13px;
}
.search-list li:last-child(){
    border: transparent;
}
.search-list li img{
    width: 50px;
}

/* Checkout Page */
.checkout-page{
    padding-bottom: 1rem;
}

.checkout-page h4{
    font-size: 15px;
    color: var(--danger);
}
.deliveryAddressBox {
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    margin-top: 2rem;
    border: 1px dashed green;
    margin-bottom: 1.5rem;
}
.deliveryAddressBox .row{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.deliveryAddressBox .row input {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 12px 5px;
    border: 1px solid #4caf50;
    border-radius: 25px;
    font-weight: 700;
}

.deliveryAddressBox .row textarea {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 12px 5px;
    border: 1px solid #4caf50;
    border-radius: 5px;
    font-weight: 700;
}

.checkout-head {
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 12px 0px;
    margin-bottom: 10px;
    background: var(--primary);
    border-radius: 25px;
    color: var(--secondary);
    text-align: center;
}
.checkout-head > div:first-child{
    flex: 1;
}
.checkout-head > div:last-child{
    flex: 1;
}
.orderSummeryBox{
    width: 90%;
    margin: 0 auto;
}
.cehckout-product-list {
    display: flex;
    justify-content: center;
    border: 1px solid #4caf50;
    padding: 8px 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    align-items: center;
    font-weight: bold;
    border-radius: 25px;
}
.cehckout-product-list > div:first-child{
    flex: 1;
}
.cehckout-product-list > div:last-child{
    flex: 1;
}
.product-name, .product-price {
    font-size: 13px;
}
.cehckout-footer-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
    border: 1px solid #4caf50;
    padding: 12px 5px;
    background: rgb(202 232 204);
    font-weight: 700;
    border-radius: 25px;
    margin-top: 10px;
}
.cehckout-footer-list > div {
    text-align: center;
    font-weight: bold;
}
.cehckout-footer-list > div:first-child{
    flex: 1;
}
.cehckout-footer-list > div:last-child{
    flex: 1;
}
.paymentMethod{
    margin: 0 auto;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    border: 1px dashed green;
    margin-bottom: 2rem;
    
}
.paymentMethod h4 {
    margin-bottom: 1rem;
    color: green;
}
.paymentMethod > div{
    margin-bottom: 10px;
}

.paymentMethod > div label{
    font-size: 12px;
    font-weight: bold;
}
.paymentMethod .order-button {
    padding: 9px 19px;
    background-color: green;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Pincode */
.pin-msg-show{
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
}
.pin-available{
    color: green;
}
 .pin-not-available{
    color: red;
}
.pin-msg-show{
    color: rgb(153, 22, 22) !important;
}
#privacy{
    padding-bottom: 10rem;
}
.wrapper__privacy{
    padding: 10px;
  
}

.headings{
    margin: 1rem 0;
}

.order_tracking_container{
    padding: 15px 8px;
    width: 100%;
    text-align: center;
}
.order_tracking_container h5{
    margin-bottom: 8px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    color: #000;
    z-index: -9999;
    border: 1px solid #ddd;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: var(--success);
    color: white;
}

#password-continer{
    position: relative;
}
#toggle_pwd {
    position: absolute;
    top: 21%;
    right: 3%;
    cursor: pointer;
}
/* Notification */
.notification__container section{
    padding-top: 1rem;
    padding-bottom: 10rem;
}
.notification__items {
    width: 95%;
    height: auto;
    background: rgb(255 255 255);
    margin: 0 auto;
    border-radius: 10px;
    padding: 6px;
    display: flex;
    color: var(--secondary);
    justify-content: center;
    margin-bottom: 0.75rem;
    align-items: center;
    position: relative;
}
.notification__items .thumbnail{
    width: 20%;
}
.notification__items .thumbnail img {
    width: 75%;
    height: 50px;
    border-radius: 10px;
}
.notification__items .content{
    width: 80%;
}
.notification__items h4{
    font-size: 0.80rem;
    margin-bottom: 2px;
}
.notification__items p{
    font-size: 0.79rem;
}
.noti__footer{
    font-size: 0.70rem;
    margin: 5px 0;
}
 .anchor {
  transform-origin:center top;
  display:inline-block;
  margin:0;
  padding:0;       
}


 .layer-2 {
  color:#1d1e22;
  z-index:8;
  animation: animation-layer-2 5000ms infinite;    
}





@keyframes animation-layer-2 {
  0% { transform: rotate(0deg); }
  8.0% { transform: rotate(0deg); }
  12.0% { transform: rotate(42deg); }
  16.0% { transform: rotate(-35deg); }
  20.0% { transform: rotate(0deg); }
  23.0% { transform: rotate(28deg); }
  26.0% { transform: rotate(-20deg); }
  29.0% { transform: rotate(0deg); }
  31.0% { transform: rotate(16deg); }
  33.0% { transform: rotate(-12deg); }
  35.0% { transform: rotate(0deg); }  
  37.0% { transform: rotate(-6deg); }
  39.0% { transform: rotate(0deg); }
  40.0% { transform: rotate(6deg); }
  44.0% { transform: rotate(-3deg); }
  49.0% { transform: rotate(2deg);}
  55.0% { transform: rotate(0deg); }
  62.0% { transform: rotate(1deg); }
  70.0% { transform: rotate(0deg); }  
}



/* Notification Description */
.notification__description{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.notification_banner{
    width: 90%;
   
}
.notification_banner img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.noti-title{
    display: flex;
    flex-direction: column;
}
.noti-title h4{
    margin: 10px 0;
}
.noti-title small{
   text-align: right;
}
.notification__description p{
    text-align: justify;
    font-size: 0.90rem;
}


.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 5px;
    height: 5px;
}
.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #e91e63;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff4d89;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
   }
    80%, 100% {
        opacity: 0;
   }
}
@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
   }
    50% {
        transform: scale(1);
   }
    100% {
        transform: scale(0.8);
   }
}

.pulsating-circle {
    position: absolute;
    top: 15%;
    left: 96%;
}
/* ================= Wallet ====================*/
#wallet{
    margin: 0;
}
.wrapper__wallet{
    width: 100%;
    height: 150px;
    background: var(--success);
    position: relative;
    display: flex;
    justify-content: center;
}
.wallet__card{
    width: 90%;
    height: 130px;
    background: #f9f9f9;
    position: absolute;
    bottom: -20%;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.wallet__card small{
    font-weight: 700;
    color: #565656;
}
.wallet__header{
    width: 73%;
    display: flex;
    justify-content: flex-start;
    
}
.wallet__header h3{
    margin: 0.5rem 0;
    color: #fff;
}
.wallet__balance{
    font-size: 35px;
}
.wallet__balance b {
    color: #009688;
}
.wallet__card img{
    width: 50px !important;
}
.wallet__balance span{
    font-size: 20px;
    font-weight: 700;
}
#monthly_container{
    margin-top: 2.8rem;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
#monthly_container p{
    text-align: center;
}
.wallet__table__header {
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
    font-weight: 600;
    padding: 8px;
    color: var(--heaven);
    background: var(--success);
    border-radius: 25px;
    margin-top: 2rem;
}
.wallet__table__header > div{
    flex: 1;
    text-align: center;
}
.table__row {
    display: flex;
    justify-content: space-around;
    font-size: 13px;
    font-weight: 600;
    background: rgb(212 212 212 / 30%);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border-bottom: 1px dashed #ccc;
}
.table__row > div {
    width: 100%;
    text-align: center;
   
}
.table__row:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ribbon{
    font-size:20px;
    position:relative;
    display:inline-block;

    text-align:center;
  }
  .text{
    display:inline-block;
    padding:0.5em 1em;
    min-width:20rem;
    line-height:1.2em;
    background: #FFD72A;
    position:relative;
    font-size: 13px;
    font-weight: 600;
  }
.ribbon:before,
  .text:before,.text:after,
  .bold:before{
    content:'';
    position:absolute;
    border-style:solid;
  }
  .ribbon:before{
    top:0.3em; left:0.2em;
    width:100%; height:100%;
    border:none;
    z-index:-2;
  }
  .text:before{
    bottom:100%; left:0;
    border-width: .5em .7em 0 0;
    border-color: transparent #FC9544 transparent transparent;
  }
  .text:after{
    top:100%; right:0;
    border-width: .5em 2em 0 0;
    border-color: #FC9544 transparent transparent transparent;
  }
  .bold:before{
    border-color: #EBECED transparent #EBECED #EBECED;
    top:0.7em;
    right:-2.3em;
  }
  .animate-text{
    animation: color-change 1s infinite;
  }
  @keyframes color-change {
    0% { color: var(--danger); }
    50% { color: black; }
    100% { color: var(--danger); }
  }
  
  
   .dairyVegList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 72%;
    margin: 1rem auto;
}
.dairyVegList > div{
    font-weight: 600;
}
.dairyVegList span{
    font-size: 14px;
}