:root {
    --primary: #ff5a00;
    --secondry: #141e73;
    --primary-hover: #FF9459;
    --btn-green: #00A53C;
    --btn-green-hover: #178917;
    --aHover: #038432;
    --gray-border: #E0E0E0;
    --hover-link-color: #ff5a00;
    --orange-color: #ff5a00;
    --orange-color-border: rgba(224, 141, 4, 0.28);
    --orange-text: 224,141,4;
    --black-color: 0,0,0;
    --gem-tier-1: #ffbf04;
    --gem-tier-2: #ff5a00;
    --gem-tier-3: #ff3c00;
    --gem-tier-4: #9700d5;
    --gem-tier-text-1: #DFA805;
    --gem-tier-text-2: #ff5a00;
    --gem-tier-text-3: #ff3c00;
    --gem-tier-text-4: #9700d5;
    --neutral-black: #262626;
    --neutral-grey: #838383;
    --promo-pink: #f90067;
    --neutral-10: #e5e5e5;
    --vertical-yellow: #f4aa33;
    --vertical-orange: #ff493d;
    --vertical-pink: #e93c82;
    --vertical-blue: #3d76ed;
    --footer-bg: #262626;
    --message-bg: #e5e7ff;
    --mapFirst-border: #a6a6a6;
}

  .img-card {
      display: flex;
      border-radius: 8px;
      margin: 0 11px;
      margin-bottom: 32px;
      height: 100%;
  }
  .img-card .img-section {
    width: 40%;
    border-radius: 8px 0 0 8px;
    max-width: 200px;
    position: relative;
  }

  .img-card .img-section img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /*max-width: 164px;*/
  }

  .img-card .details-section {
    width: 60%;
    padding: 22px;
    border: 1px solid #e5e5e5;
    border-radius: 0 8px 8px 0;
    border-left: 0;
    position: relative;
    padding-bottom: 42px;
  }

  .img-card .img-section.vertical-restaurants {
    background-color: var(--vertical-orange);
  }

  .img-card .details-section .heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--neutral-black);
    margin-bottom: 8px;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex>[class*=col-] {
    display: flex;
    flex-direction: column;
  }

  .img-card .img-section.vertical-flowers {
    background-color: var(--vertical-pink);
  }

  .img-card .img-section.vertical-grocery {
    background-color: var(--vertical-yellow);
  }

  .img-card .img-section.vertical-pharmacy {
    background-color: var(--vertical-blue);
  }

  .img-card .details-section .card-desc {
    color: var(--neutral-black);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 21px;
  }

  .promo-banner {
    width: 100%;
    padding: 0px 0;
    margin: 0px 0;
}

@media screen and (min-width: 1160px) {
    .bg-promo-banner {
        /*background-size: contain !important;*/
        /*background-attachment: fixed !important;*/
        /*background-position: center center !important;*/
        height: 70vh;
        width: 100%;
    }
}

.d-none {
    display: none !important;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}


