.entry-content {
    width: 100%;
}

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4,
h5, .entry-content h5, h6, .entry-content h6 {
    color: var(--main-mediumblue);
}

h2.woocommerce-column__title {
    font-size: 18px;
    font-weight: 600;
}


.entry-content h1 {
    padding: 30px 0px 0px;
}


.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce a.button, .woocommerce button.button.alt, .woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button, .woocommerce a.button.alt, .woocommerce .woocommerce-message a.button,
.ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
#main .woocommerce-MyAccount-content button {
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
    border: none;
    height: 49px;
    text-transform: none;
    background-color: var(--btn-orange);
    margin-top: 20px;
    margin-bottom: 40px;
}

.woocommerce a.button:hover, .woocommerce a.button:focus,
#main .woocommerce-MyAccount-content button:hover,
#main .woocommerce-MyAccount-content button:focus {
    background: var(--btn-orange-hover);
    color: white;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
#main span[role=combobox] {
    background-color: var(--main-verylightblue);
    border-radius: 5px;
    height: 50px;
    border: 1px solid var(--main-mediumblue);
    color: var(--main-mediumblue);
    font-size: 16px;
    font-weight: 400;
    margin-top: -26px !important;
    padding-bottom: 0px !important;
    display: block !important;
}

#main form.woocommerce-form-login {
    width: 50%;
}

#main span[role=combobox] {
    margin-top: -42px !important;
    padding-top: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--main-mediumblue);
}

p#billing_state_field, p#billing_email_field {
    margin-top: -10px;
}

#main .woocommerce-MyAccount-content label {
    position: relative;
    margin-left: 12px;
    padding-bottom: 0px !important;
    height: 14px;
    margin-top: 10px;
    color: var(--main-lightgrey);
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    line-height: 1;
    z-index: 1;
}

#main .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    font-size: 26px;
    padding: 20px 0 0px;
    margin: 0 0 0px;
    border-bottom: none;
    color: var(--main-smokeyblue);
    font-weight: 600;
}

#main .woocommerce-Address-title.title h3 {
    padding: 8px 0 0px;
}

#main .woocommerce-MyAccount-content em {
    line-height: 1 !important;
    font-size: 14px;
}

#main .woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th,
#main .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
    color: var(--main-mediumblue);
    font-weight: 600;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    display: contents;
}

#main .woocommerce table.shop_table td {
    vertical-align: top;
    font-size: 16px;
    color: var(--main-mediumblue);
    font-weight: 300;
    font-family: Nunito;
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-customer-details address {
    color: var(--main-mediumblue);
    font-family: Nunito;
    line-height: 1.5;
    font-weight: 300;
    font-size: 16px;
}

.woocommerce-address-fields #billing_phone_field {
    margin-bottom: 16px;
}

/*
.woocommerce-address-fields #shipping_phone_field {
    margin-top: 36px;
} */

#main #shipping_country_field span[role=combobox],
#main #shipping_state_field span[role=combobox],
#main #billing_country_field span[role=combobox],
#main #billing_state_field span[role=combobox] {
    margin-top: -30px !important;
}

#main .woocommerce-address-fields .entry-content p {
    color: var(--main-mediumblue);
    font-family: Nunito;
    font-weight: 300;
    font-size: 18px;
}

button.show-password-input {
    display: none;
}

nav ul li {
    color: var(--main-mediumblue);
    font-weight: 300;
    font-size: 16px;
}

mark {
    color: var(--main-smokeyblue);
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    #main form.woocommerce-form-login {
        width: 100%;
    }
}