/* .m-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
} */

.sticky-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

  .tp-product-details-thumb-wrapper{
    width: 50% !important;
  }

  @media (max-width: 500px) {
    .sticky-button {
        bottom: 80px;
      }
      .tp-product-details-thumb-wrapper{
        width: 100% !important;
      }
}



