.h5,
h5 {
  font-size: 22px !important;
  font-weight: 600;
}
.brand-wrap img {
  height: 53px !important;
}
.quick-area {
  width: 100%;
  float: left;
  background-color: #eff2fb;
}
.quick-box {
  width: 100%;
  float: left;
  background-color: #eff2fb;
  border: 15px #d6e1f3 solid;
  padding: 30px;
  margin-top: 10px;
}

.quick-deliver {
  width: 60%;
  float: left;
}
.shop-category {
  width: 40%;
  float: left;
}
.shop-category img {
  width: 330px;
  height: 280px;
  margin: 120px 0 0 17px;
}
.quick-deliver h2 {
  font-size: 45px;
  color: #333;
  font-weight: bold;
  line-height: 49px;
}
.quick-deliver h2 b {
  color: #e23844;
}
.quick-deliver p {
  font-size: 22px;
  color: #333;
  line-height: 26px;
  margin: 20px 0;
}
.quick-deliver ul {
  margin: 0;
  padding: 0;
}
.quick-deliver ul li {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 17%;
}
.quick-deliver ul li img {
  width: 100%;
  height: auto;
  border-radius: 90px;
}
.quick-deliver ul li h3 {
  font-size: 18px;
  text-align: center;
  margin: 8px 0 0 0;
}
.quick-deliver span {
  float: left;
  margin-top: 30px;
}
.quick-deliver a {
  float: left;
  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  background-color: #e23844;
  border: 1px #e23844 solid;
  margin-right: 20px;
  border-radius: 10px;
}

.quick-deliver a:hover {
  color: #e23844;
  background-color: #fff;
}

.cat-slider img {
  width: 100% !important;
}

