
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;800;900&family=Roboto:wght@500;700&display=swap');

@charset "UTF-8";
body {
  color:#444444;
  backface-visibility: hidden;
  background:#fff ;
  font-family: 'Nunito', serif;
  font-weight: normal;
  font-size: 13px;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
h1{color:#e14e68; font-size:24px;line-height:25px; font-weight:600; }
h2{color:#e14e68; font-size:22px; font-weight:600; line-height: 24px; margin: 0; }
h3{font-size:20px;font-weight: 600;line-height:22px; }
h4{font-size:18px;line-height:22px;font-weight: bold;}
h5{font-size:15px;line-height:22px;font-weight: bold;}
h6{color:#e14e68;font-weight: bold;}
textarea{resize:vertical;outline:0;border-radius: 5px;padding-left:10px;box-sizing:border-box;font-size: 14px;border:1px solid #ccc;}
ul,li{margin:0;}
a,button{color:#e14e68; text-decoration: none;-webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}/*input,*/
a:hover{color: #000;}
/* button:hover{background-color: #e14e68 !important;} */
p{ font-size: 15px; margin: inherit; }
input[type="text"],input[type="password"],textarea{border: 1px solid #ccc;border-radius: 5px; box-sizing: border-box;margin: 0;padding:5px 10px;font-size:14px;outline:0;width: 100%;}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{outline: 0;}
input[type='radio'], input[type='checkbox'] {cursor: pointer;vertical-align: middle;margin: 0;display:inline;}
select{font-size: 14px !important;}
.has-success .form-control, .has-error .form-control { border-color:#ccc !important; box-shadow: none !important;}
.btn-primary{
  background-color: #007BFF;
  border: 0;
}
.fa-red{
  color:gold;
}
/* changeof dir */
.navbar-toggler{
  font-size: x-large;
}

.profile-pics {
  width: 30px;
  height: 30px;
  }
.text-bold{
  font-weight: 800;
}

.banner-phone-image img {
  height: 220px;
  width: 325px;
}

.category-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.category-item {
  text-align: center;
  margin: 10px;
}

.category-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px; 
}
.category-count {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px; 
}

.category-name {
  font-size: 20px;
  color: black!important; 
}
.fm{
  /* float:right; margin-left:70%; */
}
.fp{
  display: flex; padding-top:15px;
}
.cf{
  color: crimson; font-weight: bold;
}
.fpt{
  display: flex;padding-left:20px;text-align: center;
}
.inline{
  display: inline;
}
/* end ofdir */



.form-control:focus{
  border-color:#e14e68!important ;
  box-shadow: none!important;
}




.mall{
  font-weight: 800;
  border: none;
  width: 190px;
}

.mall select,
.mall:focus {
  border: none;
  outline: none;
}
.mall1{
  width: 75%!important;
  border: solid;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 10px; 
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); 
  border: 1px solid #ddd; 
  z-index: 9999;
}
.popup select {
  margin-bottom: 20px;
  font-size: 16px;
  padding: 10px;
  width: 100%; 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.popup select:hover,
.popup select:focus {
  border-color: #007bff; 
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.2); 
}

/* Popup text */
.popup p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  color: #28a745; 
  text-align: center; 
}

.popup button {
  font-size: 16px;
  padding: 12px 25px; 
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px; 
  transition: background-color 0.3s ease; 
}

.popup button:hover {
  background-color: #0056b3; 
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 9998;
  transition: background-color 0.3s ease; 
}

/* Popup open overlay */
.popup-open .overlay {
  display: block;
}
.over{
  overflow: hidden;
}

.txt-left{
  text-align:left;
}
.txt-center{
  text-align:center;
}
.txt-right{
  text-align:right;
}
.helper-txt{font-style: italic;padding: 5px 0;}
.btn-action-blue{
  background: none;
  background-color:#51BCE6;
  color:#fff;
}
.white-border{
  border:4px solid #fff;
}
.off-hide{
  opacity:0.5;
}
.yellow-circle:onhover{
  background-color: skyblue;
}
.yellow-circle{
  width: 13%;
  height: 22px;
  background:#ffc90e;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 22px;
}
.blue-circle{
  color:#fff;
  width: 30px;
  height: 30px;
  background: #51bce6;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.gray-circle{
  color:#444;
  width: 30px;
  height: 30px;
  background: #ccc;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.red-circle{
  width: 25px;
  height: 25px;
  background: #e14e68;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -2px;
}
.red-circle span{
  position:relative;
  top:-2px;
  font-size: 16px;
}
.breadcurmb{
  margin: 15px 0px;
}
.hide{
  display:none!important;
}
.show{
  display:block!important;
}
.borderradius{
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px
}
.animation{
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.divider{
  margin:0 10px;
}
.left-indent{
  padding-left:20px;
}
/*----2. sprite image style----*/
/*----3. Header styles starts here-----*/
.main-navigation{
  position: sticky;
  background-color: #fff;
  top: 0px;
  z-index: 101;
}
#select_with_search{display: none;}
.global-search-form .dselect-wrapper{
  width: 37%;
  float: left;
}
.global-search-form .dselect-wrapper button{
  width: 100%;
  background: white;
  color: #444;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 5px 0px;
  border-radius: 0;
  box-shadow: none;
}
.global-search-form .dselect-wrapper button:hover{
  background-color: #fff !important;
}
.global-search-form .dselect-wrapper .dropdown-menu{
  font-size: 14px;
  border-radius: 0;
  border-top: 0;
  border-collapse: collapse;
  margin-top: -2px !important;
  padding-top: 0px;
}
.global-search-form .dselect-wrapper .dropdown-menu input{
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.global-search-form .dselect-wrapper .dropdown-menu .dselect-no-results{
  padding: 5px 0 0 5px;
}
.global-search-form .dselect-wrapper .dropdown-menu .dselect-items button{
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font-size: 14px;
  padding-left: 10px;
  color: #212529;
}
.global-search-form .search-field{
  width:100%;
  padding: 5px;
  width: 54%;
  float: left;
  border-radius: 0;
}
/* Style the submit button */
.global-search-form button {
  float: left;
  width: 8%;
  padding: 3px;
  background: #e14e68;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}
.global-search-form button:hover {
  background: #b43e53;
}
/* Clear floats */
.global-search-form::after {
  content: "";
  clear: both;
  display: table;
}
.topbar{
  display: flex;
  padding: 2px;
}
.navbar-inverse{
  background: #fff;
  border: none;
  background-color: rgba(255,255,255,0.96);
  -webkit-box-shadow: 0 0 12px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 12px 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 12px 3px rgba(0,0,0,0.2);
}
.top-nav{
  border-bottom:1px solid #ffc90e;
  font-size: 13px;
}
/* .navbar-toggler{display:none;} */
.top-nav .area-label{
  margin-right:8px;
}
.top-nav .area-label fa{
  font-size: 14px;
}
.top-nav .area-value select{
  background: #51bce6;
  font-weight: normal;
  color: #fff;
  border: none;
  padding: 5px;
  outline:none;
  width: 50%;
}
.top-nav .area-value select option{
  background-color:#fff;
  color:#444;
}
.top-nav .header-contact,.top-nav .sign-in{
  padding: 0;
  display:block;
}
.top-nav .sign-in .signin{
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
.top-nav .sign-in a{
  color:#444;
}
.top-nav .sign-in  a:hover{
  text-decoration:none;
  color:#e14e68;
}
.navbar-brand{
  height:auto;
  padding:0px 0
}
.search-form input{
  width: 400px!important;
  border-radius: 5px 0px 0px 5px !important;
  -webkit-border-radius: 5px 0px 0px 5px !important;
  -moz-border-radius: 5px 0px 0px 5px !important;
  height: 46px;
  background: #f1f1f1;
  border:1px solid #D6D6D6;
  font-size: 13px;
}
.header-btn{
  padding: 10px 25px;
  position: relative;
  left: -4px;
  -webkit-border-radius: 0px 5px 5px 0px !important;
  border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  height: 46px;
}
.header-btn:hover{
  color:#fff;
}
.navbar-form{
  margin-top:13px
}
.navbar-nav{
  margin-top:0px;
  margin-left: 0px;
}
.navbar-form{
  margin: 9px 0 0 0;
}
.navbar-nav .top-level{
  padding: 0px 18px 26px 18px!important;
}
.dropdown .fa{
  font: normal normal normal 14px/1 FontAwesome!important;
}
.dropdown a:hover{
  background-color: transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
.navbar-inverse .navbar-nav>li>a{
  text-shadow:none;
  color:#444;
  font-weight:bold;
  position: static;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a{
  background-image:none!important;
  background: none;
  color: #444;
  box-shadow: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
  color: #e14e68;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
  color: #e14e68;
}
.banner-text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px;
}
.banner-title,.banner-title-mobile{
  font-size:46px!important;
  line-height: 50px;
  font-weight:bold!important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.banner-list-text{
  line-height:40px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.banner-list-text ul{
  padding:0;
  margin:0;
}
.banner-list-text li{
  list-style:none;
  font-size:23px;
  background:url(../img/banner-points.png) 22px 7px no-repeat scroll;
  padding: 0 0 0 55px;
}
.navbar-toggle.tuxedo-menu-trigger {
  display: block;
  float: left;
}
.collapse{
  display: flex;
}

.main-container{
  margin: 0;
}
.login-wrapper .login-social {
  font-size: 35px;
  color: #e14e68;
}
.login-wrapper .login-social i:hover{
  color: #b43e53;
}
/*----4. what we do section---*/
.carousel-inner{
  padding:0;
  width:100%;
  margin-bottom:0;
}
.title-gap{
  margin-top:105px;
}
.title-choose-gap {
  margin-top: 50px;
}
h6.title{
  font-size:50px;
  text-align:center;
}
h2.store-title{
  font-size: 35px;
  text-align: left;
  padding-bottom: 10px;
  margin-top: 0;
}
.quote{
  font-size:25px
}
/*----5. Store of the section---*/
.storeofday{
  color: white;
}
.store-day-wrapper{
  background:#358ad1;
}
.store-day-wrapper .container{
  padding-bottom:80px;
}
.store-day-wrapper .store-of-day-title{
  border-bottom:1px solid #a0cef4;
}
.highlight{
  border-bottom:4px solid #a0cef4;
  position: relative;
  bottom: 7px;
}
.store-day-wrapper .store-of-day-description{
  font-size:12px;
}
.store-day-wrapper .store-of-day-description .established{
  font-size:17px;
  color: #000000;
}
.establishe{
  color: #000;
}
.store-day-wrapper .store-of-day-description .view-more a{
  font-size:26px;
}
.store-day-wrapper .store-of-day-description .view-more a:hover{
  color:#f1f1f1!important;
  text-decoration:none;
}
.store-day-wrapper .store-of-day-description .view-more .fa{
  font-size:19px;
}
.store-of-day-rating{
  border: 1px solid #A7CBEB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 5px;
  padding: 15px 9px;
  font-size: 15px;
}
.store-of-day-rating .rating{
  margin-bottom:5px;
}
.store-of-day-rating .rating .fa{
  font-size:26px;
}

/*---9. Footer Section----*/
.footer-logo{
  max-width: 150px;
}
.footer-wrapper{
  color: #fff;
  padding: 0px 0;
  background-color: #000;
  margin: 0 0 0 0;
}
.footer-content h4.title{
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.footer-content li a{
  color: #fff;
}
.footer-content li a:hover{
  color:#e14e68;
  text-decoration: none;
}
.footer-content ul{
  padding:0;
  margin:0;
}
.footer-content li{
  line-height: 30px;
  font-size: 15px;
  list-style:none;
}
.footer-content .promo-logo p{
  line-height: 18px;
  margin-top: 10px;
  font-size:15px;
}
.footer-content .promo-logo a{
  color:#fff!important;
}
.footer-content .promo-logo a:hover{
  color:#fff!important;
  text-decoration:underline;
}
.footer-content .promo-logo p.text{
  font-size: 16px;
}
.footer-content .extra-link{
  margin-top: 30px;
}
.copyright{
  background-color: #e14e68;
  color: #fff;
  padding: 5px 0;
}
.share .facebook-icon, .share .twitter-icon,.share .googleplus-icon,.share .linkedin-icon,.share .pinterest-icon
{
  background-image: url("../img/social-sprite.png");
  background-repeat: no-repeat;
}
.share{
  width: 100%;
}
.share .heading{
  font-size:15px;
}
.share span{
  padding:8px 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share .facebook-icon{
  background-position: 0 0;
}
.share .facebook-icon:hover{
  background-position: 0 -31px;
}
.share .twitter-icon{
  background-position: -30px 0;
}
.share .twitter-icon:hover{
  background-position: -30px -31px;
}
.share .googleplus-icon{
  background-position: -66px 0;
}
.share .googleplus-icon:hover{
  background-position: -66px -31px;
}
.share .linkedin-icon{
  background-position: -107px 0;
}
.share .linkedin-icon:hover{
  background-position: -107px -31px;
}
.share .pinterest-icon{
  background-position: -147px 0;
}
.share .pinterest-icon:hover{
  background-position: -147px -31px;
}
#subcribe{
  margin-top:20px;
}
#subcribe input{
  padding:10px;
  width:162px;
  border-radius:5px 0px 0px 5px;
  -webkit-border-radius:5px 0px 0px 5px;
  -moz-border-radius:5px 0px 0px 5px;
  border: none;
  color: #444;
}
#subcribe button{
  padding:10px 5px 9px 5px;
  font-size: 14px;
  border-radius:0px 5px 5px 0px;
  -webkit-border-radius:0px 5px 5px 0px;
  -moz-border-radius:0px 5px 5px 0px;
  border:none;
  position: relative;
  left: -3px;
  top: -1px;
  background: #e14e68;
}
#subcribe button:hover{
  color:#fff;
  background-color: #b43e53;
}
/*---10. Login Page----*/
.login-wrapper{
  width:55%;
  margin:0 auto;
  background:#fafafa;
  border:1px solid #eaeaea;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
.login-wrapper .title{
  font-size: 36px;
  padding: 5px 0 25px 0;
  line-height: 34px;
}
#login{
  width:80%;
  margin:0 auto;
}

.login-wrapper .login-text{
  font-size: 1rem;
}
.login-diver{
  width:60%;
  border-bottom:2px solid #ccc;
  margin:27px auto 20px auto!important;
}
.modal .login-wrapper,.modal #login {
  width:90%;
  background:none;
  border: none;
}
.has-error .help-block{
  text-align: left;
  font-size: 13px;
  color: red;
}
.has-error input.form-control{
  border: 1px solid red;
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.11)
}
/*---11. Store List Page----*/
.store-wrapper h2{
  margin-top:0;
}
.store-wrapper .filter-wrapper{
  padding:0;
}
.store-wrapper .filter-wrapper .filter-title{
  padding: 5px 15px;
  background-color:#EDEDED;
  border-bottom: 5px solid #fff;
}
.store-wrapper .filter-wrapper .filter-title p{
  margin:0;
}
.filter-wrapper .filter-list{
  padding: 5px 7px;
  margin-bottom: 20px;
}
.filter-wrapper .filter-list ul{
  margin:0;
  padding:0;
  line-height:30px;
}
.filter-wrapper .filter-list ul li{
  list-style:none;
}
.filter-wrapper .filter-list .filter-list-title{
  border-bottom:2px solid #E2E2E2;
}
.related-stores{
  background-color:#F4F4F4;
  padding-top:10px;
  min-height:600px;
}
/* .store-list{padding:0 20px 10px 20px;border-bottom:2px solid #E8E8E8;} */
.store-list h4{
  margin-bottom:0;
}
.store-list .rating{
  font-size: 26px;
}
.store-list  .store-details p{
  line-height:23px;
}
.user-reivew-btn{
  margin-left:8px;
}
.user-reivew-btn a{
  background-color: #e14e68;
  color: #fff;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: normal;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}
.user-reivew-btn a:hover{
  text-decoration:none;
  opacity:0.9;
}
/*---12. Store Register Page----*/
.select-cat .head{
  font-size: 20px;
  margin-top: 15px;
}
.select-cat ul{
  padding-left:15px;
}
.verify-store-form label{
  width:250px;
}
/*---13. Store Myaccount Page---*/
.banner-wrapper{
  position:relative;
}
.banner-upload-btn{
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 10;
  font-size: 20px;
  padding: 5px 30px;
  background: rgba(0,0,0,.5);
  text-align: center;
  vertical-align: middle;
  border-top: 1px dotted #ccc!important;
  width:100%;
  border: none;
}
.banner-upload-btn:hover,.banner-upload-btn:active,.banner-upload-btn:visited{
  color:#fff;
  text-decoration:none;
  background: rgba(0,0,0,.8);
}
.banner-upload-btn .fa{
  font-size:30px;
  margin-right: 10px;
}
.edit-banner-image{
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.tab-list .panel-body{
  border:none;
  padding:0;
}
.panel{
  border-radius:0px !important;
  border: none;
  box-shadow: none;
}
.tab-list .nav-tabs>li>a {
  background-color: #f2f2f2;
  color: #444;
  font-size: 18px;
  margin: 0;
  border-radius: 0px;
  border-right: 2px solid #fff;
}
.tab-list .nav-tabs>li.active>a, .tab-list .nav-tabs>li.active>a:hover, .tab-list .nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  background-color: #e14e68;
  border: none;
  border: 1px solid #e14e68;
}
.tab-list .tab-content{
  padding:10px;
}
.tab-list .nav-tabs>li>a:hover{
  background-color: #e14e68;
  color:#fff;
  border: 1px solid #e14e68;
}
.tab-list .nav-tabs{
  border-bottom:4px solid #e14e68;
}
.tab-list .nav-tabs>li{
  margin-bottom:0;
}
.promo-textbox{
  display: inline-block;
  width: 30%;
}
.promo-picker{
  width: 17%;
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  bottom: -9px;
}
.promo-modal-list{
  text-align: left;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
}
.store-form .form-control{
  width: 40%;
  display: inline-block;
}
.question-list{
  margin-bottom:20px;
}
.question-list .rating{
  font-size: 26px;
  position: relative;
  bottom: 4px;
}
/*---14. Store Details Page---*/
.store-details .rating{
  display: inline-block;
  margin-left: 70px;
}
.store-details .yellow-circle{
  font-size: 25px;
  color: #fff;
  position: relative;
  top: -6px;
  border-radius: 5px;
}
.store-detail-side{
  background-color: #f2f2f2;
}
.store-detail-side h2{
  border-bottom:2px solid #ccc;
  font-size: 18px;
  padding-bottom: 5px;
}
.store-detail-data h2{
  border-bottom:1px solid #f2f2f2;
  font-size: 18px;
  padding-bottom: 5px;
}
.store-detail-data .sub-arrival{
  padding-left:20px;
}
.store-detail-data .sub-head{
  border:none;
  font-size: 16px;
}
.review-form{
  padding: 2px 15px 25px 15px;
  background: #f2f2f2;
}
.review-form h2{
  margin-bottom: 0;
}
.review-form .rating{
  margin: 0;
  font-size: 25px;
}
.inner-content-wrapper .container{
  position: relative;
  top: -88px;
  background: #fff;
  padding: 0 30px;
}
.prdt-discount-section .question-list{
  margin-top: 20px;
}
iframe{
  width: 150%;
}
.product {
  width:68px;
  height:58px;
  margin-top: 5px;
}
.storeimage{
  height: 323px;
  display: block;
}

/*--display none style here---*/
.banner-title-mobile{
  display:none;
}
.banner-title{
  display:block;
}
.tuxedo-menu-trigger{
  display:none;
}
#sidebar {
  display: none;
}


/* ui css completed*/
.btn{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}
.btn-danger{
  background-color: #e14e68;;
  border-color: #e14e68;;

}
.banner-image{
  background: linear-gradient(rgb(206, 222, 189), rgb(253, 229, 236)), url(img/banner-image-three.jpg);
  background-size: cover;
  background-position: center;
} */
/* Add this CSS code to your stylesheet or in a style tag in your HTML file */



.display-3, .display-5 {
  margin-bottom: 10px;
}

.sod {
  color: #ffffff!important;
}
.display-3.sod {
  font-weight: bold;
  text-align: center;
  margin-left: 100px;
  color: transparent;
  display: inline-block;
  position: relative;
}

.display-3.sod span {
  display: inline-block;
  animation:glow 3.75s infinite alternate; 
}


.display-3.sod span:nth-child(1) {
  animation-delay: 0s;
}

.display-3.sod span:nth-child(2) {
  animation-delay: 0.1s;
}

.display-3.sod span:nth-child(3) {
  animation-delay: 0.2s;
}

.display-3.sod span:nth-child(4) {
  animation-delay: 0.3s;
}
.display-3.sod span:nth-child(5) {
  animation-delay: 0.4s;
}
.display-3.sod span:nth-child(6) {
  animation-delay: 0.5s;
}
.display-3.sod span:nth-child(7) {
  animation-delay: 0.6s;
}
.display-3.sod span:nth-child(8) {
  animation-delay: 0.7s;
}
.display-3.sod span:nth-child(9) {
  animation-delay: 0.8s;
}
.display-3.sod span:nth-child(10) {
  animation-delay: 0.9s;
}
.display-3.sod span:nth-child(11) {
  animation-delay: 1s;
}
.display-3.sod span:nth-child(12) {
  animation-delay: 1.1s;
}
.display-3.sod span:nth-child(13) {
  animation-delay: 1.2s;
}
.display-3.sod span:nth-child(14) {
  animation-delay: 1.3s;
}
.display-3.sod span:nth-child(15) {
  animation-delay: 1.4s;
}
.display-3.sod span:nth-child(16) {
  animation-delay: 1.5s;
}
.display-3.sod span:nth-child(17) {
  animation-delay: 1.6s;
}
.display-3.sod span:nth-child(18) {
  animation-delay: 1.7s;
}
.display-3.sod span:nth-child(19) {
  animation-delay: 1.8s;
}

.gray1 {
  color: #ffffff;
  font-size: 20px!important;
}

.view-more-btn {
  margin-left: 85%;
  font-size: 18px;
  /* background-color: #ffffff; */
  color: #000000;
}

.view-more-btn:hover {
  color: white;
}



.store-image {
  margin-top: -5px;
  margin-left: -1226px;
    height: 300px;
  width: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.store-name {
  /* max-width: 50px; */
  margin-top: -220px;
  margin-left: 72px;
  font-size:xx-large;
  color: black!important;
  animation: glow2 3.5s infinite;
}
.sod-name:hover{
  color: #ffffff!important;
}

#expiredOfferCarousel {
  margin-top: 20px;
 
}
.carousel-control-prev,
.carousel-control-next {
  height: 150px;
  width: 45px;
  background-color: black;
  padding: 10px;
  border-radius: 5px;
  top: 40%!important;
    transform: translateY(-50%);
}

.store-rating{
  margin-top: 10px;
  margin-left: 50px;
  width: 300px;
  padding: 10px;
  border: 1px solid peachpuff;
  border-radius: 10px;
}

.sod-des{
  display: flex;
}
.des{
  max-width: 800px;
  color: black;
  margin-left: 40px;
  
}
.des-font{
  font-size: 26px!important;
}
.homepagerating {
  color: #ffffff;
  font-size: 20px;
  animation: glow 1.5s alternate infinite;
}

.special-banner {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to right, #FF8080, #F8ECD1);
  position: relative;
  background-size: cover;
  background-position: center;
}

.display-3 {
  position: relative;
  overflow: hidden;
}


/* .sod {
  animation: pulseInfinite 2s ease-in-out infinite;
}

@keyframes pulseInfinite {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
} */

.gray2{
  color: #000!important;
  animation: glow2 2.5s infinite; 
}

@keyframes glow2 {
  0%, 100% {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  50% {
    text-shadow: 0 0 20px rgb(0, 0,0, 1);
  }
}
.sod-name{
  position: relative;
  
}

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 1);
  }
}


.star-rating a{
  color:rgba(255,255,255,0.5);
  margin-right:10px;
}
.star-rating a:hover{
  color:#fff;
}
img{
  width: 100%;
  height: 100%;
}
/* .navbar{
    height: 52px;
    padding-top: 0px;
    padding-bottom: 0px;
} */
.main-navigation{
  box-shadow: 0 0 12px 3px rgb(0 0 0 / 20%);
}

.btn-outline-succes{
  border-radius: 0px 5px 5px 0px;
  background-color: skyblue;
  color:white;
}
.search{
  border-radius: 7px 0px 0px 7px;
}
.adressline {
  font-size: 1.0rem;
}
.specialcategory{
  display: flex;
}
.categorylist {
  border: 1px solid black;
  border-radius: 12px 12px;
  margin: 7px;
  padding: 5px;
}
/* upto threestores/storeinfo */

.address{
  display: inline;
}
.container-fluid{
  margin-top: 10px;
}
.rating{
  background-color: skyblue;
  border-radius: 15px 15px 15px 15px;
  height: 33px;
  width: 85px;
}
.rate{
  font-size: 19px;
  color: black;
}
.rate:hover{
  color: #FBC02D;
}
.direction{
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid;
  border-radius: 15px;
  margin-top: 3px;
}
.direction:hover{
  background-color:#e14e68;
}
.review-section{
  color: skyblue;
}
.preview-img{
  height: 43px;
  display: inline;
  padding: 15px;
  margin-right: auto;
  width: 40%;
}
.preview-image{
  height: 43px;
  display: inline;
  padding: 15px;
  margin-right: auto;
  width: 40%;
}
.gallery{
  position: absolute;
  top:3px;
  left:20px;
}
.wr{
  position: absolute;
  left: 45%;
  top: 6%;
}
.productup{
  width: 38px;
  height: 44px;
  margin-top: 5px;
}

a {
  text-decoration: none !important;
  color: inherit
}
.rated{
  padding:0px;
}
.card:hover{
  box-shadow: black 3px;
}
.card {
  border-radius: 5px;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 3px;
}
.card #collapse-A{
  margin:0 10px;
}
.star-active {
  color: #FBC02D;
  margin-top: 10px;
  margin-bottom: 10px
}
.star-active:hover {
  color: #F9A825;
  cursor: pointer
}
.star-inactive {
  color: #CFD8DC;
  margin-top: 10px;
  margin-bottom: 10px
}
.blue-text {
  color: #0091EA
}
.content {
  font-size: 18px
}
.profile-pic {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 10px;
  margin-left:23px;
  margin-top: 5px;
}

.catalog-pic{
  width: 100%;
  height: 180px;
  border-radius: 10px;
}
.wrapper{
  border: 1.5px dotted black;
}

.wrap {
  width: 250px;
  height: 50px;
  position: absolute;
  top: 22%;
  left: 21%;
  transform: translate(-50%,-50%);
  border-radius: 10px;
}
.stars {
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 0px;
}
.star {
  color: skyblue;
}
/* .rate {
height: 50px;
margin-left: -5px;
padding: 5px;
font-size: 25px;
position: relative;
cursor: pointer;
} */
.rate input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0%);
  pointer-events: none;
}
.star-over::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  content: "\f005";
  display: inline-block;
  color:skyblue;
  z-index: 1;
  position: absolute;
  top: 17px;
  left: 10px;
}
.rate:nth-child(1) .face::after {
  content: "\f119"; /* ☹ */
}
.rate:nth-child(2) .face::after {
  content: "\f11a"; /* 😐 */
}
.rate:nth-child(3) .face::after {
  content: "\f118"; /* 🙂 */
}
.rate:nth-child(4) .face::after {
  content: "\f580"; /* 😊  */
}
.rate:nth-child(5) .face::after {
  content: "\f59a"; /* 😄 */
}
.face {
  opacity: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  background: skyblue;
  border-radius: 5px;
  top: -50px;
  left: 2px;
  transition: 0.2s;
  pointer-events: none;
}
.face::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0dd";
  display: inline-block;
  color:skyblue;
  z-index: 1;
  position: absolute;
  left: 9px;
  bottom: -15px;
}
.face::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 5px;
  top: -1px;
}
.rate:hover .face {
  opacity: 1;
}
.adressline {
  font-size: 1.0rem;
}
.specialcategory{
  display: flex;
}
.categorylist {
  border: 1px solid black;
  border-radius: 12px 12px;
  margin: 7px;
  padding: 5px;
}

/*common style*/
/* Circle */
.hover15 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px !important;
  overflow: hidden;
}
.hover15::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(244,229,172,.4);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover15:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.hover15 img{
  transition: all .3s;
}
.hover15:hover img{
  transform: scale(1.2);
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.owl-carousel  .owl-nav .owl-prev:focus,
.owl-carousel  .owl-nav .owl-next:focus {
  outline:none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
  outline: none;
}

/*common styling end*/
/*------/ Owl carousel /------*/
/* carousel_se_01 */
.carousel_se_01 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.carousel_se_01 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.carousel_se_01  .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background:skyblue;
  border: 0px solid skyblue;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.carousel_se_01  .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background:#e14e68;
  /*  border: 5px double;*/
  padding:5px;
  border-radius: 50%;
}
.carousel_se_01  .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: var(--light_orange);
  /* border: 5px double;*/
  opacity:0.8;
  padding:5px;
  border-radius: 50%;
  background:var(--light_orange);
}

