/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2026 | 15:16:09 */
/* Blocco conferma ordine in cima alle pagine offerta. Il markup lo crea il JS "Pagine offerta: conferma ordine in cima" */
#fx-okorder { max-width: 880px; margin: 18px auto 2px; padding: 0 12px; box-sizing: border-box; }
#fx-okorder .fxok-in { display: flex; align-items: center; gap: 17px; background: #E1F5EE; border: 2px solid #1D9E75; border-radius: 12px; padding: 22px 24px; }
#fx-okorder .fxok-badge { width: 54px; height: 54px; border-radius: 50%; background: #1D9E75; display: flex; align-items: center; justify-content: center; flex: none; }
#fx-okorder .fxok-tick { color: #ffffff; font-size: 31px; line-height: 1; font-weight: 700; }
#fx-okorder .fxok-h { font-size: 31px; font-weight: 800; color: #0F6E56; line-height: 1.12; text-transform: uppercase; letter-spacing: .3px; }
#fx-okorder .fxok-p { font-size: 15.5px; color: #085041; line-height: 1.45; margin-top: 5px; }
@media (max-width: 767px) {
  #fx-okorder { margin: 10px auto 2px; }
  #fx-okorder .fxok-in { padding: 14px 15px; gap: 11px; border-radius: 10px; }
  #fx-okorder .fxok-badge { width: 38px; height: 38px; }
  #fx-okorder .fxok-tick { font-size: 21px; }
  #fx-okorder .fxok-h { font-size: 20px; }
  #fx-okorder .fxok-p { font-size: 13.5px; }
}