<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Farbe vom Landesbutton Checkout 

select#billing_country{
	background: #FCFC00 !important;
}

select#shipping_country{
	background: #FCFC00 !important;
}
*/




/* Spinner im Checkout */
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 200px;
    width: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-image:var(--wpr-bg-5c8ab7d1-a781-4684-9450-9a5121e9396d) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
    line-height: 1;
    text-align: center;
    font-size: 2em;
}



</pre></body></html>