.carousel_se_01  .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -31px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #e14e68;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-next:hover {
  background:#e14e68;
  color: #fff;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -32px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: skyblue;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev:hover {
  background:skyblue;
  color: #fff;
}

.carousel_se_01 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.carousel_se_01 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
/* .carousel_se_01 .main_services {
    position: relative;
    margin: 30px 0px 40px 0px;
    padding: 40px 15px 32px 15px;
    overflow: hidden;
    text-align: center;
     border: 1px solid transparent;
    border-radius: 8px 8px;
     box-shadow: 12px 14px 0 #ececec;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    min-height: 348px;
} */
/* .carousel_se_01 .main_services:hover {
     border: 1px solid #ededed ;
    box-shadow:none;
} */

/*// sec 01 end*/

.about-section{
  margin-left: 30px;
  max-width: 1150px;
}
.white{
  font-size: 14px;
}
.accordion-button:not(.collapsed)::after {
   background-image:var(--bs-accordion-btn-icon)!important;}



.accordion-button:not(.collapsed) {
  color: black !important; }


.collapsed{
  font-weight: 700;
}
.accordion-button:hover{
  color: #ffffff!important;
}
.accordion-body{
  font-size: 15px;
}
.ml{
  margin-left: -15px;
}
.blog-section,.accordion,.site-contact{
  margin-left: 30px;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important; 
  font-weight: 700;

  background-color: #e14e68!important;
box-shadow:none!important;}
.accordion-button:focus {
  box-shadow: none!important;
}
.carousel_se_04 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.carousel_se_04 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.carousel_se_04  .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #e14e68;
  border: 0px solid #e14e68;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.carousel_se_04  .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #e14e68;
  /*  border: 5px double;*/
  padding:5px;
  border-radius: 50%;
}
.carousel_se_04  .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: var(--light_orange);
  /* border: 5px double;*/
  opacity:0.8;
  padding:5px;
  border-radius: 50%;
  background:var(--light_orange);
}

