@media screen and (min-width: 200px) and (max-width: 450px) and (orientation: portrait) {
  .shimage {
    width: 60%;
    height: 13rem;
  }

  .flex-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prduct-container .prdbox {
    width: 100%;
    gap: 0.7rem;
    padding: 1rem;
    flex-direction: column;
  }

  .prdbox .prdimg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prdbox .prddetail {
    width: 100%;
  }

  .table-detail .line-div {
    flex-direction: column;
  }

  .line-div .fstdiv,
  .line-div .snddiv {
    width: 100% !important;
  }

  .padd{
    padding: 0rem !important;
  }
  .flex-between {
    width: auto;
  }
}

@media screen and (min-width: 200px) and (max-width: 915px) and (orientation: landscape) {
  .shimage {
    width: 65%;
    height: 17rem;
  }

  .flex-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 450px) and (max-width: 912px) and (orientation: portrait) {
  .exwidth {
    width: 100% !important;
  }

  .prduct-container .prdbox {
    width: 100%;
  }

  .detail_section {
    padding: 2.5rem;
  }

  .line-div .fstdiv {
    width: 35%;
  }

  .line-div .snddiv {
    width: 63%;
  }
}

@media screen and (min-width: 916px) and (max-width: 1180px) and (orientation: landscape) {
  .detail_section {
    padding: 2rem 3rem;
  }
}