:root{
  --primary: #DB7D00;
  --primary_hover: #f1900f;
  --primary_hr_color: #d3d0d0;
  --primary_button_radius: 25px;
  --primary_card_radius: 5px;
  --primary_button_colors: #fff;
}
hr{
  color: var( --primary_hr_color);
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}
.btn-primary{
    background-color: var(--primary);
    color: var(--primary_button_colors);
    border: var(--primary) !important;
}
.btn-primary:hover{
    background-color: var(--primary_hover) !important;
    color: var(--primary_button_colors) !important;
}
.nav-login-btn {
    background-color: var(--primary);
    padding: 7px 15px 7px 15px;
    border-radius: 5px;
    color: #fff;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration:none;
    margin-right: 1rem;
}
.nav-login-btn:hover{
    background-color: var(--primary_hover);
    color: #fff;
    text-decoration:none;
}
.navbar-brand {
	  background-color: var(--primary);
    padding: 7px 15px 7px 15px;
    border-radius: 5ps;
    border-radius: 25px;
    color: #fff;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.navbar-brand:hover{
  background-color: var(--primary_hover);
  color: #fff;
}
.offcanvas{
  transition: transform .2s ease-in !important;
  height: 100vh !important;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  transform: translateX(-110%);
}
.offcanves-icons{
	color: var(--primary);
	font-weight: bold;
	font-size: 1.5rem;
}
.cartBtn i{
  text-decoration: none;
  color: var(--primary);
  font-size: 1.8rem !important;
  font-weight: bold;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
  border: none;
}
.searchBar-Nav{
  background: #EEEEEE;
  width: 350px;
  border-radius: 25px;
  padding-left: 2.375rem;
}
.searchBar-Nav:focus{
  outline: none;
  box-shadow: none;
}
.locationSearch i{
  position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.search-Nav{
  background: var(--primary);
  padding: 7px 15px 7px 15px;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
}
.slider-title{
  color: #fff !important;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 40px;
  text-shadow: 2px 2px #6d6d6d;
}
.slider-subtitle {
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 2px 2px #6d6d6d;
}

.slider-btn {
  border-radius: 4px;
  background-color: transparent;
  border: none;
  color: #FFFFFF !important;
  border: 2px solid #fff;
  text-align: center;
  font-size: 28px;
  border-radius: 30px;
  padding: 8px 15px 8px 15px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.slider-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.slider-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.slider-btn:hover span {
  padding-right: 25px;
}

.slider-btn:hover span:after {
  opacity: 1;
  right: 0;
}
.carousel-caption{
  top: 30%;
}
.image-logo{
  text-align: center;
}
.map-maker{
  color: var(--primary) !important;
}
.locationPopup1{
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: auto;
  max-width: 170px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 550;
}
.locationSet{
  text-decoration: none;
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 25px;
}
.carousel-item img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 57vh;
}
.flex .under-Line1{
  width: 6rem;
  height: 0.5rem;
  border-radius: 25px;
  margin-top: 0px;
  background-color: var(--primary);
}
.flex .under-Line2{
  width: 2rem;
  height: 0.5rem;
  border-radius: 25px;
  margin-top: 0px;
  background-color: var(--primary);
  margin-left: 8px;
}
.oneShop{
  margin: 5px;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 9px 0px rgba(188, 188, 188 ,.5);

}

.oneShop .card-body{
  flex: none;
  display: flex;
  justify-content: center;
}
.oneShop .card-body img {
  width: 100%;
  border-radius: 0.5rem;

}
.oneShop h4{
  font-size: 18px;
  font-weight: 700;
}


.mobCard img{
    height: 480px;
    border-radius: 3px;
    transition: 0.5s;
    object-fit: cover;
}

@media (min-width: 1401px) {
    .mobCard img{
        height: 640px;
        border-radius: 3px;
        transition: 0.5s;
        object-fit: cover;
    }
}

.mobCard{
    height: 480px;
    width: 300px;
    margin: 1.5rem;
    box-shadow: 0px 2px 9px 0px rgba(99, 99, 99, 0.5);
    overflow: hidden;
}
.mobCard h1{
    margin: 10px;
    font-size: 1.3em;
    font-weight: bold;
}
.mobCard span{
    font-weight: bold;
    font-size: 19px;
}
.mobCard p{
    font-size: 14px;
    opacity: 1;
    visibility: visible;
}
.mobCard{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 338px;
}

.addCard img{
  height: 480px;
  border-radius: 3px;
  transition: 0.5s;
  object-fit: cover;
}


.addCard{
  height: 480px;
  width: 300px;
  margin: 1.5rem;
  box-shadow: 0px 2px 9px 0px rgba(99, 99, 99, 0.5);
  overflow: hidden;
}


.addCard .intro{
  height: 70px;
  padding: 6px;
  box-sizing: border-box;
  position: absolute;
  background: rgba(27, 27, 27, .5);
  color: white;
  bottom: 0px;
  transition: 0.5s;
}
.addCard h1{
  margin: 10px;
  font-size: 1.3em;
  font-weight: bold;
}

.addCard p{
    font-size: 15px;
    margin: 20px;
    visibility: hidden;
    opacity: 0;
}

.addCard:hover{
  cursor: pointer;
}
.addCard:hover .intro{
  height: 300px;
  bottom: 0px;
  background: rgba(27, 27, 27, .5);
}
.addCard:hover p{
    opacity: 1;
    visibility: visible;
}
.addCard:hover img{
    transform: scale(1.1) rotate(-3deg);
}
.addCard span{
  font-weight: bold;
}

#campaignModal .campaign-modal-close{
  right: 0;
  position: absolute;
  padding:5px;
  color: #fff
}
.shopCards a{
  cursor: pointer;
}
.pickCard{
	border-radius: 5px;
	width: 100px !important;
	height: auto;
	margin: 10px !important;
}
.pickCard img{
	border-radius: 5px;
}
.app-store-section{
	background-color: #EEEEEE;
	height: 250px;
	margin-top: 155px !important;
}
.mobile-content{
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: max-content;
	padding-left: 5px;
	padding-right: 5px;

}
.mobile-content img{
	height: auto;
	width: 11rem;
	display: flex;
	justify-content: center;
	object-fit: contain;
	margin-top: -5rem;
	margin-right: 5px;
}
.mobile-text{
	flex-direction: column;
	padding-top: 2.25rem;
}
.mobile-title{
	text-align: left;
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-weight: 600;
	font-size: 30px;
}
.mobile-subtitle{
	text-align: left;
	font-weight: bold;
}
.app-button{
	justify-content: flex-start;
	margin-left: 0px;
  margin-right: 0px;
	align-items: center;
	display: flex;
	margin-top: 5.25rem;
    margin-bottom: 1.25rem;
}
.app-button img {
	object-fit: contain;
	display: block;
	height: auto;
	width: 9rem;
	margin-right: 1rem;
}


