:root{
  --primary: #1D89E4;
  --primary_hover: #3698E7;
  --primary_hr_color: #d3d0d0;
  --primary_button_radius: 25px;
  --primary_card_radius: 5px;
  --primary_button_colors: #fff;
}
.btn-primary{
  background-color: var(--primary) !important;
  color: #fff !important;
  border-radius: 3px !important;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
}
.text-parimary{
  color: var(--primary) !important;
}
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;
}
.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: #fff;
    border: 2px solid var(--primary);
    padding: 7px 15px 7px 15px;
    border-radius: 3px;
    color: var(--primary) !important;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.navbar-brand:hover{
  background-color: var(--primary_hover);
  color: #fff !important;
  text-decoration: none;
}
.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;
}

.jumbotron .heading {
  font-size: 55px !important;
}

.jumbotron .sub-heading {
  font-size: 40px !important;
}

.jumbotron .caption {
  font-size: 25px !important;
}

@media screen and (max-width: 768px) {
  .jumbotron .heading {
      font-size: 40px !important;
  }

  .jumbotron .sub-heading {
      font-size: 30px !important;
  }

  .jumbotron .caption {
      font-size: 15px !important;
  }
}

@media screen and (max-width: 576px) {
  .jumbotron .heading {
      font-size: 35px !important;
  }

  .jumbotron .sub-heading {
      font-size: 20px !important;
  }

  .jumbotron .caption {
      font-size: 15px !important;
  }

}

#word-container {
  font-weight: 600;
  color: #3b68c9;
}

#word-container::after {
  content: '|';
  animation: blink 0.7s infinite;
  margin: 0;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.loginSubmit{
  font-weight: 700;
font-size: 18px;
}
.loginSubmit:hover{
color: #fff;
background-color: var(--primary_hover) !important;

}
.signup-link a{
  font-size: 18px;
  color: var(--primary) !important;
  font-weight: 600;
}
.signup-link a:hover{
  text-decoration: none;
}
.signupSection p{
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.verfication-input{
  border: 1px solid #eeee;
  box-shadow: 0px 2px 9px 0px rgba(163, 162, 162, 0.5);
  width: 60px;
  height: 80px;
  border-radius: 10px;
  margin: 5px;
}
.verfication-Btn{
  background: var(--primary);
  color:#fff !important;
  font-weight:800;
  font-size: 18px;
  border-radius: 5px;
}
#otp_verify_section input{
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
@media only screen and (max-device-width: 480px) {
    .verfication-input{
        width: 40px;
        height: 60px;
    }
    .login-form{
        margin-top: 20%;
    }
}

.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-color: #0b0f19;
  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;
}
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}
.footer-dark h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
}
.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 2.5;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-dark ul a {
  color: white;
  text-decoration: none;
}
.footer-dark ul a:hover {
  opacity: 0.5;
}
.footer-dark .item-footer {
  margin-bottom: 20px;
  background: hsla(0, 0%, 100%, .1);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.footer-dark .item-footer:last-child {
  margin-bottom: 0;
}
.footer-dark .btn {
  background-color: #3498db;
  border: none;
  color: white;
  padding: 10px 20px;
  margin-top: 15px;
}
.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: 18px;
    margin-top: 20px;
    font-weight: 700;
    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: var(--primary) !important;;
    border: var(--primary) !important;;
}
.form-check .form-check-input:checked {
    background-color: var(--primary) !important;;
    border: var(--primary) !important;;
}
.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: 5px;
    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: var(--primary_hover);
    }
    .partnership-title h3{
      font-weight: 700;
      font-size: 1.6rem;
      color: #fff !important;
    }
    
    .partnership-img img{
      border-radius: 5px;
      width: 100%;
      height: 320px;
      object-fit: cover;
      -webkit-box-shadow: 3px 5px 5px 0 rgba(46, 51, 51, .5);
    }
    .card-custom {
      position: relative;
      height: 400px;
      background-size: cover;
      color: white;
      -webkit-box-shadow: 3px 5px 5px 0 rgba(46, 51, 51, .5);
    }
    .card-custom .card-body {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, hsla(0, 0%, 4%, 0), #0a0a0a 60%);
      padding: 1rem;
    }
    .card-custom .btn {
      background: var(--primary);
      border: none;
      padding: 12px 24px;
      border-radius: 4px;
      font-weight: 600;
    }
    @media only screen and (max-device-width: 480px) {
      /* *{
        overflow-x: hidden;
      }    */
    }
    @media (min-width: 769px) {
      .partnership-img{
        height: 250px;
        display: flex;
        justify-content: flex-end;
        margin: 30px;
      }
    }
    .how_to_help ul{
      line-height: 2.5rem;
    }
    .how_to_help img{
      -webkit-box-shadow: 3px 5px 5px 0 rgba(46, 51, 51, .5);
      object-fit: cover;
      border-radius: 10px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%;
      height: 350px;
      width: 100%;
    }
    .devliery_image img{
      -webkit-box-shadow: 3px 5px 5px 0 rgba(46, 51, 51, .5);
      object-fit: cover;
      border-radius: 10px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%;
      height: 350px;
      width: 100%;
    }
    .delivering_more_body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }
    .partnership-div .timeline-area{
      margin: 0;
      width: 360px;
      padding: 0px 20px 0px 30px;
    }
    .partnership-div .timeline-area .tracking-div{
      padding: 1px;
      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 var(--primary) !important;;
        position: absolute;
        top: 7px;
        left: -18px;
    }

    .partnership-div .timeline-area .tracking-div h2{
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin-left: 10px;
    }
    .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: var(--primary);
    }
    .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
}