.carousel_se_04  .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -31px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #e14e68;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_04  .owl-carousel .owl-nav button.owl-next:hover {
  background:#e14e68;
  color: #fff;
}
.carousel_se_04  .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -32px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #e14e68;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_04  .owl-carousel .owl-nav button.owl-prev:hover {
  background:#e14e68;
  color: #fff;
}

.carousel_se_04 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.carousel_se_04 .owl-arrow .owl-nav .owl-prev,
.carousel_se_04 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
.carousel_se_05 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.carousel_se_05 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.carousel_se_05  .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #e14e68;
  border: 0px solid #e14e68;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.carousel_se_05  .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #e14e68;
  /*  border: 5px double;*/
  padding:5px;
  border-radius: 50%;
}
.carousel_se_05  .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: var(--light_orange);
  /* border: 5px double;*/
  opacity:0.8;
  padding:5px;
  border-radius: 50%;
  background:var(--light_orange);
}

.carousel_se_05  .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -34px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: #e14e68;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_05  .owl-carousel .owl-nav button.owl-next:hover {
  background:#e14e68;
  color: #fff;
}
.carousel_se_05  .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -32px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color:#e14e68;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_05  .owl-carousel .owl-nav button.owl-prev:hover {
  background:#e14e68;
  color: #fff;
}

