

/* REMOVE ROWS FROM CHECKOUT TABLE */

.woocommerce-checkout tr.cart-subtotal,
.woocommerce-checkout tr.recurring-totals,
.woocommerce-checkout .quantity,
.woocommerce-checkout .flux-checkout__remove-link,
.woocommerce-checkout .adthrive-comscore.adthrive-footer-message {
    display: none !important;
}




.flux-checkout__content-right #order_review tr.cart_item td.product-name {
    min-height: 95px !important;
}


.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    /* This was on 90%, should be 50% */
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url("/wp-content/plugins/woocommerce/assets/images/select2-spinner.gif")
    center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}


.page-id-7 h1.entry-title {
    padding: 15px 0 !important;
    text-align: center;
}

.page-id-7 .entry-content {
    padding: 0;
}

.page-id-7 .gform_wrapper {
    margin: 0;
}

button.woocommerce-Button.button,
.gform_button {
    width: 100%;
    background: #1a7842 !important;
    color: white !important;
}

button.woocommerce-Button.button:hover,
.gform_button:hover {
    background: green !important;
}


/* SUBSCRIPTIONS TABLE */

table.shop_table.subscription_details tr {
    display: flex;
}

table.shop_table.subscription_details tr td:first-of-type {
    font-weight: 600;
}

table.shop_table.subscription_details tr td:last-of-type {
    text-align: right;
    flex-grow: 2;
}

table.shop_table.subscription_details tr:last-of-type td:first-of-type {
    display: none;
}

table.shop_table.subscription_details tr:last-of-type td:last-of-type {
    display: flex;
    flex-wrap: wrap;
}

table.shop_table.subscription_details tr:last-of-type td:last-of-type a.button:first-of-type {
    background: #db0000;
    color: white !important;
    order: 2;
    width: 100%;
}

table.shop_table.subscription_details tr:last-of-type td:last-of-type a.button:last-of-type,
a.wcs-switch-link.button {
    background: #1a7842;
    color: white !important;
    order: 1;
    width: 100%;
}

table.shop_table.subscription_details tr:last-of-type td:last-of-type a.button:first-of-type:hover {
    background: red;
}

table.shop_table.subscription_details tr:last-of-type td:last-of-type a.button:last-of-type:hover,
a.wcs-switch-link.button:hover {
    background: #24a159 !important;
}

.wc-variation-selection-needed {
    background: gray !important;
}


.page-id-7 ul.wc-item-meta li {
    display: flex;
}

table.shop_table.order_details tr {
    display: flex;
    flex-wrap: wrap;
}

table.shop_table.order_details thead {
    display: none;
}




@media only screen and ( max-width: 768px ) {

    .page-template-default h1.entry-title,
    .page-template-template-contact #primary h1.entry-title,
    .page-template-template-full-width h1.entry-title,
    body.page-template-template-child-page #primary h1.entry-title {
        font-size: 24px;
    }

    .single-news:not(.post-template-template-dashboard-new) .entry-content h5,
    .single-post:not(.post-template-template-dashboard-new) .entry-content h2,
    h2 {
        font-size: 24px;
    }

    table.shop_table.shop_table_responsive.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders thead {
        display: none;
    }

    table.shop_table.shop_table_responsive.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #eeeeee;
    }

    table.shop_table.shop_table_responsive.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders tr:last-of-type {
        border: 0;
    }

}




/* SCRATCH TEASE */

.scratch-tease {
    background: green;
    color: white;
}

.scratch-tease h2 {
    color: white;
}