.d-block {
    display: block !important;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

.homepage-search-block{
  padding-bottom: 0px;
}

.cities-section{
  margin-bottom: 30px;
}

.citi-name{
  position: relative;
  
}

.citi-name h6{
  position: absolute;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 10px;
  top: -40px;
  left: 20px;
  font-size: 14px;
}

.citi-image img{
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.citi-image:hover img {
      transform: scale(1.05); /* Increase to zoom in */
    }



.top-categories-product-wraper .product-thumbnail img {
    border-radius: 10px;
    height: 65px !important;
}

.swiper-top-categories-container {
  overflow: hidden;
  position: relative;
}

.top-categories-product-wraper {
  padding: 10px 20px;
}

.top-categories-product-wraper .product-thumbnail {
  margin-bottom: 10px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.top-categories-product-wraper .product-thumbnail img {
  border-radius: 10px;
  height: 65px !important;
}

.top-categories-product-wraper .proudct-detail-info {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.top-categories-product-wraper .proudct-detail-info .pro-info h1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-categories-product-wraper .proudct-detail-info .pro-info strong {
  color: #05ce7c;
  font-size: 14px;
}

.top-categories-product-wraper .proudct-detail-info .discount {
  background: #05ce7c;
  color: #fff;
  text-align: center;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(13% 0%, 100% 0%, 88% 100%, 0% 100%);
}


  
.home-brands-product-wraper .product-thumbnail img {
    border-radius: 0px;
    height: auto !important;
}

.home-brands-name {
    padding-left: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: #000;
    
}

.swiper-home-brands-container {
  overflow: hidden;
  position: relative;
}

.home-brands-product-wraper {
  padding: 10px 20px;
}

.home-brands-product-wraper .product-thumbnail {
  margin-bottom: 10px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}


.home-brands-product-wraper .proudct-detail-info {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.home-brands-product-wraper .proudct-detail-info .pro-info h1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-brands-product-wraper .proudct-detail-info .pro-info strong {
  color: #05ce7c;
  font-size: 14px;
}

.home-brands-product-wraper .proudct-detail-info .discount {
  background: #05ce7c;
  color: #fff;
  text-align: center;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(13% 0%, 100% 0%, 88% 100%, 0% 100%);
}


  .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  background: #ffffff !important;
  padding: 10px !important;
  color: #878787 !important;
  border-radius: 18px;
}

.order-steps.marshmallow{
                font-family: 'Open Sans', sans-serif;
            }

            .dashborad-slider {
                position: relative;
                height: 150px;
            }

            .flex {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .order-steps.marshmallow .recent-orders-heading-container {
                align-items: center;
                margin-bottom: 22px;
            }

            .dashborad-slider .swiper-container {
                padding: 5px 1px 2px;
            }

            .dashborad-slider .swiper-container {
                height: 100%;
            }

            .order-steps.marshmallow .recent-orders-heading-container {
                align-items: center;
                margin-bottom: 22px;
            }

            .order-steps.marshmallow .recent-order-heading {
                font-size: 28px!important;
                margin-bottom: 0;
                line-height: 28px;
            }

            .order-steps.marshmallow .recent-order {
                box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
                border-radius: 8px;
            }

            .dashborad-slider .desk-slide.swiper-slide {
                text-align: center;
                background: #FFF;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

            .mob-rec-order, .recent-order {
                background: #FFF;
                border-radius: 4px;
            }

            .rec-content {
                width: 70%;
                padding-left: 15px;
                position: relative;
                overflow: hidden;
                float: left;
                text-align: left;
            }

            .order-steps.marshmallow .rec-content {
                border-left: none;
            }

            .order-steps.marshmallow .recent-order .rec-content {
                width: 100%;
                padding: 16px;
            }

            .order-steps.marshmallow .recent-order .rec-content .title-price {
                align-items: center;
                margin-bottom: 8px;
            }

            .f-18 {
                font-size: 18px;
            }

            .f-14 {
                font-size: 14px;
            }

            .f-13 {
                font-size: 13px;
            }

            .f-12 {
                font-size: 12px;
            }

            .order-steps.marshmallow .recent-order .rec-content .title-price .title-section {
                margin-right: 16px;
                line-height: 24px;
            }

            .order-steps.marshmallow .dashborad-slider .desk-slide.swiper-slide {
                align-items: flex-start;
                height: 140px;
            }

            .rec-rest-name{
                font-family: 'Open Sans', sans-serif;
            }

            .bold{
                font-weight: bold;
            }

            .price-section{
                font-family: 'Open Sans', sans-serif;
            }

            .order-steps.marshmallow .recent-order .rec-content .order-action-buttons .action-button-div .action-button {
                padding-left: 24px;
                position: relative;
                color: #ff5a00;
                line-height: 20px;
                margin-right: 10px;
            }

            /*.order-steps.marshmallow .recent-order .rec-content .order-action-buttons .action-button-div .action-button:before {
                content: '';
                display: block;
                position: absolute;
                top: -1px;
                left: 0;
                height: 20px;
                width: 20px;
                background-size: cover;
            }*/

            .order-steps.marshmallow .recent-order .rec-content .order-action-buttons .action-button-div .action-button:before {
                content: '';
                display: block;
                position: absolute;
                top: -1px;
                left: 0;
                height: 20px;
                width: 20px;
                background-size: cover;
            }

.cuisine-name {
    position: absolute;
    color: #fff;
    top: 45px;
    left: 40px;
}

/*.no-carousel > * {
  display: inline-block;
  margin-right: 10px;
}*/

.owl-carousel-top-categories .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  pointer-events: auto;
  z-index: 10;
  transform: translateY(-50%);
}
.owl-carousel-top-categories .owl-nav .owl-prev,
.owl-carousel-top-categories .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.owl-carousel-top-categories .owl-nav i {
  font-size: 18px;
}

.owl-carousel-top-categories .owl-nav button.owl-next, .owl-carousel-top-categories .owl-nav button.owl-prev, .owl-carousel-top-categories button.owl-dot{
  top:-20px !important;
}


.owl-carousel-top-categories .owl-nav button{
  border-radius: 50px !important;
}


.store-item{
  width: 95px;
}


.home-stores-section{
  background: #fff;
  height: 150px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 20px;
  margin-top: 30px;
}

.store-item-image{
  
  background: #fff;
  margin: 5px 15px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  /* padding: 7px; */
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}


.store-item h6{
  color: #fd4b6d;
  width: 120px;
  margin: 10px auto 0 auto;
}

.home-stores-section .owl-prev, .home-stores-section .owl-next{
  border-radius: 50% !important;
}

.store-item{
  text-align: center;
}