.carousel_se_05 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.carousel_se_05 .owl-arrow .owl-nav .owl-prev,
.carousel_se_05 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.carousel_se_06 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.carousel_se_06 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.carousel_se_06  .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #e14e68;
  border: 0px solid #e14e68;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.carousel_se_06  .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #e14e68;
  /*  border: 5px double;*/
  padding:5px;
  border-radius: 50%;
}
.carousel_se_06  .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: var(--light_orange);
  /* border: 5px double;*/
  opacity:0.8;
  padding:5px;
  border-radius: 50%;
  background:var(--light_orange);
}

.carousel_se_06  .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -31px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: skyblue;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_06  .owl-carousel .owl-nav button.owl-next:hover {
  background:skyblue;
  color: #fff;
}
.carousel_se_06  .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -32px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: skyblue;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_06  .owl-carousel .owl-nav button.owl-prev:hover {
  background:skyblue;
  color: #fff;
}

.carousel_se_06 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.carousel_se_06 .owl-arrow .owl-nav .owl-prev,
.carousel_se_06 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.carousel_se_07 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}
.carousel_se_07 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.carousel_se_07  .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: skyblue;
  border: 0px solid skyblue;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.carousel_se_07  .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: skyblue;
  /*  border: 5px double;*/
  padding:5px;
  border-radius: 50%;
}
.carousel_se_07  .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: var(--light_orange);
  /* border: 5px double;*/
  opacity:0.8;
  padding:5px;
  border-radius: 50%;
  background:var(--light_orange);
}

.carousel_se_07  .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -31px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: skyblue;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_07  .owl-carousel .owl-nav button.owl-next:hover {
  background:skyblue;
  color: #fff;
}
.carousel_se_07  .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -32px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: skyblue;
  box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_07  .owl-carousel .owl-nav button.owl-prev:hover {
  background:skyblue;
  color: #fff;
}

.carousel_se_06 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.carousel_se_06 .owl-arrow .owl-nav .owl-prev,
.carousel_se_06 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}
.site-logo{
  max-height: 45px;
  margin-bottom: 10px;
  max-width: 200px;
}
.navbar{
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.navbar-toggler{
  display: none;
}
#navbarNavDropdown{
  display: flex;
  position: relative;
  width: 100%;
}
.navbar-nav li.nav-item{
  padding: 2px;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  overflow: initial;
  border-radius: 0;
  position: absolute;
}
.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu{
  position: absolute;
  top: 10%;
}
.navbar-nav li:hover, .navbar-nav .dropdown-submenu li:hover {
  background-color: #e14e68;
}
.navbar-nav .dropdown-item,.navbar-nav .dropdown-submenu .dropdown-item {
  padding: 0;
}
.navbar-nav {
  flex-wrap: nowrap;
}
.zeropage{
  border-radius: 10px;
  position: relative;
  left: 10%;
  display: flex;
  justify-content: center;
  width: 80%;
  color: green;
  background: linear-gradient(135deg, #f2f4f7, #ffffff); 
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); 
  font-family: 'Playfair Display', serif; 
  margin-bottom: 10px;
  border: 2px solid #e0e0e0; 
}

.navbar-nav .nav-item {
  flex: 0 0 auto;
  width: auto; /* Reset the width to auto */
}

