/*======================================
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. */

span.save-source-checkbox {
	display:none !important;
}

div.wc-stripe-gateway-container input[type="radio"] + label.wc-stripe-label-payment-type, div.wc-stripe-gateway-container label.wc-stripe-label-payment-type {
	padding-left:30px !important;
}

.wc-stripe-card-icon {
	max-width: 40px !important;
	margin-right:5px;
}

form.wgm-second-checkout img[alt*="SEPA"] {
	max-width: 100px !important;
}

/*.wgm-second-checkout .stripe-icon {
	max-width: 40px !important;
	margin-right:5px;
}*/

.hero-slider-content h3, .hero-slider-content .pre-heading {
	background-color:rgba(255,255,255,0.7);
	padding:10px;
	/*text-shadow: 0 0 5px black;*/
	/*text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;*/
}

.hero-slider-content .pre-heading {
	font-size:2em !important;
}

.atomion-woocommerce-product-category {
	display:none;
}

.btn-form-send {
	background-color:#f26f22 !important;
	border:3px solid #f26f22 !important;
	color:white !important;
	padding:10px;
}

.btn-form-send:hover {
	background-color:white !important;
	color:#f26f22 !important;
}

a.btn-newsletter {
	background-color:#f26f22 !important;
	border:3px solid #f26f22 !important;
	color:white !important;
	padding:10px;
}
a.btn-newsletter:hover {
	background-color:white !important;
	color:#f26f22 !important;
}

img.zahlung {
	max-width:75px;
}

.product_type_variable.add_to_cart_button,
.product_type_simple.add_to_cart_button,
button.product_type_variation.add_to_cart_button.ajax_add_to_cart {
	background-color:rgb(242,111,34) !important;
}

#content .woocommerce li.product .product-image-wrapper a,
.woocommerce li.product .product-image-wrapper a {
	background:#f26f22;
}

.cb-style {
	border:1px solid #f26f22 !important;
}

#footer-top {
	display:none;
}

.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	background-color:#FC6 !important;
	color:black !important;
}

.atomion-spinner > div {
    background-color:#f26f22 !important;
}

.product-image-wrapper .atomion-product-lupe i {
	/*color:#f26f22 !important;*/
	display:none !important;
}

.product .product-excerpt {
	display:none !important;
}

/*#footer-action-bar {
	color:white !important;
	background-color:#999999;
}*/

#main-footer {
	font-size:.9em;
}

form.woocommerce-ordering {
	display:none !important;
}

/* kein Slider auf der Startseite auf Mobilgeräten */
.mobile-only {display:none;}
@media only screen and (max-width: 600px) {
	.slider-home {display:none;}
	.mobile-only {display:block;}
}

table.variations select {
	font-size:.8em !important;
}

/* Name und Datum in Produktbewertungen ausblenden */
.meta .woocommerce-review__author, .meta .woocommerce-review__published-time {
	display:none !important;
}