/*
Theme Name: Avada Child Theme
Author: Ivan Nguimtsa
Template: Avada
Description: Avada customisation for CSA Shop
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avada-csa-shop
*/

#customer_login {
    border: none; 
    padding: 0px;
}
.quantity-container {
    display: flex;
}
.quantity-container span {
    margin-right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fusion-footer-widget-area.fusion-widget-area {
    background-color:#7fb718;
}

.avada-page-titlebar-wrapper {
    position: relative;
}

.fusion-page-title-bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000bd;
    opacity: .5;
}

/* .local-pickup {
    margin-bottom: 0px !important;
} */

#shipping_method {
    margin-top: 20px;
}

/* The container */
.container-csa {
    display: block !important;
    position: relative !important;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-csa input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark-csa {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-csa:hover input ~ .checkmark-csa {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-csa input:checked ~ .checkmark-csa {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-csa:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-csa input:checked ~ .checkmark-csa:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-csa .checkmark-csa:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.csa-small-button {
    margin-top: 0px;
    padding: 9px 20px !important;
    line-height: 14px !important;
    font-size: 12px !important;
}

/* Shop Table */

.free-shipping {
    margin-bottom: 20px !important;
}

.woocommerce-checkout .shop_table {
    background-color: initial !important;
}

.woocommerce-checkout-review-order-table {
    margin-bottom: 20px;
}

.csa-checkout--shipping-table {
    width: 50%;
}

.csa-checkout--shipping-table .woocommerce-shipping-totals {
    display: none;
}

.csa-checkout--shipping-table #shipping_method {
    margin-top: 0px;
}

.csa-checkout--shipping-table td {
    padding-top: 0px 
}

.csa-billing-shipping {
    margin-bottom: 20px;
}

.csa-billing-shipping .woocommerce-additional-fields {
    margin-top: 30px;
}

.fusion-menu-cart-link, .fusion-menu-cart-checkout-link {
    display:contents;
}