
/* map pins */
#empty-map{
    display: none;
}

.customMarker {
    position: absolute;
    cursor: pointer;
    background: #27aa88;
    width: 75px;
    height: 75px;
    /* -width/2 */
    margin-left: -37.5px;
    /* -height + arrow */
    margin-top: -85px;
    border-radius: 50%;
    padding: 0px;
  }
  
  .customMarker:after {
    content: "";
    position: absolute;
    bottom: -7.5px;
    left: 30px;
    border-width: 7.5px 7.5px 0;
    border-style: solid;
    border-color: #27aa88 transparent;
    display: block;
    width: 0;
  }
  
  .customMarker img {
    width: 67.5px;
    height: 67.5px;
    margin: 3.7px;
    border-radius: 50%;
  }

  /* Default styles for the chevron icon */
/* Default styles for the chevron icon */
.icon-container{
    display: inline-block;
    cursor: pointer;

}


.location-cont{
    background-color:rgb(227, 227, 227);
    border-radius: 1rem;
    width: 16rem;
}

.location-cont button{
    border: none;
    padding: 0.2rem;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(94, 94, 94);
    background-color: transparent;
}

.location-cont button:hover{
    background-color:transparent;
}

.location-cont button .address-val{
    font-size: 0.85rem;
    font-weight: 600;
}

/* currrent location input */
#current-location-input{
    border: none;
    background-color: transparent;
  }

  #current-location-input:active{
    outline: none;
  }

  #local-products-map{
    display: none;
  }


  .modal-header{
    position: relative;
  }

  .modal-header .close{
    position:absolute;
    color:#27AA88;
    font-weight: 600;
    background-color: transparent;
    border: none;
    right: 0px;
    top: 0px;
    padding: 1rem;
    line-height: 1rem;
    font-size: 1rem;
  }

  #infoModalLabel, .modal-title{
    line-height: 1rem;
  }