.ipd-container {
    position: relative;
    display: inline-block;
}

.ipd-image {
    cursor: pointer;
}

.ipd-select {
    /* display: none;
    position: absolute; */
    width: 100%;
    z-index: 1;
}

/*** Anuj */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .popup-content {
    background-color: #efefef;
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popup-content h2 {
    margin-top: 0;
  }
  
  .popup-content p {
    margin-bottom: 20px;
  }

  #closeBtn {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
  }
  
  #closeBtn:hover {
    color: red;
  }
.store-locator-link {
    font-size: 17px!important;
    text-align: center!important;
    /* right: 20px; */
    position: relative!important;
    left: 0px;
    color: #bfa25f;
    text-shadow: 1px 1px #000;
}
/*** Anuj */