@media (max-width:768px) {
  .hide-elem{
      display: none;
  }
  .navbar{
    flex-wrap: wrap;
  }
  .navbar__menu {
    display: none;
  }
  .navbar__logo{
    width: 70%;
  }
  .navbar__icons{
    width: 20%;
    display: flex;
    justify-content: flex-end;
  }
  .navbar__hamburger {
    display: flex;
    justify-content: space-between;
    width: 10%;
    order: -1;
    gap: 10px;
  }
  .navbar__hamburger i.fa-search{
    font-size: 18px;
  }
  .product-page {
    flex-direction: column;
  }
  .product-page__left,
  .product-page__right {
    width: 100%;
    padding-left: 0;
  }
  .product-page__left{
    position: unset;
  }
  .gallery-thumbs .swiper-slide{
    opacity: 0.8;
  }
  .gallery-thumbs .swiper-slide img{
    border-radius: 10px;
  }
  .product-title{
    font-size: 23px;
    line-height: 35px;
  }
  .product-rating span.stars{
    font-size: 14px;
    line-height: 24px;
  }
  .product-tabs{
    display: none;
  }
  .product-tabs-mobile{
    display: block;
  }
  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    /* text-align: center; */
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }

  .footer-column {
    width: 100%;
  }
  .footer-top .social-icons{
    justify-content: flex-start;
  }

  .footer-bottom .payment-options {
    text-align: center;
  }
  .customer-reviews {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .review-block {
    width: 48%;
    margin-bottom: 20px;
  }

  .navbar__logo img {
    height: 29px;
  }

  .standard-size {
    font-size: 13px;
  }

  .product-variations label {
    font-size: 18px;
  }
  .mobile-tab-content img {
    width: 100%;
  }

  .footer-column.page-links {
    margin-top: 30px;
  }
  .product-rating .review-count {
    margin-left: 0;
  }
  .stars {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .customer-reviews {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .review-block {
    width: 48%;
  }

  
  img.cards-icons {
    max-width: 260px;
  }
  
}
