/*======================================
Theme Name: WordPress Child Theme Atomion
Theme URI: https://marketpress.de
Description: Das Atomion Child Theme
Version: 1.0
Author: MarketPress
Author URI: https://marketpress.de
Template: wordpress-theme-atomion
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
======================================*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */

/* Content Settings */
@media screen and (max-width:767px) {
.text-image-reverse {
	flex-direction: column-reverse;
}
}

.cart-item {
	display: none !important;
}

.info-container {
	margin-bottom: 0;
}

/* Footer Settings */
#footer-top .inner {
	justify-content: space-around;
}

#main-footer .wp-block-button__link:hover {
	color: #fff !important;
	background-color: #ffffff2e !important;
}

#main-footer .inner {
	justify-content: space-around;
	padding-top: 0;
}

#block-9 .wp-block-buttons {
	margin-top: 2rem;
}

#footer-bottom .inner {
	justify-content: center;
}

#footer-bottom .inner a:hover {
	text-decoration: underline;
}

footer.site-footer {
	padding-top: 0;
}
