/* Add custom CSS styles below */ 
.main-content{
  display:flex;
  flex-direction: column;
}
.product-form{
  order:1 !important;
}
digital-files-settings{display: none !important;}
.product__description{
  order: 2;
}
body.product-single .main-content >  :nth-child(5)  {
  order:3;
}
.sticky-product-bar__quantity,.s-slider-next,.s-slider-prev{display: none;}