.main-navigation {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.topheader {
  /* Adjust the styles according to your design */
  background-color: #fff;
}

.desktop-main-navigation {
  margin-top: 70px; 
}

.navbar-nav li ,.navbar-nav .dropdown-submenu li.dropdown-subsubmenu{
  padding: 10px;
  position: relative;
}
.navbar-nav li.dropdown-submenu li{
  position: absolute;
  background-color: #f8f9fa;
  top: -25%;
}
.navbar-nav .dropdown-menu{
  border: none;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
.dropdown-submenu .dropdown-menu {
  left: 95%;
}

/*** Autocomplete ***/
ul.ui-menu{
  padding: 0;
  margin: 0;
  max-height: 75%;
  z-index: 999;
}
ul.ui-menu li.ui-menu-item{
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #000;
}
ul.ui-menu li.ui-menu-item:hover{
  background-color: #fff !important;
}
ul.ui-menu li.ui-menu-item > a {
  padding: 0;
  margin: 0;
}
ul.ui-menu li.ui-menu-item.ui-state-active, ul.ui-menu li.ui-menu-item .ui-state-active,
ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper:hover  {
  border: none;
  background: none;
  color: #000;
  background-color: #fff;
  margin: 0;
  font-weight: normal;
}
ul.ui-menu li.ui-menu-item .ui-state-active a{
  color: #000;
}
ul.ui-menu li.ui-menu-item h2{
  font-weight: normal;
  font-size: 16px;
}
ul.ui-menu li.ui-menu-item img {
  max-width: 40%;
}
ul.ui-menu li.ui-menu-item div.store-details{
  max-width: 60%;
}
.ui-menu-item-wrapper{
  display: flex;
  gap: 5px;
}

/** MyAccount Page **/
.nav-pills .nav-link{
  color: #e14e68;
}
.nav-pills .nav-link.active{
  background-color: #e14e68;
}
.myaccount-right img.avatar{max-width: 150px;}


.loading {
    background-color: #ffffff;
    background-image: url("../img/loader.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.global-search-form{position: relative;}
.existing-search-keyword{
  margin: 7% 0 0 37%;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 62%;
  background: #fff;
  z-index: 99;
}
.existing-search-keyword li{
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.existing-search-keyword li:last-child{border-bottom: 1px solid #ccc;}
.existing-search-keyword li a{display: block;}
.existing-search-keyword li i.fa-repeat{vertical-align: middle;}
.existing-search-keyword li .search-keyword{
  padding-left: 10px;
  vertical-align: middle;
}
.notifications .pagination li{padding: 5px 10px;}

.responsive-img{ width: 100%; height: auto;}


.custom-twitter-icon img {
  height: 17px;
  width: 17px;  
 
}

.h-100{
  overflow-x: hidden!important;
}

.result-item-stores{
  width: 400px;
} 
.pd-0{
  padding: 0;
}
.text-bold{
  font-size: 2.3em;
  font-weight: 700;
}
.ban-height{
  height: 400px;
}
.mt-50{
  margin-top: 80px!important;
}

.storename-index{
  margin-bottom: 15px;
}
.separator {
  color: rgb(129, 129, 129);
  position: relative; 
  top: -2px; 
}

.name-box{
  background-color: white;
  width: 350px;
  margin-left: 40px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 
}
.offers-available {
  background-color: white;
  margin-left: 40px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box; 
}

.offers-available-9 {
  background-color: white;
  margin-left: 26px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 
}

.offers-available-m9 {
  background-color: white;
  margin-left: 26px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 
}


.offers-flash{
  background-color: white;
  margin-left: 36px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.offers-future{
  background-color: white;
  margin-left: 40px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.o-f9{
  background-color: white;
  margin-left: 27px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.name-box2{
  background-color: white;
  margin-left: 20px;
  width: 350px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box; 
}
.product-arrived{
  margin-left: 35px;
  background-color: white;
  width: 349px;
  border-radius: 0 0 10px 10px;
  border-left: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;

}
.p-10{
  padding: 10px;
}
.ml-3{
  margin-left: 3%;
}
.product-upcoming{
  background-color: white;
  margin-left: 34px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.offers-expired{
  background-color: white;
  margin-left: 34px;
  width: 351px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.offers-nearby{
  background-color: white;
  margin-left: 39px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 
}
.offers-brands{
  background-color: white;
  margin-left: 40px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.offers-category{
  background-color: white;
  margin-left: 40px;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}

.catalogue-ali-home{
  margin-left: 45px;
}

.catalogue-cat{
  background-color: white;
  margin-left: 0!important;
  width: 350px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 

}
.index-cat,.avail{
  text-align: left;
  padding-left: 10px;
}
.index-cat{
  font-size: 12px;
  color: #666;
    margin: 4px 0;
}
.less9{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.mr-10{
  margin-right: 10px;
}
.pd-0{
  padding: 0;
}

.carousel-control-prev {
  left: -21px;
}
.carousel-control-next{
  right: -25px;
}
.margin-down{
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 5px;
}
.carousel-control-prev {
  left: -21px;
}
.carousel-control-next{
  right: -25px;
}

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); 
  z-index: 999;
}

.loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  color: #e14e68; 
}
.cat-ali{
  margin: 0;
}
.ml-36{
  margin-left: 40%;
}
.retrigger{
  font-weight: 800;
  font-size: 16px;
}
.delete-acc{
  font-weight: 800;
  font-size: 16px;
}
.category-image{
  width: 100px;
  height: 80px;
}
.mt-27{
margin-top: 27px;
font-weight: 700;
}
.fw{
  font-weight:700;
}
.flash-home{
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}
.status-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle; 
}
.eye-icon {
  position: absolute;
  right: 10px;
  top: 36%;
  transform: translateY(-50%);
  cursor: pointer;
}
.spinner-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #3498db;
}
.password-container {
  position: relative;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 36%;
  transform: translateY(-50%);
  cursor: pointer;
}
.store-reg-cus{
  display: inline-block; margin-right: 10px;
}
.store-reg-cus1{
  display: inline-block;
}
.qr-container{
  display: flex;
  gap: 20px;
}
.qr-container1{
  display: flex;
  gap: 20px;
}
.qr{
  width: 150px;
  }
  .store-button {
    display: flex;
    margin: 10px;
    text-decoration: none;
}
.no-pointer{
  cursor: default;
}

.playstore-button img,
.appstore-button img {
    height: 40px;
}
.popup-heading{
  font-weight: bold; color:crimson;
}
.popup-q{
  color: #333; font-weight:550;
}
.flash-offer-home{
  width: 15%;
  margin-left: 45%;
  padding: 1px;
  margin-top: -13px;
  margin-bottom: 10px;
  height: 30px;

}
.flash-offer-status{
  width: 66px; height: 56px; margin-right: 5px;
}
.icons-dropdown{
  position: relative;
  left: 63%;
}
.custom-dropdown .dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  color: #000;
}

.custom-dropdown .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.grid-catalogue{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.custom-dropdown .dropdown-toggle:hover,
.custom-dropdown .dropdown-toggle:focus {
  /* background-color: #000!important; */
  /* color: black!important; */
  box-shadow: #333;
}

.custom-dropdown .dropdown-menu .dropdown-item {
  color: #000;
}

.custom-dropdown .dropdown-menu .dropdown-item:hover,
.custom-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: gray;
  color: black!important; 
}


.icons-dropdown .dropdown,
.icons-dropdown .status-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icons-dropdown {
  gap: 1rem;
}
.custom-dropdown li:hover{
  background-color: #dad6d6;
 
}
.offcanvas{
  height: 680px;
  overflow-y: scroll;
}
.validation-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  width: 100%;
}
.validation-box p {
  margin: 0;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.validation-box .valid {
  color: green;
}
.validation-box .invalid {
  color: red;
}
.validation-box .valid i {
  margin-right: 5px;
  color: green;
  display: inline;
}
.validation-box .invalid i {
  margin-right: 5px;
  color: red;
  display: inline;
}
.view-all-container {
  display: flex;
  justify-content: flex-end;
}

.view-all {
  font-size: 18px;
  color: #007bff; /* Change to your preferred color */
  text-decoration: none;
  font-weight: bold;
}

.view-all:hover {
  color: #0056b3; 
  text-decoration: underline;
}

#download-btn {
  display: none;
  position: relative; 
}
.product-arrived {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%; 
  margin: 0 auto;
  box-sizing: border-box; 
}

.name-rating{
  text-align: left;
}

.rating-index {
  padding-left: 10px;
  font-size: 14px; 
  color: #555;
  display: flex;
  align-items: center;
  height: 10px;
margin: 11px;
margin-left: 0px;
}
.minus-6{
  margin-top: -6px;
}
.mright-3{
  margin-right: 10px;
}


.index-cat {
  font-size: 12px; 
  color: #666;
  margin: 4px 0;
}

.avail b a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 5px;
}

.margin-down {
  margin-bottom: 4px;
}
.rating-container {
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.rating-index {
  display: flex;
  align-items: center;
}

.rating-content {
  display: flex;
  align-items: center;
  gap: 5px; 
}

.profile-pics {
  width: 24px;
  height: 24px; 
  margin-right: 10px; 
}


.rating-size{
  font-size: 14px;
  margin-right: 5px;
}
.up-style{
  color:#ffc107;
}
.exp-style{
  color: rgb(120, 120, 120);
}
.new-style{
  color: #198754 ;
}
.offer-style{
  color: rgb(223, 49, 55);
}
.rlabel{
  display: inline-block;
  width: 94px;
  border-radius: 20px;
  background-color: #f0f0f0;
  color: #333; 
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd; 
  padding-left: 3px;
  padding-top: 2px;
  padding-right: 3px;
  z-index: 10;
}
.area-container, .mall-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  margin: 10px;
}

/* Item Cards */
.area-item, .mall-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 150px;
  padding: 10px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: table;
  position: relative; 
}

/* Arrow Style */
.arrow-cover{
  position: absolute;
  font-weight: 600;
  right: 10px;
  top: 80%;
  transform: translateY(-80%); 
  transition: color 0.3s ease;
}

/* Hover Effect */
.area-item:hover, .mall-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Link Styles */
.area-item a, .mall-item a {
  text-decoration: none;
  color: #333;
}

/* Name Styles */
.area-name-index, .mall-name-index {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Store/Place Count */
.store-count, .place-count {
  font-size: 1.1em;
  color: #ff6885;
  font-weight: 700;
}

.current-selection {
  pointer-events: none;
  cursor: default;
}
.newly{
  margin-left: 40px;
}
/* feedback */
.feedback-tab {
  position: fixed;
  right: 0;
  bottom: 10%;
  transform: translateY(-50%);
  background-color: #d32f2f; /* Red color to match your theme */
  padding: 10px 5px;
  border-radius: 8px 0 0 8px;
  z-index: 1000;
  transition: background-color 0.3s;
}

.feedback-tab a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  writing-mode: vertical-rl; 
  text-align: center;
  font-weight: bold;
}

.feedback-tab:hover {
  background-color: #b71c1c; 
}
.site-feedback {
  background-color: #ffffff; /* White background for the form */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.site-feedback:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.site-feedback h1 {
  font-size: 2.5rem;
  color: #343a40;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.site-feedback p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 15px;
}

.emoji-feedback {
  margin: 20px 0;
}

.emoji {
  font-size: 2rem; /* Increased size for better visibility */
  margin: 0 15px;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  display: inline-block; /* Aligns emojis better */
}

.emoji:hover {
  transform: scale(1.2);
  filter: brightness(1.2); /* Brighten emoji on hover */
}

.selected-emoji {
  transform: scale(1.4);
  border: 2px solid #dc3545;
  border-radius: 50%;
  filter: brightness(1.2);
}

.emoji-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allow emojis to wrap on smaller screens */
}

.btn-submit {
  background-color: #dc3545;
  color: white;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 25px; /* Rounded button */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
  background-color: #c82333;
  transform: translateY(-2px);
}

.alert-success {
  font-size: 1rem;
  margin-top: 20px;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  transition: border-color 0.2s ease-in-out;
  font-size: 1rem;
}

.form-control:focus {
  border-color: #dc3545; /* Focus color */
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.col-form-label {
  font-weight: 600;
  color: #495057;
}
.ias-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
}

.ias-spinner i {
  font-size: 3rem; 
  color: #e71e0c; 
}
/* Responsive Styles */
@media (max-width: 576px) {
  .site-feedback {
      padding: 20px;
  }

  .site-feedback h1 {
      font-size: 2rem;
  }

  .emoji {
      font-size: 2.5rem; 
      margin: 0 10px; 
  }

  .btn-submit {
      font-size: 1rem; 
  }
}
.site-contact {
  color: #333; 
  font-weight: 600;
}

.text-center-contact {
  text-align: center; 
  margin-bottom: 20px; 
  color: black; 
  font-weight: bold;
}

.contact-form-contact {
  background-color: #f9f9f9; 
  padding: 40px; 
  border-radius: 15px; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s;
}

.contact-form-contact:hover {
  transform: translateY(-5px);
}

h1 {
  font-size: 24px; 
  margin-bottom: 20px;
}

.alert {
  border-radius: 5px;
}

.btn-submit {
  background-color: #c0392b; 
  border: none; 
  padding: 12px 20px; 
  font-size: 16px; 
  color: #fff; 
  border-radius: 8px; 
  transition: background-color 0.3s, transform 0.3s; 
}

.btn-submit:hover {
  background-color: #e74c3c; 
  transform: scale(1.05); 
}

.form-control-contact, .form-select-contact {
  border: 1px solid #c0392b; 
  border-radius: 8px; 
  padding: 12px; 
  transition: border-color 0.3s, box-shadow 0.3s; 
}

.form-control-contact:focus, .form-select-contact:focus {
  border-color: #e74c3c; 
  box-shadow: 0 0 5px rgba(231, 76, 60, 0.5); 
  outline: none; 
}


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

.form-group.row {
  align-items: center;
}

.form-group .col-form-label {
  font-size: 15px;
  font-weight: 600;
  color: #495057;
}

.form-control {
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

.btn-submit {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-close {
  font-size: 16px;
  opacity: 0.5;
}

.btn-close:hover {
  opacity: 0.75;
}
.hidden {
  display: none;
}

.toggle-area, .toggle-mall {
  font-size: 20px;
  cursor: pointer;
  color: #ff6885; 
  font-weight: bold;
  display: block;
  text-align: center;
}
/* Container styling */
.city-dropdown-container {
  position: relative;
  right: 5%;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
}

/* Label styling */
.city-dropdown-container label {
position: relative;
left: -17px;
    font-size: 14px;
    color: #000;
}

/* Dropdown styling */
#city-dropdown {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 12px;
    height: 35px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    transition: border 0.3s ease;
}

/* Dropdown hover and focus effects */
#selected-city-text, #selected-city-text:focus {
    border-color: #f00; /* Matches the red theme */
    outline: none;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}

/* Dropdown arrow styling */
#city-dropdown::-ms-expand {
    display: none;
}

#selected-city-text:after {
    content: "\25BC"; /* Dropdown arrow */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #f00; /* Matches the red theme */
}
.container-location-foot {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #f3f4f6;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.main-title-location-foot {
  color: #2c3e50;
  font-size: 2.2rem;
  font-weight: 00;
  letter-spacing: 1.5px;
  border-bottom: 4px solid #c0392b;
  display: inline-block;
  padding-bottom: 12px;
}

.title-location-foot {
  font-weight: 700;
  border-bottom: 3px solid #c0392b;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.scrollable-list-location-foot {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.08);
}

.scrollable-list-location-foot::-webkit-scrollbar {
  width: 8px;
}

.scrollable-list-location-foot::-webkit-scrollbar-thumb {
  background-color: #c0392b;
  border-radius: 10px;
}

.location-item-location-foot {
  background-color: #f9f9f9;
  color: #2c3e50;
  font-size: 1.15rem;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 12px 18px;
}

.location-item-location-foot:hover {
  background-color: #c0392b;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.mobile-only{
  display: none;
}

@media (max-width: 768px) {
  .view-all-container {
    left: -20px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
  .mobile-only{
    display: block;
  }
  .container-location-foot {
      padding: 25px;
  }

  .main-title-location-foot {
      font-size: 2.2rem;
  }

  .title-location-foot {
      font-size: 1.6rem;
  }

  .location-item-location-foot {
      font-size: 1rem;
  }

  .row .col-md-6 {
      margin-bottom: 30px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .city-dropdown-container {
    position: relative;
    right: 10%;
    flex-direction: column;
    align-items: flex-start;
}

#city-dropdown {
  left: -18px;
    position: relative;
    margin-bottom: 7px;
    width: 174px;
}
  .area-container, .mall-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }

  .area-item, .mall-item {
      width: 90%;
  }
}
.city-selection-container {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0;
}

.city-input {
  font-size: 16px;
  padding: 8px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}



/* Modal Styles */
.modal-city-new {
display: none; /* Hidden by default */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
z-index: 1000;
overflow: auto;
padding-top: 50px;
}

.modal-content-city-new {
background-color: #fff;
margin: 5% auto;
padding: 20px;
border-radius: 10px;
max-width: 800px;
width: 90%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
position: relative;
transition: all 0.3s ease-in-out;
}

.close-modal-city-new {
position: absolute;
top: 10px;
right: 20px;
font-size: 30px;
color: #333;
cursor: pointer;
}

.close-modal-city-new:hover {
color: #e74c3c; /* Red on hover */
}

/* Heading Styling */
.modal-content-city-new h2 {
font-size: 24px;
color: #333;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
}

/* City Grid Styles */
.city-grid-city-new {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-top: 20px;
}

.city-item-city-new {
background-color: #f5f5f5;
padding: 15px;
border-radius: 10px;
width: 120px;
text-align: center;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
overflow: hidden;
}

.city-item-city-new:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.city-item-city-new img.city-item-image-city-new {
width: 80%;
height: auto;
border-radius: 5px;
margin-bottom: 10px;
}

.city-item-city-new p.city-item-name-city-new {
font-size: 16px;
color: #333;
font-weight: 500;
margin: 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .city-input{
    margin-bottom: 3%;
  }
.modal-content-city-new {
  width: 90%;
  padding: 15px;
}

.city-item-city-new {
  width: 45%; /* Make city items smaller on smaller screens */
}
}

@media (max-width: 480px) {
.modal-content-city-new {
  width: 100%;
  padding: 10px;
}

.city-item-city-new {
  width: 47%;
}
}

.city-item:hover {
  transform: scale(1.05);
}
.city-input {
width: 100%;
padding-right: 15px; 
padding-left: 10px; 
height: 34px; 
}

.arrow-icon {
position: absolute;
right: 10px; 
top: 50%;
transform: translateY(-50%);
color: #333; 
pointer-events: none;
}

/* Media Queries for Responsiveness */

@media (min-width: 768px) {


  .newly{
  margin-left: 0px;
}
  .storename-index h6 {
      font-size: 18px;
  }

 .rating-index {
      font-size: 16px; 
  }

  .rating-index img {
      width: 24px; 
      height: 24px;
  }

  .index-cat {
      font-size: 14px; 
  }

  .avail b a {
      font-size: 14px; 
  }
}



/*---Media Queries---*/
/* All small devices(phones, portrait tablets and large phones)  */


@media only screen and (max-width: 768px) {
  .qr-container{
    display: none;
  }
  #download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffeaed;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    position: relative; 
}

.app-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.app-icon {
    width: 50px;
    height: 45px;
    margin-right: 8px; 
    border-radius: 10px;
}

.app-text {
  font-size: 15px;
    margin-right: 8px; 
}

.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f37e88;
    color: #fff; 
    font-size: 16px;
}

