@media print {
    .checkout-form .idevels_store_completion_page .message + a, .checkout-form .idevels_store_completion_page .print-order {
      display: none; 
    }
    
    a,
    header,
    footer,
    .idevels_store_designer_info,
    .messages,
    .print-order,
    fieldset.share-purchase {
      display: none; 
    }
   
    .commerce-checkout-form-complete {
      margin-top: -50px;
    }
    
    h2, h3 {
      page-break-after: avoid;
    }
    
    /*.order-details {
      page-break-before: always;
    }*/
    
    #order-summary {
      margin-top: 15px;
    }
    .order-details {
      page-break-before: always;
    }  
    
    .checkout-form .order-details .fieldset-wrapper > div:last-of-type {
      width: 48.07692%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
    }
    
    .checkout-form .order-details .fieldset-wrapper > div:first-of-type {
      width: 48.07692%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
    }

    #order-summary table tbody > tr:not(:last-of-type) td {
        padding-bottom: 10px;
    }
}
