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

    .container {
        max-width: 900px;
    }

    .d-custom-none {
        display: none !important;
    }

    .d-custom-block {
        display: block !important;
    }

    .input-group.py-1 {
        width: 100% !important;
    }

    .d-custom-none {
        display: none;
    }

    .front-header-search {
        position: static;
        opacity: 1 !important;
        -webkit-transform: translateY(0%);
    }

    .select_address {
       /*  min-width: 160px !important;
        max-height: 45px !important; */
    }

    span#pincode-delivery {
        font-size: 12px !important;
        line-height: 12px;
    }

    .search_bar {
        margin-right: 5% !important;
        top: auto !important;
    }

    .before-login-btn {
        min-width: 60px;
        text-align: end;
    }

    .select_address img {
        width: 14px !important;
        height: 14px !important;
        color: #929292 !important;
        /* margin-left: 5px !important; */
    }
    .search_header {
        font-size: 10px !important;
        padding-left: 18px !important;
    }
    .search_icon {
        width: 20px !important;
        height: 22px !important;
    }

  .profilesec{
border: 1px solid white;
border-radius: 50%;
padding: 2px;
width: 14px !important;
height: 14px !important;
}
 
.profile-icon {
object-fit: contain;
}
}


.responsive-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  .text-label {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  /* Responsive styles below 991px */
  @media (max-width: 991px) {
    .responsive-link {
      font-size: 12px;
      padding-left: 4px;
      padding-right: 4px;
    }
  
    .text-label {
      font-size: 12px;
    }
  
  }
  