@media (max-width: 1050px) {
  /* home page */
  #homepage-reviews .single-review {
    flex-basis: 48%;
  }
  /* shope page */
  /* #woocommerce-content .columns-4 {
    grid-template-columns: repeat(3, 1fr) !important;
  
  }
  

#custom-cart-wrapper .cart-form {
  flex-direction: column !important;
  align-items: center !important;
}
#custom-cart-wrapper thead th {
  padding: 1vw 1vh !important;
}
#custom-cart-wrapper .table-border {
  padding: 1rem !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#breadcrumb-search-container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}
#custom-cart-wrapper .cart-totals-section {
  margin: 0;
  width: 95%;
}
#coupon_code {
  margin-right: -7vw;
} */
  /* contact */
  #contactUs .contact-us-image img {
    height: 100%;
    width: 100%;
  }
  .location-section .location-section-info {
    justify-content: center;
    align-items: center;
    gap: 5vw !important;
    flex-direction: column !important;
}
.location-section .title-description {
  align-items: center;
  justify-content: center;
}
.title-description p {
  text-align: center;
}
.location-section .contact-location-info {
  
  align-items: center;
  justify-content: center;
}

.featured-On-logos-wrapper::after {
  
  right: -5rem !important;
  width: 20% !important;
  
}

 
}



