@media only screen and (max-width: 767px) {
  #detailsPopup .modal-dialog {
    width: 95%;
    max-width: unset;
  }
  .img-box5 {
    margin-bottom: 40px;
  }
  .vs-menu-toggle {
    color: #000;
  }
  .logo-order {
    order: 1;
  }
  .menu-order {
    order: 2;
    text-align: right;
  }
  .home-catalogue-section {
    margin: 20.5vw 0 0;
  }
  img.about-check {
    height: 80px;
  }
  .vs-menu-wrapper .mobile-logo {
    background-color: #fff;
  }
  .mobile-logo img {
    height: 120px;
  }
  .vs-mobile-menu {
    margin-top: 0;
  }
  .vs-mobile-menu ul li a {
    font-size: 16px;
  }
  .img-box2 {
    min-height: 336px;
    clip-path: polygon(
      8% 0,
      91% 0,
      100% 11%,
      100% 89%,
      91% 100%,
      8% 100%,
      0 89%,
      0 11%
    );
  }
  .product-style2::after,
  .product-style2 {
    min-height: auto;
  }
  .img-box2 .img-body {
    display: none;
  }
  .instagram-section {
    padding: var(--section-space-mobile) 2% 0;
  }
  
}
