/*
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.   ***************/

@font-face {
	font-family: 'AntiqueOlive';
    font-style: normal;
    src: local('AntiqueOlive'),
            url('https://plateart.de.dev.mensemedia.net/wp-content/themes/flatsome-child/fonts/AntiqueOlive.ttf') format('truetype')
}

/**** SHOP CHECKOUT ****/
p.form-row-first#shipping_address_1_field,
p.form-row-first#billing_address_1_field {
	width: 100%;
}

.woocommerce-checkout-review-order-table{
	padding: 15px;
}

/**** SHOP SEITE ANPASSUNG ****/

.product p.wc-gzd-additional-info {
    margin-bottom: .5rem;
    font-size: .9em;
    clear: left;
}

/**** Angebot container ****/
.badge-container.absolute.left.top.z-1 {
    width: 40%;
    font-size: 80%;
}

.box {
    width: 70%;
    position: relative;
    margin: 10px auto;
}

.shop-container .col .col-inner {
    margin-right: auto;
    margin-left: 4em;
    border: #dddbd9 1px solid;
}

/**** Shop Zahlungsarten ****/
.woocommerce-gzd .payment_method_stripe img {
	max-width: 50px;
	margin: 0 10px;
}


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


}