/* Spinner styles */
#spinner {
    display: none; 
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #f37e88;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  .upcoming-color{
  background-color: #F8EDE3;
  padding: 10px;
  }
  .expired-color{
    background-color: #ddf0e7;
    padding: 10px;
    }
    .catalogue-color{
      background-color: #ebf3ff;
      padding: 10px;
      }
      .future-color{
        background-color: #edf0ef;
      padding: 10px;
      }
      .newlyarrived-color{
        background-color: #fff7f7;
        padding: 10px;

      }
      .today-color{
        background-color: #eff8fd;
        padding: 10px;
      }
      .brand-color{
        background-color: #f8ffe9;
        padding: 10px;
      }
      .category-color{
        background-color: #F8EDE3;
  padding: 10px;
      }
      .newly-regcolor{
        background-color: #f3d6cf;
        padding: 10px;
      }
      .recent-view-color{
        background-color: #ede3fc;
        padding: 10px;
      }
      .nearby-color{
        background-color: #eff8fd;
        padding: 10px;
      }
      .mobile-center-new{
        margin-left: 15px;
      }
      .mobile-center-newly{
        margin-left: 0px;
      }
      .mobile-center-new-tdy{
        margin-left: 1px;
      }
      
  .grid-catalogue{
    display: block;
    gap: 10px;
  }
  .catalogue-ali-home{
    margin-left: 15px;
  }
  .catalogue-cat{
    width: 92%;
  }
  .center-mobile{
    margin-left: 25px;
  }
  .ccn-ali {
    right: 27px!important;
}
  .popup{
    width: 85%;
  }
  .mobile-center-recent{
    padding: 14px;
  }
  .icons-dropdown{
    left: 0;
  }
  .carousel-control-next {
    right: -8px;
}
  .ml-36{
    margin-left: 30%;
  }
  
  .dropdown-menu{
    margin-left: 11px;
  }
  
  .dropdown-menu{
    margin-left: 11px;
  }
  .less9{
    display: block;
  }
  .mall{
    width: 324px;
  }
  .ban-height{
    height: 345px;
  }
  .pd-0{
    padding: 0;
  }
  .ml-26{
    margin-left: 26px;
  }
  .ml-50{
    margin-left: 50px;
  }
  .desktop-main-navigation{display:none;}
  .topheader{
    text-align: center;
  }
  .logo-wrapper{
    display: table;
    position: relative;
    margin: 5px 0 10px 0;
  }
  .logo-wrapper nav{
    width: 60px;
    display: table-cell;
    vertical-align: middle;
  }
  .logo-wrapper .container-fluid{ margin-top: 0; }
  .logo-wrapper #mobile-menu{
    position: absolute;
    top: 100%;
    z-index: 2;
    text-align: left;
    color: #212529;
    font-weight: 400;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .logo-wrapper #mobile-menu li a{
    color: #212529;
    font-weight: 400;
  }
  .logo-wrapper .header-contact{
    display: table-cell;
    text-align: center;
  }
  div.user-menus{
    font-size: 15px;
    margin: 10px 0;
    text-align: center !important;
  }
  #navbarNavDropdown{
    display: none;
  }
  .footer-content > div{text-align: center;}
  .footer-content .footer-newsletter-sub-wrapper{
    margin: 0 0 10px 0;
  }

  .main-navigation{
    position: sticky;
    top:-226px;
    z-index: 101;
  }
  .storeimage{
    height: 323px;
    display: block;
  }
  iframe{
    width: 125%;
  }
  .navbar{
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product{
    width: 42px;
    height: 42px;
    margin-top: 5px;
  }
  .aboutsection{
    padding: 0px;
  }
  h2.store-title{
    font-size: 32px;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .yellow-circle{
    width: 8%;
    height: 30px;
    background:#ffc90e;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-left: 22px;
  }
  .banner-title{
    display:none;
  }
  .banner-title-mobile{
    display:block;
  }
  .banner-text{
    background:none;
  }
  .report-wrapper{
    background-image:none;
  }
  .banner-title-mobile{
    color: antiquewhite;
    font-size:20px!important;
  }
  .highlight{
    bottom:6px;
  }
  .store-image-mobile{
    text-align:center;
  }
  .promo-logo{
    padding:0;
  }
  .footer-wrapper{
    padding-bottom:0;
  }
  .store-day-wrapper .store-of-day-description {
    padding-top: 20px;
  }
  .scroll-img {
    width: 94%;
  }
  .tuxedo-menu-trigger{
    display:block;
    font-size: 24px;
    float: left;
    margin: 0 20px;
    position: relative;
    top: 16px;
  }
  .sidebar-menu-header{
    background: #fff;
    border-bottom: 1px solid #ccc
  }
  .login-wrapper,#login{
    width:95%;
    margin: 0 10px;
  }
  #sidebar {
    display: block!important;
  }
  .swMain .stepContainer div.content,.swMain div.actionBar{
    width: 100%!important;
  }
  .swMain ul.anchor li a{
    width:auto!important;
  }
  .tab-list{
    margin:0 10px;
  }
  .panel-group{
    border:1px solid #f2f2f2;
  }
  .panel-body{
    padding:0 10px !important;
  }
  .select-cat .text-right,.question-list .text-right{
    text-align: left !important;
  }
  .store-form .form-control{
    width: 100%;
  }
  .banner-upload-btn .fa, .banner-upload-btn{
    font-size: 17px;
  }
  .store-detail-side{
    padding-top:1px;
    padding-bottom:1px;
  }
  .store-details h2.store-title{
    font-size: 25px;
    margin-top: 15px;
  }
  .inner-content-wrapper .container{
    top:0;
  }
  .store-details .rating{
    margin: 0;
  }
  .store-details .yellow-circle{
    font-size: 19px;
    width: 22px;
    height: 22px;
    top: -3px;
  }
  .store-list .rating{
    font-size: 15px;
  }
  .red-circle span{
    position:relative;
    top:-4px;
    font-size: 13px;
  }
  .user-reivew-btn a{
    background-color: #e14e68;
    color: #fff;
    padding: 5px 4px;
    font-size: 8px;
    font-weight: normal;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
  }
  .red-circle{
    width: 18px;
    height: 19px;
    background: #e14e68;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    top:5px;
  }
  .user-reivew-btn{
    margin-left:0px;
  }
  .store-list  .store-details p{
    line-height:23px;
    font-size: 13px;
  }
  .blue {
    /* color:#51bce6; */
    font-size: 17px;
  }
  .filter-wrapper .filter-list{
    padding: 5px 7px;
    margin-bottom: 20px;
  }
  .navbar-toggler{
    display:block;
  }
  #subcribe input{
    padding:10px;
    width:140px;
    border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
    -moz-border-radius:5px 0px 0px 5px;
    border: none;
    color: #444;
  }
  .store-name{
    margin-top: 0!important;
    font-size: xx-large;
  }
  .store-rating{
    margin-left: 0!important;
  }
  .store-image{
    margin-left: 0!important;
    width: 300px!important;
  }
  .view-more-btn{
    margin-left: 0!important;
  }
  .sod-des{
    display: block!important;
  }
  .display-3.sod {
    margin-left: 0!important;
  }
  .des{
    margin-top: 0!important;
    margin-left: 0!important;
  }
  .des-font{
    font-size: 15px!important;
  }
  .carousel-control-prev, .carousel-control-next {
    height: 100px!important;
  }
  .ban{
    margin-top: 0!important;
    height: 90px!important;
  }
}
@media only screen and (max-width: 767px) {
  .catalogue-cat{
    margin-left: 0!important;
  }
  .catalog-pic{
    width: 152px;
    height: 149px;
  }
  .category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.category-name{
  font-size: 15px;
}
  .fp{
    display: block;
  }
  .offers-available {
    width: 300px;
}
.offers-available-9 {
  width: 300px;}

  .offers-available-m9 {
    width: 300px;}

    .margin-bottom{
      border: 0;
      height: 1px;
      
      margin: 15px 0;
    }
    .offers-flash,.offers-future, .product-arrived,.product-upcoming,.offers-expired {
      width: 300px;}
      
    .name-box2{
      margin-left: -3px;
      width: 100%;

    }
    .name-box{
      width: 100%!important;
      margin-left: 0;
    }
    .category{
      width: 100%;
    }
          .o-f9 {
    margin-left: 0px;
    width: 100%;}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  /* Your styles for the specified width range go here */
  .store-image{
    margin-left: 42px;
  }
  .display-3.sod {
    font-size: 42px;
  }
  .store-name{
    margin-top: -50px;
  }
  
}