.quick-box-right {
  width: 100%;
  float: left;
  padding: 30px;
  margin-top: 10px;
}
.all-category {
  width: 100%;
  float: left;
}
.all-category h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.catlist-box {
  width: 100%;
  float: left;
  padding: 20px 50px;
}
.category-lists {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
.category-lists img {
  width: 100%;
  height: auto;
  border-radius: 90px;
  padding: 5px;
  border: 1px #e23860 solid;
  /* background-color: #e23860; */
  box-shadow: 1px 3px 4px -1px rgba(0, 0, 0, 0.1);
}
.category-lists h3 {
  font-size: 17px;
  color: #555;
  margin: 10px 0 0 0;
}

.cattxt {
  font-size: 17px !important;
}

.main-heading {
  width: 100%;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
}

.other-dises {
  margin: 30px 0 20px 0;
}

.subscribe-area {
  background-image: url(../../../images/mandalas-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.subscribe-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171515;
  z-index: -1;
  opacity: 0.9;
}
.section-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.subscribe-area .section-title h2 {
  color: #fff;
  margin-top: -9px;
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
.subscribe-area .section-title p {
  color: #c9c7c7;
}

.default-btn {
  background-color: #4d0322;
  display: inline-block;
  line-height: 1;
  padding: 15px 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 1px;
  background-color: #966b7d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 1px;
  background-color: #966b7d;
}

.default-btn:hover {
  color: #fff;
}

.how-area {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  padding: 60px 0 40px 0;
  text-align: center;
}
.how-area h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
}
.how-box {
  width: 100%;
  float: left;
  text-align: center;
}
.how-box h3 {
  font-size: 20px;
  color: #333;
}
.how-box p {
  font-size: 15px;
  color: #333;
}

.find-area {
  width: 100%;
  float: left;
  padding: 60px;
  background-color: #fff;
}
.find-box {
  width: 100%;
  float: left;
  padding: 0 30px;
}
.find-box h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 44px;
}
.find-box p {
  font-size: 17px;
}
.find-box img {
  width: 100%;
  float: left;
}

.find-url {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
}
.find-url a {
  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  background-color: #e23844;
  border: 1px #e23844 solid;
}
.find-url a:hover {
  color: #e23844;
  background-color: #fff;
}

.location-area {
  width: 100%;
  float: left;
  background-color: #f3f4f8;
  padding: 60px 0 30px 0;
}
.location-box {
  width: 100%;
  float: left;
  background-color: #f3f4f8;
  padding: 60px 0;
}
.location-left {
  width: 100%;
  float: left;
  padding-right: 40px;
}
.google-map {
  width: 100%;
  float: left;
  border: 4px #e23844 solid;
  padding: 10px;
}
.google-map img {
  width: 100%;
  height: auto;
}
.location-contact {
  width: 100%;
  float: left;
  border-radius: 10px;
  box-shadow: -1px 2px 2px #cbced1, 3px -3px 8px #fff !important;
  padding: 26px 10px;
  text-align: center;
  margin-bottom: 30px;
}
.location-contact p i {
  font-size: 28px;
}
.location-contact p {
  font-size: 21px;
}
.location-contact p span {
  font-weight: bold;
  font-size: 18px;
  color: #e23844;
}

footer .text-muted {
  color: #bdbdbd !important;
  font-size: 14px !important;
}

.footer-about .btn {
  width: 40px !important;
  height: 40px !important;
  font-size: 17px !important;
}

.ftrcat h6 {
  border-bottom: 1px #b1b1b17d solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section-footer {
  margin-top: -1px !important;
}
.section-footer .border-top {
  background-color: #121212 !important;
}
.copyright p {
  font-size: 14px;
  color: #bdbdbd;
}

.process-area {
  width: 100%;
  float: left;
}
.theeka-process-desktop {
  width: 100%;
  float: left;
}
.theeka-process-desktop img {
  width: 100%;
  height: auto;
}

.theeka-process-mobile {
  width: 100%;
  float: left;
}
.theeka-process-mobile img {
  width: 100%;
  height: auto;
}
.ftrlist li {
  width: 50%;
  float: left;
}

.registration-area {
  width: 100%;
  float: left;
  margin: 40px 0;
}
.registration-heading {
  width: 100%;
  float: left;
  text-align: center;
}
.registration-heading h1 {
  font-size: 32px;
  color: #e23844;
}
.registration-form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.registration-form img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.registration-form {
  width: 100%;
  float: left;
  box-shadow: -1px 2px 2px #cbced1, 3px -3px 8px #cbced1;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.registration-form h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 20px 0;
}

.reg-ipt {
  width: 100%;
  float: left;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border: 1px #85004b solid;
  border-radius: 90px;
  margin-bottom: 20px;
}

.reg-sub {
  border: 1px solid #85004b;
  background-color: #85004b;
  padding: 12px 50px;
  font-size: 17px;
  color: #fff;
  border-radius: 90px;
  font-weight: 500;
  margin-top: 20px;
}

.reg-sub:hover {
  border: 1px solid #85004b;
  background-color: #fff;
  color: #85004b;
}

.currently {
  width: 100%;
  float: left;
  font-size: 35px;
  color: #85004b;
  text-align: center;
  font-weight: bold;
}

.status {
  width: 100%;
  float: left;
  font-size: 35px;
  color: red;
  text-align: center;
  font-weight: bold;
}

.pay {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.phonepay {
  width: 100% !important;
  float: left;
  text-align: center;
  margin-top: 70px !important;
}

.upload-box {
  width: 100% !important;
  float: left;
  text-align: center;
  margin: 30px 0 20px 0 !important;
}
.upload-box a {
  border: 2px solid #85004b;
  background-color: #85004b;
  padding: 12px 50px;
  font-size: 17px;
  color: #fff;
  border-radius: 90px;
  text-decoration: none;
}
.upload-box a:hover {
  background-color: #fff;
  color: #85004b;
}
.thanks-area {
  width: 100%;
  float: left;
  text-align: center;
  box-shadow: -1px 2px 2px #cbced1, 3px -3px 8px #cbced1;
  border-radius: 15px;
  padding: 30px;
}

.thanks-area h2 {
  font-size: 55px;
  color: #399b15;
}

.thanks-area h3 {
  font-size: 20px;
  color: #333;
  margin: 30px 0;
}

.thanks-area p {
  font-size: 17px;
  color: #555;
  margin: 50px 0 0 0;
}

.locationdp {
  padding: 10px 20px 5px 20px;
}
.moblogo img {
  height: 50px;
}

.hc-nav-trigger span::before {
  background-color: #353535 !important;
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  background: #353535 !important;
}

.hc-nav-trigger span {
  width: 26px !important;
}
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  width: 80% !important;
}

.whatsappchat {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9999999999;
}

.whatsappchat img {
  width: auto;
  height: 60px;
}

.whatsappchat a {
  font-size: 60px;
  color: #33d251;
}

.whatsappchat a:hover {
  color: #ed1d24;
}

@media only screen and (max-width: 767px) {
  .ftrtop {
    margin-top: -40px !important;
  }
  .srcdone {
    display: none;
  }
  .feather-filter {
    font-size: 20px;
  }
  .bg-primary {
    background: #fff !important;
  }
  .slick-track .cat-item {
    width: 137px !important;
  }
  .bdrsrch {
    display: none;
  }
  .theeka-process-desktop {
    display: none;
  }
  .find-area {
    padding: 40px 0;
  }
  .find-box {
    padding: 0;
  }
  .find-box h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .find-box p {
    text-align: justify;
  }
  .btpack {
    display: none;
  }
  .location-left {
    padding-right: 0;
  }
  .subscribe-area .section-title h2 {
    font-size: 28px;
  }
  .subscribe-area .section-title p {
    font-size: 18px;
    margin-top: 30px;
  }
  .quick-deliver {
    width: 100%;
  }
  .shop-category {
    width: 100%;
  }
  .quick-deliver h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .quick-deliver p {
    font-size: 17px;
    line-height: 23px;
    margin: 10px 0;
  }
  .quick-deliver ul li {
    margin: 0 10px;
    width: 23%;
  }
  .quick-box {
    padding: 15px;
  }
  .shop-category img {
    width: 60%;
    height: auto;
    margin: 30px 20% 0 20%;
  }
  .quick-deliver a {
    padding: 10px 12px;
    margin: 0 5px;
    font-size: 14px;
  }
  .cattxt {
    font-size: 12px !important;
  }
  .catcol {
    width: 33%;
    float: left;
  }
  .catlist-box {
    padding: 20px 0;
  }
  .foodslider {
    margin-bottom: 20px;
  }
  .category-lists h3 {
    font-size: 13px;
  }
  .quick-box-right {
    margin-top: 40px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .theeka-process-mobile {
    display: none;
  }
}

/*Flash Sale*/
.flash_header {
  display: flex;
  justify-content: space-between;
}
.flash_sale_div {
  font-size: 28px;
  font-weight: 700;
}
.view_all_div {
  font-size: 12px;
  font-weight: 400;
}
.flash_container_main {
  margin-top: 2rem;
}

.shopping_item_name {
  font-size: 16px;
  font-weight: 700;
}
.shopping_item_des {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
}
.shopping_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: 10px #000000; */
}
.shopping_item_name_des {
  display: flex;
  flex-direction: column;
}

.shopping_item_rate {
  display: flex;
  gap: 1rem;
}
/*     display: flex;
    gap: 1rem; */
.shopping_item_detail {
  margin-top: 1rem;
}
.shopping_item_container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.deal_countdown_container {
  display: flex;
  gap: 12px;
  align-items: center;
}
.deal_container_heading {
  font-size: 14px;
  font-family: 800;
  color: #9d9d9d;
}
.deal_container_item_hours_heading {
  font-size: 18px;
  font-weight: 800;
}
.deal_container_item_min_heading {
  font-size: 12px;
  font-weight: 400;
  color: #9d9d9d;
}
