@media (max-width: 767px) {
  .logo-container {
    text-align: left;
  }
  .logo {
    max-width: 200px;
  }

  .image-overlapped {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
  .about-top {
    padding: 15px;
  }

  .about-top .img-fluid {
    width: 50px;
  }
  .about-top .mt-5 {
    margin-top: 0 !important;
  }
  .quote-container img {
    width: 50px !important;
    right: 15px;
    top: -67px;
  }
  .hamburger i {
    font-size: 30px;
    color: var(--secondarybg);
    margin-top: 5px;
  }

  header .btn {
    padding: 0;
  }

  .menu {
    margin: 20px 0px;
  }

  .menu ul {
    text-align: left;
    margin-left: 25px;
  }

  .close-x {
    margin-top: 50px;
    color: #fff;
    font-size: 30px;
  }

  .menu ul li {
    display: block;
    margin-right: 15px;
    margin: 40px 0px;
  }

  .owl-carousel-3 {
    text-align: center !important;
  }

  .owl-carousel-3 .thumbnails a {
    text-align: center;
  }

  .owl-carousel-3 .thumbnails a img {
    margin: 0 auto;
  }

  .owl-carousel-3 .caption-heading {
    display: block;
    margin-top: 20px;
  }

  .quote {
    position: absolute;
    top: -70px;
    left: auto;
    right: 0;
  }
  .main-image {
    max-height: 275px !important;
  }
  .thumbnail-gallery {
    height: 275px !important;
  }

  .product-details {
    padding: 15px !important;
  }

  /* Slide-out menu */
  #slide-out-menu {
    position: fixed;
    top: 0;
    left: -375px; /* Initially hidden off-screen */
    width: 350px;
    height: 100%;
    background-color: var(--footerbg);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: all 1s ease;
    z-index: 1000;
  }
  #slide-out-menu.active {
    left: 0; /* Slide in */
    transition: all 1s ease;
    color: transparent;
  }

  .card {
    margin: 25px 0px;
  }

  /*Footer*/
  footer ul.footer-menu {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  footer ul.footer-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
  }

  footer ul.footer-menu li:after {
    content: "";
    margin-left: 0;
  }

  footer ul.footer-menu li:last-child:after {
    content: "";
  }

  footer .logo-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  footer .footer-social ul {
    margin: 0 auto;
  }
  .footer-form .px-4 {
    padding: 0 !important;
  }

  .footer-form .px-5 {
    padding: 10px !important;
  }
}
