
.woocommerce {
    position: relative;
    z-index: 1;
}
.woocommerce-password-strength {
    text-align: left;
    font: 16px/32px 'Open Sans';
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 4px 0  8px !important;
}
.woocommerce-password-strength.short {
    color: #cc3333;
}
.woocommerce-password-strength.bad {
    color: #f78b53;
}
.woocommerce-password-strength.good {
    color: #ffbe34;
}
.woocommerce-password-strength.strong {
    color: #b5d13f;
}
.woocommerce-password-hint {
    font: 12px/16px 'Open Sans';
    margin: 0 0 8px;
}
.woocommerce-info {
    border: 1px solid #ffbe34;
    border-radius: 24px;
    background: transparent;
    font: 16px/32px 'Open Sans';
    color: #fff;
    text-align: left;
}
.woocommerce-order {
    text-align: left;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #b5d13f;
}
.woocommerce ul.order_details {
    display: flex;
    justify-content: space-between;
}
.woocommerce ul.order_details li {
    font: 16px/32px 'Open Sans';
}
.woocommerce-notice--success {
    font: 32px/40px 'Oswald';
    border: none !important;
    font-weight: 400;
    color: #b5d13f;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.woocommerce-error {
    font: 32px/40px 'Oswald';
    border: none !important;
    font-weight: 400;
    color: #dc3232;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.woocommerce-MyAccount-navigation {
    display: block;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    position: relative;
    margin: 0 0 44px;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul::after {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    background: rgba(180, 180, 180, .85);
    z-index: -1;
    content: '';
}
.woocommerce-MyAccount-navigation ul li {
    text-align: center;
    padding: 9px 44px;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    border-bottom: 2px solid #b5d13f;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #b5d13f;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #b5d13f;
}
.woocommerce table.shop_table th {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #b5d13f;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.woocommerce-orders-table {
    border-spacing: 0;
    border-collapse: collapse;
}
.woocommerce-orders-table thead tr th {
    border-bottom: 2px solid rgba(180, 180, 180, .85);
    padding-bottom: 16px !important;
}
.woocommerce-orders-table tbody tr td {
    border-bottom: 1px solid rgba(180, 180, 180, .85);
    padding: 8px !important;
}
.woocommerce-orders-table tbody tr:first-child td {
    padding-top: 16px !important;
}
.woocommerce-orders-table tbody tr:last-child td {
    border-bottom: none;
}
.woocommerce-orders-table .woocommerce-button {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffbe34 !important;
}
.woocommerce-orders-table .woocommerce-button::after {
    display: none;
}
.woocommerce-orders-table .woocommerce-button:hover {
    text-decoration: underline !important;
}
.woocommerce .woocommerce-MyAccount-content a.button::after {
    display: none !important;
}
.woocommerce-table--order-details,
.woocommerce-table--order-details-bottom,
.woocommerce-MyAccount-content p {
    font: 16px/32px 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    margin: 0 0 24px !important;
    color: #fff !important;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
    line-height: 48px !important;
}
.woocommerce-form__label-for-checkbox {
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    position: relative;
    margin-bottom: 24px;
}
.woocommerce form .form-row input[type="checkbox"]:checked,
.woocommerce form .form-row input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.woocommerce form .form-row input[type="checkbox"]:checked + span,
.woocommerce form .form-row input[type="checkbox"]:not(:checked) + span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    line-height: 20px;
    cursor: pointer;
}
.woocommerce form .form-row input[type="checkbox"]:checked + span:before,
.woocommerce form .form-row input[type="checkbox"]:not(:checked) + span:before {
    background-color: rgba(180, 180, 180, .1) !important;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 24px !important;
    height: 24px !important;
    top: -2px !important;
    content: '';
    position: absolute;
    left: 0;
}
.woocommerce form .form-row input[type="checkbox"]:checked + span:after,
.woocommerce form .form-row input[type="checkbox"]:not(:checked) + span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce form .form-row input[type="checkbox"]:checked + span::before {
    border: 1px solid #FFBE34 !important;
    background: rgba(180, 180, 180, .1) url(/wp-content/themes/goodfood/img/blocks/shop/shop__check.svg) 50% 50% no-repeat !important;
}

.woocommerce form .form-row label {
    width: 100%;
    display: block;
    font: 16px/24px 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.woocommerce form .form-row .required {
    color: #ffdf6c;
}
.woocommerce form .form-row {
    margin-bottom: 24px;
}
.woocommerce-MyAccount-content {
    width: 80% !important;
    margin: 0 auto 88px;
}
.woocommerce ul#shipping_method li {
    padding-right: 8px !important;
}
.includes_tax {
    display: block;
    font-size: 12px;
    color: rgba(180, 180, 180, .85);
}
.includes_tax .woocommerce-Price-amount {
    display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 !important;
    align-items: stretch !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font: 18px/24px 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
    height: auto !important;
    text-transform: capitalize;
}
@media (max-width: 480px) {
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(180, 180, 180, .85);
    }
    .woocommerce-MyAccount-navigation ul {
        display: block !important;
    }
    .woocommerce-MyAccount-navigation ul::after {
        display: none;
    }
    .woocommerce-MyAccount-navigation ul li {
        text-align: left;
        padding: 8px 24px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        height: auto !important;
    }
}