@media only screen and (max-width: 767px) {
  .nav-content {
    padding: 0 20px;
  }

  #delivery-banner-link > .big-text,
  #delivery-banner-link > .rounded-btn {
    left: 10px;
  }

  #delivery-banner-link > .big-text {
    font-size: 16px;
    bottom: 50px;
  }

  #delivery-banner-link > .rounded-btn {
    top: calc(80px + 5vh);
    left: 6vw;
    font-size: 11px;
  }

  .delivery-text {
    left: 10px;
  }
  .delivery-text h4{
    text-align: center;
  }

  .delivery-img {
    left: unset;
    right: 10px;
  }

  .delivery-banner {
    height: 440px;
  }
  
  .rectangle {
    width: 310px;
  }

  .section {
    padding: 50px 20px;
  }
  .product {
    display: flex;
    justify-content: center;
  }
  #main-carousel {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .side-qrs-logo img{
    display: flex;
    margin: 0 auto;
    height: 280px;
    padding: 2rem;
  }
  .qrs p{
    text-align: center;
  }
  .herba img{
    height: 180px!important;
  }
  #thaina {
    height: 330px;
  }
  .delivery-btn{
    width: 68vw;
    margin: 0 auto; 
  }
  .products-line{
    margin-left: 0 ;
  }
  .rounded-btn{
    height: 35px;
    align-items: center;
  }
  .space-txt{
    width: 100%;
    margin-left: 0;
    padding-top: 2rem;
  }
  .line-complete-btn{
    display: flex;
    align-items: center;
    font-size: 14px;
    max-width: auto;
  }
}

@media only screen and (max-width: 916px) {
  #shake-message {
    margin-left: 20px;
  }

  .hblf-sidebar {
    width: 300px;
  }

  p {
    text-align: justify;
  }

  #main-carousel img {
    height: 230px;
    object-fit: cover;
    object-position: 15% 50%;
  }

  .container {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .delivery-text {
    top: 30px;
  }

  .delivery-btn {
    margin-top: 20px;
  }

  .image-logo > img {
    margin: 0 auto;
  }

  .image-logo > .logo {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 3;
  }
}

@media only screen and (max-width: 1230px) {
  #header-side-bar-button {
    display: inline-block;
  }

  #header-links {
    display: none;
  }
}

@media only screen and (max-width: 1250px) {
  .shake-logo {
    width: 70px;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 1016px) {
  .shake {
    right: 20px;
  }

  #notification {
    right: 20px;
    width: 220px;
  }

  #strawberry {
    z-index: 1;
    right: 100px;
  }

  #shake-message {
    margin-top: 130px;
  }
}