@media only screen and (width:360px) and (height:740px) {
  .pic{
    width: 100%!important;
  }
  .offers-available-m9{
    width: 100%!important;
  }
  .offers-available,.offers-available-9,.offers-brands,.offers-category,.offers-flash,.offers-expired,.offers-future,.product-arrived,.product-upcoming,.name-box{
    width: 100%!important;
  }
  
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  /* Your styles for the specified width range go here */
  .store-image{
    margin-left: -377%;
  }
}

/* Tablets */
@media only screen and (height: 600px) and (width: 1024px) {
  .store-image{
    margin-left: -711px;

  }
  .display-3.sod {
    margin-left: 197px;
  }
  .desktop-main-navigation {
    /* Adjust the styles according to your design */
    margin-top: 115px!important; /* To avoid content being overlapped by the fixed top navigation */
  }
  

}
@media only screen
  and (device-width: 1024px)
  and (device-height: 1366px)
  and (-webkit-device-pixel-ratio: 2) {
    .store-image{
      margin-left: -719px!important;
    }
    .display-3.sod {
      margin-left: 188px!important;
    }
    
    .view-more-btn {
      margin-left: 750px;
    }
    .store-name{
      margin-left: 37px!important;
    }
    .desktop-main-navigation {
      /* Adjust the styles according to your design */
      margin-top: 115px!important; /* To avoid content being overlapped by the fixed top navigation */
    }
    .offers-available{
      margin-left: 55px!important;
    }
    .offers-available-9 {
      margin-left: 44px!important;
      width: 200px;
  }

  .offers-available-m9 {
    margin-left: 43px !important;}
    .offers-flash {
      margin-left: 48px!important;
      width: 204px!important;
  }
  .offers-future {
    margin-left: 52px!important;
    width: 204px!important;
}
.product-arrived {
  margin-left: 55px!important;
  width: 200px!important;
}
.product-upcoming{
  margin-left: 45px!important;
width: 195px;}
.offers-expired {
  margin-left: 51px!important;
  width: 199px!important;
}
.offers-nearby {
  margin-left: 56px!important;
  width: 199px!important;
}
    .name-box{
      margin-left: 55px!important;
    }
    .offers-brands {
      margin-left: 55px!important;
      width: 199px!important;
  }
  .offers-category {
    margin-left: 55px!important;
    width: 201px!important;
}


    
}
@media only screen and (height: 1024px) and (width: 1366px) {
  .name-box {
    margin-left: 38px!important;
    width: 278px!important;
}

}

