/**
 * Theme Name:     Freshen Child
 * Author:         ApusTheme
 * Template:       freshen
 * Text Domain:	   freshen-child
 * Description:    Freshen is a tidy and responsive WooCommerce WordPress theme suitable for any kind of food, vegetable Shop, makeup products or similar websites that needs a feature rich and beautiful presence online with elegant and flexible design.
 */
:root {
    --freshen-theme-color: #008443 !important;
    --freshen-text-color: #4F4F4F;
    --freshen-link-color: #121212;
    --freshen-heading-color: #121212;
    --freshen-theme-hover-color: #6b9635;
    --freshen-theme-color-001: rgba(134, 188, 66, 0.01);
    --freshen-theme-color-01: rgba(134, 188, 66, 0.1);
    --freshen-main-font: 'Lato';
    --freshen-main-font-weight: 400;
    --freshen-heading-font: 'Signika';
    --freshen-heading-font-weight: 700;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-color: var(--freshen-theme-color);
    line-height: 3.3;
    background-color: #EBEBEB;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.woo-wallet-my-wallet-container .woo-wallet-balance-card {
    background: #008443 !important;
    border-radius: 12px 12px 0 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 0;
    padding: 50px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
.woo-wallet-my-wallet-container .woo-wallet-nav-tab.active {
    background: #e5e5e5;
    box-shadow: none;
    color: #008443 !important;
    outline: none;
    font-size: 14px !important;
}
.woo-wallet-my-wallet-container .woo-wallet-nav-tab
{
    align-items: center;
    background: #f0f0f0;
    border: 1px solid #0000000d;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    color: #666;
    display: flex;
    font-size: 14px !important;
    font-weight: 600;
    justify-content: center;
    padding: 20px 15px;
    text-decoration: none !important;
    transition: all .2s ease;
    white-space: nowrap;
    width: 100%;
}
.woo-wallet-my-wallet-container .woo-wallet-header p {
    color: #000000 !important;
    font-size: 14px !important;
    margin: 0;
}
.woo-wallet-my-wallet-container .woo-wallet-section-title {
    color: #000000 !important;
    font-size: 16px !important;
}
.woo-wallet-my-wallet-container .woo-wallet-transactions-table th {
    font-size: 14px !important;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table td {
    font-size: 13px !important;
}
.woo-wallet-my-wallet-container .woo-wallet-form-wrapper input[type=submit] {
    background: #008443 !important;
}
