/**************************/
/** This is a stylesheet **/
/**************************/

.tfm-garan-label { max-width: 500px; }

#product-infos > .well {
  display: flex;
  flex-direction: column;
}

#product-infos .well > * {
  order: 1;
}

#product-infos .well #main_product_form {
  order: 2;
}

#product-infos .well .tfm-garan-label {
  order: 3;
}
