/**
Theme Name: flexperx.xyz
Author: flexperx.xyz
Author URI: http://wpastra.com/about/
Description: Child theme for Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flexperx-xyz
Template: astra
*/

li.wc_payment_method.payment_method_authorize_net_cim_credit_card {
    /*display: none;*/
}

.woocommerce-PaymentMethod.woocommerce-PaymentMethod--stripe.payment_method_stripe {
/*    display: none;*/
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}
/*
    remove cancel item links on my account subscriptions page
*/
.woocommerce-MyAccount-content .shop_table.order_details .order_item .remove_item,
a.button.cancel /* cancel button */ {
    display: none;
}

p.woocommerce-shipping-destination {
    display: none;
}
.ast-plain-container.ast-no-sidebar #primary {
    margin: 4em 0 !important;
}
/*
body.site-id-5 .wc_payment_method.payment_method_stripe,
body.site-id-5 li.wc_payment_method.payment_method_stripe,
*/
body.site-id-5 li.wc_payment_method.payment_method_authorize_net_cim_credit_card /* hide authorize.net on ahd */{
/*    display: none;*/
}
.woocommerce .product .cart .quantity.buttons_added { /*display: none;*/ }

.woocommerce-page #content table.cart td.product-quantity,
.woocommerce-page table.shop_table thead th.product-quantity,
.woocommerce-page #content table.cart td.product-subtotal,
.woocommerce-page table.shop_table thead th.product-subtotal { /*display: none;*/ }


@media screen and (min-width: 922px) {
    .woocommerce div.product.ast-product-gallery-with-no-image .onsale {
        border-radius: 3px;
        padding: 0px 40px;
        min-height: 3em;
        line-height: 3em;
    }
}

.woocommerce ul.products li.product .onsale.wc-memberships-member-discount {
    border-radius: 3px;
    padding: 0px 40px;
}