/**************************/
/** This is a stylesheet **/
/**************************/


.tfm-guarantee-label {
  display: flex;
  gap: 30px;
}

.tfm-guarantee-label a > img { 
  max-width: 500px; 
}

@media screen and (max-width: 767px) {
    .tfm-guarantee-label:has(.tfm-garan-label) {
        flex-direction: column;
    }
	
	.tfm-guarantee-label a > img { 
	  max-width: 100%; 
	}
}

#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-guarantee-label {
  order: 3;
}


