
/* flaticon icons css  */
.down-arrow{
    width:30px;
}
/*  */


.checked {
  color: orange;
  
}
.fa-star{
    font-size:11px;
}
.price {
    font-size: 13px;
    font-weight: 600;
}

.product-name {
    font-size: 15px !important;
    font-weight: 600;
    /* line-height: 24px !important; */
}

.product-des {
    margin-left: 10px;
}

.product-img {
    height: 150px;
    background-color: #f8f8f8;
}

.seller-name {
    font-size: 12px;
    font-weight: 400;
    color: black;
}

.seller-location {
    font-size: 12px;
    font-weight: 400;
    color: black;
}
.prod-img {
    height: -webkit-fill-available;
    padding: 10px;
}

/* search bar css  */
.left-s{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right:2px solid red; 
}
.right-s{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.middle-s{
    margin-top: 12px;
    border: none;
    margin-left: 10px;
    width: 96%;
}
.color-white{
    color:white;
}
.search-area::placeholder{
    font-weight:600;
    color:black;
    font-size:13px;
}
.color-red{
    color:red;
}
.ci{
    color: black;
    font-size: 11px;
}
.hr{
    width: 90%;
    margin: 8px auto;
    height: 4px;
}
/*  */

/* loc modal  */
.locmodal-header{
    border-bottom:none !important;
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  
  
  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  /*  */

  /* profile modal  */
.locmodal-header{
    border-bottom:none !important;
}
.profileanimate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  .pb-0{
    padding-bottom:0px !important;
  }
  .border-radius-50{
    border-radius: 50px;
  }
  .center {
  height: 50px;
  line-height: 50px;
  font-size:20px;
  font-weight: 700;
  }
  .bg-black{
    background-color:black;
    color: bisque;
  }
  .update-border{
    border-bottom-right-radius:15px ;
    border-bottom-left-radius: 15px ;
    font-size: 17px;

  }
  .b-r-15{
    border-radius:15px;
  }
  .bell{
    background-color: #e0e9f2;
    border-radius: 25px;
    padding: 12px;
    width: 45px;
    height: 45px;
  }
  .bell-d{
    background-color: #e0e9f2;
    border-radius: 25px;
    /* padding: 12px; */
    width: 35px;
    height: 35px;
  }
  .bell-d-img{
    padding:7px
  }
  .bell-d-arrow{
    padding:4px;
  }
  .color-black{
    color:black;
    font-size:17px;
  }
  .p-b-t{
     padding-top: 6px;
     padding-bottom:6px;
  }

  
  
  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  /*  */


  /* sidebar css  */
  .hero-slider-footer{
    color: white;
    text-align: center;
    margin-left: -.5rem;
    background-color: #3e5a62;
    font-size: 25px;
  }
  .hero-slider-header{
    color: white;
    padding: 7px;
    text-align: start;
    margin-left: -.5rem;
    width: 50%;
    background-color: #3e5a62;
    font-size: 15px;
    font-weight:700;
    

  }
  /*  */

  .seller-head{
    font-size:17px;
    color:#3e5a62;
  }
  .slick-slider .slick-list{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .he{
    font-size: 19px;
    font-weight: 500;
  }
  .subp{
    font-size: 13px;
  }
  .continue{
    margin-top: 20px;
    text-align: center;
    border: 1px solid red;
    color: red;
    padding: 10px;
    margin-bottom: 15px;
}
a {
  color: inherit; /* Inherit color from the parent element */
  text-decoration: none; /* Remove underline */
}

/* product_details.php  */

/*  */




@media (max-width: 767.98px)
{
    .mob-sl{
        height:auto !important;
    }
    .featur-img{
        height:55px !important;
    }
    .border-bottom{
        border-bottom:none !important;
    }
}