/* footer */
.footer-rider{
  /* background-color: #3a3a3a; */
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 0;
  margin: 0;
}
.footer-details{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 68rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.board-bot{
  border-bottom: 1px solid rgba(247, 253, 250, 0.384);
  color: #fff;
}
.footer-under{
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}
.footer-under img {
  display: block;
  object-fit: cover;
  width: 6rem;
  /* height: 6rem; */
}
.footer-img{
  margin-right: 4rem;
  padding: 20px;
  height: 20rem;
  background:hsla(0,0%,100%,.1);
  box-shadow: 0px 2px 9px 0px rgba(44, 44, 44, 0.5);
  border-radius: 3px;
}
.footer-under .footer-links{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 4rem;
  display: grid;
}
.link-list {
  line-height: 2.25rem;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  row-gap: 0px;
  column-gap: 1.25rem;
  flex-wrap: wrap;
  border-radius: 3px;
  padding: 25px;
  background:hsla(0,0%,100%,.1);
  height: 20rem;
  box-shadow: 0px 2px 9px 0px rgba(44, 44, 44, 0.5);
}
.link-list li{
  list-style-type: none;
}
.link-list li a{
  color: #fff;
  text-decoration: none;
}
.link-list li a:hover{
  text-decoration: underline;
}
.footer-rider .footer-coprights{
  /* color: #6d6d6d; */
  font-size: 14px;
  float: right;
}
.footer-rider .footer-coprights a{
  color: #fff;
  text-decoration: none;
}
.footer-rider .footer-coprights a:hover{
  text-decoration: underline;
}
.cartMobile, .mobileSign, .mobileLog{
  display: none;
}


/* product page */
.product-cover{
  width: 100%;
  height: 300px;
}
.category-name{
  position: absolute;
  top: 12px;
  left: 16px;
  font-weight: bold;
  font-size: 2em;
}
.product-Cover-section{
  position: relative;
  text-align: center;
  color: #000;
}
.offcanvas-close-btn:focus{
  outline: none;
  box-shadow: none;
  border: none;
}
.locationPopup1{
  color: #000 !important;
  text-decoration: none;
}
.useLocation{
  color: #000 !important;
  text-decoration: none;
}
.mobileLog{
  display: block;
  width: 100%;
  height: 3rem;
  background-color: var(--primary);
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
}
.mobileLog:hover{
  background: var(--primary_hover);
  color: #fff !important;
}
.mobileSign{
display: block;
width: 100%;
height: 3rem;
color: #000;
font-weight: bold;
font-size: 15px;
text-align: center;
padding-top: 10px;
border: 1px solid var(--primary);
margin-top: 5px;
border-radius: 5px;
}
.nav-link{
color: #000;
font-weight: 600;
}
.mapConfirm-btn{
display: flex;
justify-content: center;
align-items: center;
background:var(--primary);
border-radius: 5px;
margin-top:70%;
}
.mapConfirm-btn button{
color: #fff !important;
}

.acoountName{
display: flex;
margin-top: -20%;
margin-left: 30%;
color: #000 !important;
font-weight: 600;
font-size: 18px;
}
.editAccount{
margin-top: -5%;
margin-left: 30%;
color: var(--primary) !important;
text-decoration: none;
font-size: 15px;
}
.login-form{
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 10%;
}
.login-form h5{
    font-weight: 800;
    font-size: 20px;
}
.googleLogin{
    padding: 10px 15px 10px 15px;
    color: #000 !important;
    background: #ffffff;
    border: 1px solid var(--primary);
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.otheLogin{
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    position: relative;
    width: 100%;
    height: 20px;
}
.line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    opacity: 0.24;
    border-bottom: 1px solid #8c9b9b;
}
.orLine{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    background-color: white;
    padding: 0 15px;
    color: #000;
}
.mobileLogin{
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
}
.loginSubmit{
    background: var(--primary);
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
}
.form-group input:focus{
    outline: 0;
    box-shadow: none;
}
.form-group label{
    font-weight: 600;
}
.login-form p{
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    color: #000;
}
.googleSection img{
    width: 1.5rem;
    height: 1.5rem;
}
.googleSection .googleLogin {
    padding-left: 2.375rem;
}
.googleSection img {
    position: absolute;
    z-index: 2;
    display: block;
    margin-top: 10px;
    margin-left: 10%;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.product-cover{
  width: 100%;
  height: 300px;
}
.category-name{
  position: absolute;
  top: 12px;
  left: 16px;
  font-weight: bold;
  font-size: 2em;
}
.product-Cover-section{
  position: relative;
  text-align: center;
  color: #000;
}
.sortList h6, .priceRange h6, .dietaryList h6{
    font-size: 18px;
    font-weight: 800;
}
.form-switch .form-check-input:checked {
    background-color: #DB7D00;
    border: #DB7D00;
}
.form-check .form-check-input:checked {
    background-color: #DB7D00;
    border: #DB7D00;
}
.form-check .form-check-input:focus{
    outline: 0;
    box-shadow: none;
}
.form-switch .form-check-input:focus{
    outline: 0;
    box-shadow: none;
}
.shopCards{
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: 0px 2px 9px 0px rgba(188, 188, 188 ,.5);
    margin: 5px;
    transition: transform 250ms;
}
.shopCards:hover{
    transform: translateY(-5px);
    box-shadow: 0px 3px 10px 0px rgba(158, 158, 158, 0.5);
}
.shopCards img{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}
.shopCards-body{
    float: left;
}

.card-body{
    padding: 0;
}
.shopCards-body h6{
    font-weight: 700;
    font-size: 18px;
}
.shopCards-body p{
    margin-bottom: 0;
    font-size: 14px;
}
.shopSection{
    margin-top: 15px;
    margin-bottom: 15px;
}
.filterDiv label{
    font-weight: 700;
}
.filterDiv{
    padding-left: 25px;
}
    /* merchant page */
    .merchant-carousel img{
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 80vh;
    }
    .merchant-carousel-caption .merchant-title{
      color: #fff !important;
      font-weight: bolder;
      text-transform: uppercase;
      font-size: 40px;
    }
    .merchant-carousel-caption .merchant-subtitle{
      color: #fff !important;
      font-weight: bold;
    }
    .merchant-carousel-caption .merchant-btn{
      color: #fff !important;
      background-color: var(--primary);
      padding: 10px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 600;
      cursor: pointer;
    }
    .business-types .title {
      font-size: 1.8rem;
      font-weight: 700;
    }
    .partnership-div{
      background: #83AAA7;
    }
    .partnership-title h3{
      font-weight: 700;
      font-size: 1.6rem;
      color: #fff !important;
    }
    /* .partnership-img{
        height: 250px;
        display: flex;
        justify-content: flex-end;
        margin: 30px;
    } */
    .partnership-img img{
      border-radius: 5px;
      width: 150;
    }
    .partnership-div .timeline-area{
      margin: 40px;
      width: 360px;
      border-left: 2px dotted #DB7D00;
      padding: 0px 20px 0px 30px;
    }
    .partnership-div .timeline-area .tracking-div{
      padding: 5px;
      line-height: 1.7;
      position: relative;
      margin-bottom: 20px;
    }
    .partnership-div .timeline-area .tracking-div::before{
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid #DB7D00;
        position: absolute;
        top: 10px;
        left: -38px;
    }

    .partnership-div .timeline-area .tracking-div h2{
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin: 0;
    }
    .partnership-div .timeline-area .tracking-div h3{
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      margin: 0;
    }
    .accordion-button{
      font-weight: 700;
      font-size: 1rem;
    }
    .accordion-button:focus {
      z-index: 3;
      border-color: none;
      outline: 0;
      box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
      color: #fff;
      background-color: #fdab3f;
    }
    .accordion-body{
      font-weight: 500;
      font-size: 14px;
    }
    .accordion-item{
      margin: 10px;
      box-shadow: 0px 3px 10px 0px rgb(158 158 158 / 50%);
    }
    .merchant-card{
        height: 180px;
        width: 100%;
        border-radius: 10px;
    }
    .merchant-card img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .merchant-type{
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

/* contact us */
.contact-text{
  font-size: 16px;
  color: #000 !important;
  font-weight: 500;
  line-height: 2rem;
}
.contact-form{
  padding: 25px;
  border: 1px solid #cecece;
  margin-bottom: 15px;
}
.contact-Btn{
  background: var(--primary) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
}
.supportHours{
  margin-top: auto;
  margin-bottom: auto;
}
.open-hours{
  font-size: 15px;
  font-weight: 500;
}
.contact-from-under{
  font-size: 15px;
  font-weight: 500;
}
.contact-from-under a{
  text-decoration: none;
  color: #000 !important;
  font-weight: 700;
}
.contact-from-under a:hover{
  text-decoration: underline;
  color: #000 !important;
  font-weight: 700;
}
.partner-text{
  font-weight: 500;
  font-size: 15px;
  line-height: 2em
}

.modal-body img{
  width: 100%;
  height: 300px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.modal-body{
  padding: 0 !important;
}
.modal-body .product-description{
  width: 100%;
  padding: 10px;
  text-align: left;
  line-height: 1rem;
}
.modal-body .product-description p{
  font-size: 15px;
  font-weight: 500;
  overflow-y: hidden;
}
.modal-body .product-description h4{
  font-size: 30px;
  font-weight: 700;
}
.subProduct-details{
  position: absolute;
  left:50%;
  line-height:0.9rem;
  text-decoration: none;
  color: #000;
  overflow-y: hidden;
  font-size: 15px;
}
.subProduct-details .price-subProduct, .name-subProduct{
  overflow-y: hidden;
  font-weight: 700;
}
.unit-subProduct{
  overflow-y: hidden;

}
.validationCheck{
  height: auto;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #eeeeee;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 5px;
  margin-left:auto;
  margin-right:auto
}
.validationCheck label{
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  overflow-y: hidden;
}
.validationCheck .form-check-input {
  float: left;
  margin-left: 0 !important;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
}
#productViewModal .btn-close:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
#productViewModal .product-modal-close{
  right: 0;
  position: absolute;
  padding:5px;
  color: #fff
}
.special-deal h6{
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.special-deal{
  background: rgb(236,28,28);
  background: radial-gradient(circle, rgba(236,28,28,1) 0%, rgba(245,79,110,1) 100%);
  padding: 12px;
  border-radius: 3px;
  width: fit-content;
}
.addon-input{
  background-color: #f3f3f3;
  color: #000000;
  border-width: 2px;
  border-color: #babfc4;
  font-weight: bold;
  height: 7rem;
  width: 7rem;

}
.addon-quantity-input {
  height: 2rem;
  width: 7rem;
  z-index: 9;
  bottom: 1rem;
  visibility: hidden;
}
.btn-check:checked + .addon-input{
  background-color: #ef7822;
  color: #ffffff;
  border: none;
}
.wishList-add{
  color: #DB7D00 !important;
  text-decoration: none;
  border: none !important;
  outline: none !important;
}


/*responsive */
@media (max-width: 768px) {
   .cartBtn{
    margin: 0px !important;
  }
  .cartBtn i{
    margin-right: 0px !important;
    font-size: 2rem !important;
  }
  .cartBtn span{
    display: none;;
  }
  .category-name{
    margin-left: 0px !important;
  }
  .navbar-brand, .locationSet{
    display: none;
  }
  .nav.navbar{
    overflow-x: hidden;
  }
  .LogoImg{
    width: auto;
    margin-top: -10px;
    height: 50px;
  }
  .navbar-Img{
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
  .cartMobile{
    display: block;
  }
  .carousel-item img{
    background-position: center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    height: 55vh;
  }
  .oneShop {
    margin: 0px;
    margin-top: 10px;
    padding: 16px;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 9px 0px rgb(188 188 188 / 50%);
}
.addCard{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pickCard{
  width: 43% !important;
}
.topCaintainer{
  padding-right: 0;
}
.app-store-section {
  background-color: #EEEEEE;
  height: 250px;
}
.mobile-content img{
  margin-top: -2rem !important;
}
.app-store-section{
  margin-top: 80px !important;
}
.slider-btn{
  padding: 5px 10px 5px 10px;
  border-radius: 35px;
  margin-top: 15px;
}
.slider-btn span {
  display: inline-table;
  text-decoration: none;
}
.footer-under img{
  margin-right: 0;
}
.footer-under .footer-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1rem;
  display: grid;
}
.locationSearch{
  margin-top: 5px;
}
.mobileLog{
  display: block;
  width: 100%;
  height: 3rem;
  background-color: var(--primary);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
}
.mobileSign{
  display: block;
  width: 100%;
  height: 3rem;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
  border: 1px solid var(--primary);
  margin-top: 5px;
}
.login-form{
  width: 100%
}
.slider-title {
  font-size: 20px;
}
.customRange1 {
  width: 100%;
}
.shopCards {
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: 0px 2px 9px 0px rgb(188 188 188 / 50%);
  margin: 5px;
  transition: transform 250ms;
}
.shopCardOverlay{
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: 0px 2px 9px 0px rgb(188 188 188 / 50%);
  margin: 5px;
  transition: transform 250ms;
}
.footer-img{
  margin-right: 0rem !important;
  margin-bottom: 1rem;
  height: auto;
}
.filterDiv{
  display: none;
}
.sortBtn{
  background: #ffffff;
  color: #DB7D00;
  font-weight: 600;
  border: 1px solid #cecece;
  width: 100px;
  border-radius: 3px;
  float: right
}
.sortBtn i{
  color: #DB7D00;
}
.sortModal{
  display: block;
}
.sortModalFooter{
  display: inline;
}
.sortModalFooterBtn{
  display: flex;
  justify-content: center;
}
.sortModalFooterBtn .apply-btn{
  background: #DB7D00;
  color: #fff;
}
.sortModalFooterBtn .clear-btn{
  background: #cecece;
  color: #000;

}
.login-form{
  margin-top: 20%;
}
}

@media only screen and (max-device-width: 480px) {

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-y: hidden;
}
.link-list{
  height: auto;
}

.offcanvas-header img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.addCard{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 338px;
}

.footer-under {
  display: block;
}
.product-cover img{
  height: auto !important;
}
.shopSection{
  margin-top: 0;
}
.filterDiv{
  border: 1px solid #eeeeee;
  padding: 5px;
  margin: 10px;
}
.shopCards img {
height: auto;
width: 100%;
}
.shopCardOverlay img{
  height: auto !important;
  width: 100%;
}
.shopCardOverlay .shopClosed {
  font-size: 20px;
  left: 20%;
}
.footer-under .footer-links {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 0rem;
  display: grid;
}
.partnership-img {
  height: auto;
  margin: 30px;
  overflow: hidden;
}
.merchant-card {
height: 140px;
width: 100%;
border-radius: 10px;
}
.merchant-type {
position: absolute;
bottom: 0%;
left: 50%;
/* transform: translate(-50%, -50%); */
font-size: 15px;
font-weight: 600;
color: #fff;
padding: 10px;
}
.merchant-carousel img {
height: 60vh;
object-fit: cover;
}
.partnership-img img {
margin-left: auto;
margin-right: auto;
}
}

@media only screen and (min-width: 769px)  {

.shopCards {
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: 0px 2px 9px 0px rgb(188 188 188 / 50%);
  margin: 5px;
  transition: transform 250ms;
}
.shop-location img {
  width: 60%;
  height: 153px;
  margin-left: auto;
  margin-right: auto;
}
.sortModal{
  display: none;
}
.shop-details {
  top: 20px;
  position: relative;
  line-height: 1rem;
  left: 0;
  color: #000;
  font-weight: 700;
  font-size: 15px;
}
.side-cart {
  border: 1px solid #cecece;
  width: 100%;
  height: 50%;
  background: #eeeeee;
  border-radius: 5px;
}

}

