@media (max-width: 767px) {

  img.img-fluid {
    width: 100% !important;
  }

  body {
    width: 100vw;
    overflow-x: visible;
    overflow-y: visible;
  }

  .upper-part {
    display: flex;
    flex-direction: column;
    height: 37rem;
  }

  .upper-part .col-lg-9 {
    display: block !important;
  }

  .finishes_product {
    display: none !important;
  }

  .lower-part {
    display: block !important;
  }

  .hidde-mobile {
    display: none !important;
  }

  .product_details {
    margin-top: 0px !important;
  }

  .product_info {
    position: inherit;
  }

}

@media (max-width: 320px) {
  .product_info .info_product {
   font-size: 11px;
  }

  .get_price_allproducts{
  font-size: 10px;
  }

}

