/*--------------------------------------------------------------
# Plugin Compatibilities
--------------------------------------------------------------*/
/* Product Filter for WooCommerce
 * https://xforwoocommerce.com/store/product-filters/
 */
 @media screen and (max-width: 767px) {
    .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering {
        top: 0 !important;
    }
 }

/* WooCommerce Germanized
 * https://vendidero.de/woocommerce-germanized
 */
.cart-item .atomion-mini-cart-widget .wc-gzd-total-mini-cart {
    float: left;
    width: 100%;
    padding: 0 40px;
    text-align: right;
    line-height: 1;
    margin: 0;
}

.cart-item .atomion-mini-cart-widget .wc-gzd-total-mini-cart a {
    display: inline;
}

/* AJAX Search for WooCommerce
 * https://de.wordpress.org/plugins/ajax-search-for-woocommerce/
 */
.dgwt-wcas-pd-addtc-form .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	position: relative;
	padding: 10px;
}

/* PayPal Plus
 * https://de.wordpress.org/plugins/woo-paypalplus/
 */
 .single-product .summary .woo-paypalplus-checkout-button {
    float: left;
    width: 100%;
 }

.woocommerce-cart .woo-paypalplus-checkout-button {
    clear: both;
    float: right;
}

.woocommerce-cart .paypal-button-size-responsive {
    width: 147px !important;
}

#mobile-navigation .woo-paypalplus-checkout-button {
    display: none;
}

@media screen and (max-width: 480px) {
    .woocommerce-cart .paypal-button-size-responsive {
        width: 130px !important;
    }
}

/* Jetpack
*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Ultimate Add-Ons für Gutenberg
 *
*/
div[class^="ugb"] > ul > li:before {
    content: '' !important;
    position: relative !important;
}

/* UPS Shipping und UPS Access Point™: Offizielles Plugin
 * https://de.wordpress.org/plugins/ups-eu-woocommerce/
*/
.ups_table_main input {
    visibility: visible !important;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}


/* Mailpoet 
 * https://de.wordpress.org/plugins/mailpoet/
 */
input.mailpoet_submit {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 1em;
    font-weight: 600;
    padding: 1.05em;
    -webkit-font-smoothing: unset;
}

input.mailpoet_text {
    width: 100% !important;
    border: none;
}

p.mailpoet_paragraph {
    margin: 0 0 10px 0;
}

form.mailpoet_form.mailpoet_form_widget {
    padding: 0 20px 0 0;
}