.required, .error-text{
  color: red !important;
  font-weight: 700;
  font-size: 13px;
}
.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: #1D89E4;
  color: #ffffff;
  border: none;
}
.wishList-add{
  color: var(--primary) !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;;
  } */
  #cartCount{
    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: var(--primary) !important;
  font-weight: 600;
  border: 1px solid #cecece;
  width: 100px;
  border-radius: 3px;
  float: right
}
.sortBtn i{
  color: var(--primary) !important;
}
.sortModal{
  display: block;
}
.sortModalFooter{
  display: inline;
}
.sortModalFooterBtn{
  display: flex;
  justify-content: center;
}
.sortModalFooterBtn .apply-btn{
  background: var(--primary) !important;;
  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: 93vh;
object-fit: cover;
}
.merchant-title{
  overflow: hidden;;
}
.partnership-title h3{
  overflow: hidden;;
}
.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;
  }

  #searchBar {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  #searchBarButton {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

/* freelance marketplace */
.nav-options ul {
  overflow-x: auto;
}
.nav-options ul::-webkit-scrollbar {
  display: none;
}
.nav-options ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.nav-options li {
  position: relative;
  margin: 0 10px;
}
.nav-options li:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: 2px solid var(--primary--color-p);
  transition: width 0.05s linear;
}
.slider-category-search{
  width: 75%;
}
.popular-services {
  position: relative;
  cursor: pointer;
}
#services-slider-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#services-slider-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.slider-right-arrow {
  right: -40px;
  box-shadow: 1px 1px 5px 0px rgb(177, 177, 177);
}

.slider-left-arrow {
  left: -31px;
  box-shadow: -1px 1px 5px 0px rgb(177, 177, 177);
  position: absolute;
  z-index: 10;

}

.slider-left-arrow, .slider-right-arrow {
  position: absolute;
  font-size: 2rem;
  line-height: 30px;
  width: 35px;
  height: 35px;
  top: 35%;
  transform: translate(0, -50%);
  background-color: white;
  border-radius: 50%;
  padding: 0 15px;
  cursor: pointer;
}


.gig_card .card-img-top {
    height: 200px;
    object-fit: cover;
}
.gig_card .card-title fw-bold {
    font-size: 1.25em;
}
.gig_card .card-text {
    font-size: 0.9em;
}
.star-rating {
    color: var(--primary);
}
.badge-custom {
    background-color: #FFD700;
    color: #000;
}
.gig-list-section{
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    min-height: 70vh;
}
.gig_card{
    -webkit-box-shadow: 3px 5px 5px 0 rgba(46, 51, 51, .5);
    border: none;
    outline: none;
    margin-top: 15px;
}
#imagePreviewContainer {
  display: flex;
  flex-wrap: wrap;
}

#imagePreviewContainer img {
  max-height: 100px;
  margin: 5px;
}
.gig_card a{
  text-decoration: none !important;
  color: #000 !important;
}

.custom-select {
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.hover-text-blue:hover {
  color: #1D89E4 !important;
  text-decoration: underline!important;
  font-size: 18px !important;
}

/*start freelance category slider */
  .category-dropdown {
    position: relative;
    display: inline-block;
  }

  .category-dropdown-content {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 40px;
    left: -50px;
    position: absolute;
    background-color: #dcebff;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1111;
    transition: opacity 0.5s ease, visibility 0.3s ease;
  }

  .category-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: rgb(250, 250, 255);
  }
  .category-dropdown-content a:hover {
    color: #1D89E4;
  }

  .category-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    width: 100%;
    background-color: #1D89E4;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .category-dropdown:hover::after {
    transform: scaleX(1);
  }

  .category-dropdown:hover .category-dropdown-content {
    opacity: 1;
    visibility: visible;
  }

  .category-dropdown-content {
    opacity: 0;
    visibility: hidden;
  }
/*End freelance category slider */

.ck-editor__main{
  position: relative;
  height: 180px; 
  overflow: hidden; 
}

.ck-editor__editable {
  height: 100% !important; 
  overflow-y: auto;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .gig_card{
    height: 420px !important;
  }

  #gig_card_titel{
    height: 50px !important;
  }
}