.elementor-11 .elementor-element.elementor-element-2515b978{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5f073ece *//* Checkout Fields */

#billing_country_field, #billing_company_field, #order_comments_field, #shipping_country_field {
    display: none;
}


/* Fortis Pay */
iframe {
	 padding-left: 55px;
	 padding-right: 55px;

}

#payment {
    display: flex;
    flex-direction: column;
}

ul.wc_payment_methods {
    order: 2;
}

.place-order {
    order: 1;
}

#customer_details {
    background-color: #f7f7f7;
    padding: 10px;
}

input[type] {
    background-color: white !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    line-height: 0.1;
}

div#fortisIFrameContainer {
    background-color: #f7f7f7;
}

.payment_methods .payment_box:before {
    display: none;
}

span.checkbox + hr {
    display: none;
}

#cc_account_number {
    background-color: white !important;
}

@media only screen and (max-width: 800px) {
    
    div#fortispayment {
    margin: 0 -20px 0 -20px;
}
    
}/* End custom CSS */