/*
Theme Name: Flatsome Child
Description: Flatsome Child by medienvirus.de
Author: medienvirus.de
Template: flatsome
Version: 3.0
*/

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

/* WooCommerce Badges */
.badge-frame .badge-inner, .badge-outline .badge-inner {
		border-color:#7c9840;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
		color:#7c9840;
}

/* YITH COMPARE */
body.yith-woocompare-popup h1 {
		background-color:#7c9840 !important;
		font-weight:normal !important;
}
.button,compare button{
		background-color:#82b24c;
}

/* Product Description */

.product-short-description{
		margin-top: 15px;
		margin-bottom: 15px;
}

/* Shopping Cart */

div.widget_shopping_cart_content:nth-child(1) > p:nth-child(4) > a:nth-child(1){
		background-color:#577535;
		line-height: 1.8em;
}

/* Add to Wishlist Icon */

div.product-info.summary.product-summary form.cart{
 display: inline-block; 
}

div.product-info.summary.product-summary div.yith-wcwl-add-to-wishlist{
    display: inline-block;
    margin-left: 13px;
}

div.product-info.summary.product-summary div.yith-wcwl-add-to-wishlist i{
    font-size: 2em;
}

div.product-info.summary.product-summary div.yith-wcwl-add-to-wishlist div.yith-wcwl-wishlistaddedbrowse, div.product-info.summary.product-summary div.yith-wcwl-add-to-wishlist div.yith-wcwl-wishlistaddedbrowse span.feedback{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Angebots-Tag */
div.badge-container.is-larger.absolute.left.top.z-1{
	padding-left: 4px;
}

div.badge-container.absolute.left.top.z-1{
	padding-left:4px;
}


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


}