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


}
/*Warenkorb USPs*/

.shop_table {
	margin-bottom: 0px;
}
.warenkorb-container {
    display: flex;
    align-items: center;
    gap: 20px; 
	margin-top: 0px;
	margin-bottom: 10px;
}

.warenkorb-box {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.warenkorb-box img {
    width: 25px;
    height: auto;
}

.warenkorb-box p {
    font-size: 16px;
    margin: 0;
}
