/**
Theme Name: CartFlows Store
Author: CartFlows
Author URI: https://cartflows.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cartflows-store
Template: astra
*/

/* Control full height for all webpages */
a.woocommerce-button.button.invoice,
a.woocommerce-button.button.view {
    margin: 5px;
}

/* Not needful now as we are using white footer
@media screen and (min-width: 768px) {
    div#primary {
			min-height: calc(100vh - 41.70em);
	}
}
*/

/* hide unwanted hr tags from API downloads page */
table.my_account_api_manager td hr,
table.my_account_api_manager td br {
   display: none;
}

/* hide variation selection & variation prices from shop / single product page */
div#product-18 > .entry-summary > .price, 
.post-18 > .astra-shop-summary-wrap > .price {
    display: none !important;
}

/* Improve design of update payment method page */
.woocommerce-order-pay #main {
    max-width: 700px;
    margin: 0 auto;
}
.woocommerce-order-pay #order_review .shop_table thead,
.woocommerce-order-pay #order_review .shop_table tbody .product-subtotal {
    display: none;
}
.woocommerce-order-pay #order_review .shop_table tr,
.woocommerce-order-pay #order_review .shop_table tr td,
.woocommerce-order-pay #order_review .shop_table tr th {
    padding: 10px 15px !important;
    font-weight: 600;
}
form#order_review input.button {
    padding: 20px 0;
    margin: 20px 0;
}

/* Manual Renew Payment Button*/
form.checkout.woocommerce-checkout button#place_order,
form.woocommerce-EditAccountForm button.woocommerce-Button,
.woocommerce-address-fields button.button {
    padding: 15px;
    margin: 10px 0;
}

/* Upgrade section on View Subscription page */
.cf-store-upgrade-section {
    background: #f7f7f7;
    padding: 25px 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.cf-store-upgrade-section a.cf-store-upgrade-link {
    display: inline-block;
    margin: 10px;
}

/* Hide support form & assocated buttons generate by WC HelpScout plugin */
h2#start-conversation,
h2#start-conversation + p,
form#order_conversation_form_1,
a.woocommerce-button[href$="start-conversation"] {
    display: none !important;
}


/* My Account Customization of API Keys, Your Products, Subscriptions screens. - Start */
.woocommerce-MyAccount-orders .cf-store-api-key-activations--wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.woocommerce-MyAccount-orders .cf-store-api-key-activations--wrapper::before {
    content: "\f474";
    font-family: 'dashicons';
    left: -25px;
    position: absolute;
    transform: scaleX(-1);
    opacity: 0.7;
}
.woocommerce-MyAccount-orders td.api-manager-expire {
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* My Account Customization of API Keys, Your Products, Subscriptions screens. - End */
