/*
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;
}
*/

/* Platzierung vom QR Code Checkout 

.thank-you-qr {
	position: absolute;
	top:110px;
	right: 20px;
}

@media (max-width:849px) {
	.thank-you-qr {
		display: none;
	}
}
*/



/* Checkbox Fehler Newsletter Sendinblue 
.form-row.terms label.checkbox {
	margin-left: 0px !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-623569be-49d6-455f-b7dc-c972567e36a7) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
    line-height: 1;
    text-align: center;
    font-size: 2em;
}