.product-price {
  text-align: center !important;
  float: none !important;
  pointer-events: none;
}
.orderlistcontainer {
    display: none !important;
}
.vm-product-container {
      width: 75%;
    margin: auto;
}
.vm-product-details-container {
    position: sticky;
    top: 36%;
    left: 36%;
}
.floatleft {
  float: none;
}

.additional-images {
    display: flex;
    width: 75%;
    margin: auto;
}

.back-to-category {
    float: none;
}