@media only screen
  and (width: 912px)
  and (height: 1368px)
  {
    .store-rating{
      margin-left: 178px;
    }
    .store-image{
      margin-left: 170px;
    }
    .store-name{
      margin-left: 195px;
      margin-top: 0!important;
    }
    .display-3.sod {
      margin-left: 15px;
    }
    .sod-des{
      display: block!important;
    }
    .des{
      margin-top: 0!important;
    }
}
@media only screen and (height: 1180px) and (width: 820px) {
  .search-bar-test {
    left: 17px !important;
  }
.store-rating,.store-image {
  margin-left: 185px;
}
.store-name{
  margin-top: 11px;
  margin-left: 202px;
}
.display-3.sod {
  margin-left: 28px;
}
.sod-des{
  display: block;
}
.des{
  margin-top: 0!important;
}
.view-more-btn {
  margin-left: 540px;
}
.desktop-main-navigation {
  /* Adjust the styles according to your design */
  margin-top: 115px!important; /* To avoid content being overlapped by the fixed top navigation */
}
}
@media only screen and (height: 1280px) and (width: 800px) {
  .desktop-main-navigation {
    margin-top: 115px;
}


}
@media only screen and (height: 800px) and (width: 1280px) {
 
.name-box {
  margin-left: 39px!important;
  width: 276px!important;
}

}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .newly-reg{
    margin-left: 41px!important;
  }
  .pic{
    width: 273px!important;
    height: 230px!important;
  }
  .offers-available{
    width: 275px;
    margin-left: 48px;
  }
  .offers-available-9 {
    width: 275px;
    margin-left: 35px;

  }

  .offers-available-m9{
    width: 275px;
    margin-left: 36px;
  }

  .rating-index{
    /* margin-left: 95px; */
  }
  .name-box {
    margin-left: 47px!important;
    width: 275px!important;
}
  .offers-flash {
    margin-left: 43px;
    width: 276px;}
    .offers-future {
      margin-left: 48px;
      width: 275px;}
      .o-f9 {
        margin-left: 34px;
        width: 276px;}
      .product-arrived {
        margin-left: 42px;
        width: 275px;}
        .product-upcoming{
          margin-left: 49px;
        width: 274px;}
        .offers-expired{
          margin-left: 43px;
        width: 274px;
        }
        .offers-nearby{
        width: 274px;
        }
        .offers-brands {
          margin-left: 47px;
          width: 275px;}
          .offers-category {
            margin-left: 47px;
            width: 275px;}
  .name-box2{
    width: 285px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.offers-available {
  margin-left: 15px;
  width: 200px;}
  .offers-available-9 {
    margin-left: 4px;
    width: 200px;}

    .offers-available-m9 {
      margin-left: 3px;
      width: 200px;}

      .search-bar {
        top: 10px;
        left: 6px!important;
        position: relative;}
        .search-bar-test {
          left: 4px;}
          #city-dropdown {
            left: 30px!important;
            position: relative;}
            .navbar-nav {
              flex-wrap: wrap;
          }
          .city-dropdown-container {
            display: flex;
            align-items: baseline;}
            .qr{
              width: 85px;
            }
            .qr-container{
              gap: 13px!important;
            }
            .qr-container1 {
              position: relative;
              left: -18px!important;
              display: flex;
              gap: 0px!important;}
              .playstore-button img, .appstore-button img {
                width: 85px;
                height: 40px;
            }

  .name-box{
    margin-left: 15px;
    width: 201px;
  }
  .name-box2{
    width: 200px;
    margin-left: 1px;
  }
  .offers-flash {
    width: 199px;
  }
  
  .offers-nearby {
    width: 200px;
  }
  .offers-future {
    margin-left: 15px;
    width: 200px;
  }
  .product-arrived ,.product-upcoming,.offers-expired{
    width: 200px;
  }
 
  .less9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

  .category-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .offers-brands {
    margin-left: 16px;
    width: 198px;}
    .offers-category {
      margin-left: 16px;
      width: 199px;
    }  
}

@media only screen and (height: 768px) and (width: 1024px) {
  .icons-dropdown {
    position: relative!important;
    left: 0%!important;
}
  .offers-flash {
    width: 199px;
}
.offers-future {
  width: 200px;
}
.product-arrived,.offers-expired,.product-upcoming {
  width: 200px;
}
.offers-available {
  width: 202px;
}

.name-box {
  width: 203px;
}
.navbar-nav{
  margin-top: 55px;
}
}
@media only screen and (height: 820px) and (width: 1180px) {

  .offers-flash {
    margin-left: 14px;
    width: 276px;
}
.offers-available {
  width: 274px;
  margin-left: 7px;
}
.offers-future {
  margin-left: 17px;
  width: 275px;
}
.offers-expired {
  margin-left: 12px;
  width: 275px;
}
.name-box {
  margin-left: 8px;
  width: 278px;
}
.product-arrived {
  margin-left: 13px;
  width: 274px;
}
.product-upcoming {
  margin-left: 19px;
  width: 274px;
}

}

@media only screen and (device-height:915px) and (device-width:412px) {
  .mobile-center-new{
    margin-left: 34px!important;
  }
  .qr-container {
    display: flex;
    gap: 52px;
  }
  .qr-container1 {
    display: flex;
    gap: 31px;
}
.carousel-control-next {
  right: 22px;
}
}
@media only screen and (device-height:740px) and (device-width:360px) {
  .search-bar-test {
    position: relative;
    left: -31px!important;
}
.search-bar-test {
  margin-bottom: 10px;
  width: 326px!important;
}
.search-bar {
  width: 325px!important;
  margin-bottom: 10px;
}
.search-bar {
  left: -21px!important;
  position: relative;}


}