/*!
Theme Name: Ven
Theme URI: https://ven.com.au/
Author: Ven
Author URI: https://ven.com.au/
Description: A custom website for Heron Beverages
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vencreative
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

div#wwof_product_listing_container tr:nth-child(even) {
    background-color: #e4dbc0;
}

div#wwof_product_listing_container td {
    padding: 20px;
}

#wwof_product_listing_filter input[type="button"],
input.wwof_add_to_cart_button.btn.btn-primary.single_add_to_cart_button.button.alt {
    margin-right: 4px;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
}

span.spinner {
    position: absolute;
    right: 0%;
    top: 37%;
}

table#wwof_product_listing_table tfoot,
.total_products_container,
a.added_to_cart.wc-forward,
a#lost-password {
    display: none;
}

input#wwof_product_displayall_btn {
    float: right;
}

#wwof_product_listing_table tr th {
    padding-left: 20px;
}

td.product_row_action {
    position: relative;
}

span.instock_wrapper p {
    margin: 0;
}

body.page-id-135704 {
    background: #fff;
}

.page-id-135702 .title-2,
.page-id-135704 .title-2 {
    margin-bottom: 75px;
    font-size: 72px;
}

#wwlc-registration-form label {
	display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 12px;
}

.field-set.form-controls-section {
    display: block;
    width: 100%;
    float: left;
}

#wwlc-registration-form #wwlc-password-strength {
	width: 100%;
}

.wwlc_form_field {
	-webkit-appearance: none;
    border: 0;
    border-radius: 0;
    outline: 0;
    border: 1px solid #000;
    width: 100%;
    font-size: 16px;
    line-height: 100%;
    padding: 13px 12px 14px;
}

#wwlc-registration-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 48px;
}

#wwlc-registration-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

#wwlc-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

input#wwlc-register {
    -webkit-appearance: button;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

p.terms-and-condition-container a {
    font-weight: 700;
    text-decoration: underline;
}

p#first_name_field, 
p#last_name_field,
p#wwlc_city_field,
p#wwlc_state_field,
p#wwlc_password,
p.form-row.wwlc_password_confirm-field-set.wwlc_password_confirm.form_field,
p#wwlc_address_field,
p#wwlc_address_2_field,
p#wwlc_cf_abn_field,
p#wwlc_company_name_field {
    width: 50%;
    float: left;
}

p#wwlc_address_2_field {
    margin-top: 26px;
}

p#user_email_field, p#wwlc_postcode_field {
    margin-bottom: 30px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

p#first_name_field,
p#wwlc_city_field,
p#wwlc_password,
p#wwlc_address_field,
p#wwlc_company_name_field {
    padding-right: 10px;
}

p#last_name_field,
p#wwlc_state_field,
p.form-row.wwlc_password_confirm-field-set.wwlc_password_confirm.form_field,
p#wwlc_address_2_field,
p#wwlc_cf_abn_field {
    padding-left: 10px;
}