@media screen and (max-width: 992px) {
  .navbar2 {
    display: none !important;
  }
  .navbar1 {
    justify-content: flex-start;
  }
  .topNav-buttons {
    width: fit-content;
  }
  .navbar-brand {
    margin-left: 3rem;
  }

  .menu-icon {
    display: block;
    height: 2rem;
    margin-left: 2rem;
  }
  .gstNo {
    font-size: 1rem;
  }
  .topNav-buttons button {
    font-size: 1rem;
  }
  /* ----Drawer---- */
  .drawer {
    width: 25%;
    background-color: rgb(63, 88, 88);
  }
  .drawer-header {
    display: flex;
    width: 100%;
    background: #13a313;
    position: relative;
    height: 100px;
  }
  .close-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 50px;
    line-height: 46px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
  }

  .drawer-body {
    padding: 0;
  }
  .drawer-body-div {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgb(58, 58, 58);
    cursor: pointer;
    font-weight: 400;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 10px 80px 10px 30px;
    margin-top: 10px;
  }
  .drawer-body-div a {
    text-decoration: none;
    color: white;
    margin-left: 20px;
  }
}

@media screen and (max-width: 786px) {
    .navbar-brand img{
        height: 60px;
        width: 60px;
    }
    .navbar-brand {
        margin-left: 2rem;
      }
    .topNav-buttons{
        column-gap: 0.8rem;
    }
    .topNav-buttons button {
        font-size: 0.7rem;
        padding: 0.5rem;
      }
    .gstNo{
        font-size: 0.8rem;
    }
    .product-detail-text {
      align-items: center !important;
      margin-top: 2rem;
    }
    .product-detail-text h6{
      margin-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
  .drawer {
    width: 60%;
  }
  .topNav-buttons{
      flex-direction: column;
    column-gap: 0.8rem;
    row-gap: 0.4rem;
}
}
@media screen and (max-width: 525px) {
  .footer-links {
    column-gap: 0.7rem;
  }
  .footer-links a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 368px) {
  .drawer {
    width: 80%;
  }
}

