/**
 * Woocommerce styles
 *
 */


/* Heading text */
body[class*="woocommerce"] .et_pb_section.hcp-shop-sect-primary-heading {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
body[class*="woocommerce"] .et_pb_section.hcp-shop-sect-primary-heading h1.et_pb_module_heading {
    margin: 0 0 1.5rem;
    padding: 0;
}

/**
 * Breadcrumbs & Account Login
 * -----------------------------------------------------------------------------
 */

.hcp-store-icon-myaccount a:hover {
    text-decoration: none;
    /* border-bottom: none; */
}
.go2-account-buttons .et_pb_code_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.lwp-breadcrumbs {
    line-height: 1.8;
}

.pub-breadcrumb-row.et_pb_row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.pub-breadcrumb-row.et_pb_row .et_pb_column {
    float: none;
    width: auto;
    flex: auto 1 1;
    height: 100%;
}
.pub-breadcrumb-row.et_pb_row .et_pb_column:last-child {
    display: flex;
    justify-content: flex-end;
}


/**
 * Misc
 * -----------------------------------------------------------------------------
 */

body[class*="woocommerce"] .woocommerce-error {
    background: #B22222 !important;
}
body[class*="woocommerce"] .woocommerce-message,
body[class*="woocommerce"] .woocommerce-info {
    border: 0 none !important;
    background: #2E8B57 !important;
}



/**
* Forms
* ------------------------------------------------------------------------------
*/

.select2-container--default .select2-selection--single, /* custom fields */
.select2-container .select2-selection--single, /* custom fields */
.select2-selection.select2-selection--multiple, /* custom fields */
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field select, /* formidable forms */
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field input[type="text"], /* formidable forms */
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field input[type="email"], /* formidable forms */
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field input[type="password"], /* formidable forms */
[class*="woocommerce"] .xoo-wsc-markup  .xoo-wsc-qty, /* xoo side cart */
body #main-content .wc-block-components-form .wc-block-components-text-input input, /* blocks checkout */
body #main-content .wc-block-components-form .components-combobox-control__input, /* blocks checkout */
body #main-content .wc-block-components-form .wc-block-components-textarea, /* blocks checkout */
body[class*="woocommerce"] #content .quantity input.qty,
body[class*="woocommerce"] table.cart td.actions .coupon .input-text,
body[class*="woocommerce"] .quantity input.qty,
body[class*="woocommerce"] form .form-row input.input-text,
body[class*="woocommerce"] form .form-row textarea {
    background: none transparent;
    background-color: none;
    min-height: 50px;
    padding: 0 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    color: var(--go2-text-base);
    border: 1px solid #ddd !important;
    box-shadow: none;
    height: auto;
    transition: background-color 250ms;
}

/* checkout blocks has labels inside fields, attempt to emulate standard form */
body #main-content .wc-block-components-form .wc-block-components-text-input label,
body #main-content .wc-block-components-form .wc-block-components-combobox label {
    font-size: 0.8rem;
}
body #main-content .wc-block-components-form .wc-block-components-text-input.is-active label,
body #main-content .wc-block-components-form .wc-block-components-combobox.is-active label,
    body #main-content .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateX(2px) translateY(3px) scale(.7);
    color: #888;
}

body #main-content form textarea {
    padding: 10px;
    min-height: 80px !important;
}

.select2-container.select2-container--open, /* custom fields */
body[class*="woocommerce"] textarea:focus,
body[class*="woocommerce"] input[type="text"]:focus,
body[class*="woocommerce"] input[type="password"]:focus,
body[class*="woocommerce"] input[type="email"]:focus {
    background-color: #f4f4f4 !important;
}

.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field label, /* formidable forms */
body[class*="woocommerce"] form .form-row label,
body[class*="woocommerce"] form .form-row label {
    font-size: 15px;
    letter-spacing: -0.8px;
    line-height: 30px;
    padding: 0 0 3px;
    color: #777;
}

.et_pb_wc_checkout_shipping form .form-row {
    margin-bottom: 15px;
}

form input + span > em {
    font-size: 0.8rem;
    color: var(--go2-text-gray);
}

/* gutenberg combo box select list */
body #main-content .wc-block-components-form .components-form-token-field__suggestions-list {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}
body #main-content .wc-block-components-form .components-form-token-field__suggestion {
    font-size: 0.75rem;
}



/**
 * Select2
 */

.select2-container .select2-selection--single .select2-selection__rendered, /* custom fields */
.et_pb_wc_cart_totals .select2-container .select2-selection--single .select2-selection__rendered, 
.et_pb_wc_checkout_billing .select2-container .select2-selection--single .select2-selection__rendered, 
.et_pb_wc_checkout_shipping .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 1.7em;
    color: var(--go2-text-base);
}
[class*="woocommerce"] .select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
}
[class*="woocommerce"] .select2-dropdown {
    border: 1px solid #ddd;
    top: 4px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
[class*="woocommerce"] .select2-dropdown.select2-dropdown--above {}
[class*="woocommerce"] .select2-dropdown.select2-dropdown--below {
    border-top: 0;
}

[class*="woocommerce"] .select2-results__option {
    font-size: 0.75rem;
    padding: 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow,
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single .select2-selection__arrow,
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
    top: 50%;
    height: inherit;
}
[class*="woocommerce"] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    border-top-style: none;
    border-left-style: none;
    border-right: 2px solid var(--go2-text-base);
    border-bottom: 2px solid var(--go2-text-base);
    width: 7px; 
    height: 7px;
    transform: rotate(45deg);
}
/* choice pills */

.select2-container--default .select2-selection--multiple {
    min-height: 0;
    line-height: 1.6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    font-size: 0.75rem;
    border: 0 none;
    line-height: 2.25;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
}


/**
 * login forms 
 */

body[class*="woocommerce"] .woocommerce form.checkout_coupon, 
body[class*="woocommerce"] .woocommerce form.login, 
body[class*="woocommerce"] .woocommerce form.register {
    margin-top: 0;
}
body[class*="woocommerce"] form.lost_reset_password p {
    margin-bottom: 1rem;
}
.woocommerce-LostPassword {
    font-size: 0.8rem;
}
#et-boc > header > div > div.et_pb_section.et_pb_section_2_tb_header.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_2_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child > div > a


/**
 * HCP Button styling
 * ----------------------------------------------------------------------------- 
 */
body[class*="woocommerce"] div.wpfFilterButtons button.wpfFilterButton.wpfButton, /* sidebar filter plugin */ 
body[class*="woocommerce"] div.wpfFilterButtons button.wpfClearButton.wpfButton, /* sidebar filter plugin */
body[class*="woocommerce"] .xoo-wsc-markup .xoo-wsc-container .xoo-wsc-btn, /** Xoo Side Cart */
body .popup_outer_wrap .et_pb_column .et_pb_module .pub-pdf-container button, /* popup pdf buttons */
body[class*="woocommerce"] #page-container #et-boc .et_pb_module a.et_pb_button, /* elementor button */
#main-content .et_pb_section .et_pb_column form table button, /* update cart button */
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field button, /* formidable forms */
#main-content .wc-block-checkout.is-large .wc-block-checkout__actions .wc-block-checkout__actions_row > button, /* checkout button */
body #page-container #main-content .et_pb_section .et_pb_column .et_pb_wc_cart_totals_0_tb_body a.checkout-button.button, /* checkout button */
body[class*="woocommerce"] #page-container #main-content a:is(.button, .single_add_to_cart_button, .added_to_cart),
body[class*="woocommerce"] #page-container #main-content button:is(.button, .single_add_to_cart_button, .added_to_cart) {
    background-color: var(--go2-brand-blue);
    border: 0 none;
    color: #fff;
    border-radius: 50px;
    font-weight: 500 !important;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    min-height: 0px;
    text-transform: none;
    line-height: 1.2 !important;
    cursor: pointer;
    padding: 0.4em 1.2em !important;
    transition: all var(--go2-animation-faster-duration);
}
body[class*="woocommerce"] div.wpfFilterButtons button.wpfFilterButton.wpfButton:hover, /* sidebar filter plugin */ 
body[class*="woocommerce"] div.wpfFilterButtons button.wpfClearButton.wpfButton:hover, /* sidebar filter plugin */
body .popup_outer_wrap .et_pb_column .et_pb_module .pub-pdf-container button, /* popup pdf buttons */
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field button:hover, /* formidable forms */
#main-content .wc-block-checkout.is-large .wc-block-checkout__actions .wc-block-checkout__actions_row > button:hover, /* checkout button */
body[class*="woocommerce"] .xoo-wsc-markup .xoo-wsc-container .xoo-wsc-btn:hover,
body[class*="woocommerce"] #main-content a:is(.button, .added_to_cart):hover,
body[class*="woocommerce"] #main-content a:is(.button, .added_to_cart):focus {
    background-color: var(--go2-secondary-yellow);
    color: var(--go2-brand-blue);
}

body[class*="woocommerce"] #page-container #et-boc .et_pb_module a.et_pb_button.go2-btn-small-blue-white { /* elementor button */
    background-color: var(--go2-brand-blue) !important;
    color: #fff;
    font-size: 16px;
    padding: 0.4em 1.2em !important;
}

body[class*="woocommerce"] #page-container #et-boc .et_pb_module a.et_pb_button.go2-btn-small-blue-white:hover { /* elementor button */
    background-color: var(--go2-secondary-yellow) !important;
    color: var(--go2-brand-blue) !important;
}



/**
 * Product Loop
 * -----------------------------------------------------------------------------
 */

.hcpwc-product-loop__list .products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
.hcpwc-product-loop__list .products:before,
.hcpwc-product-loop__list .products:after {
    display: none !important;
}
    
.hcpwc-product-loop__card {
    background: var(--go2-site-light-gray);
    /* border: 1px solid var(--go2-secondary-green); */
    height: 100%;
    transition: all 150ms;
    box-shadow: inset 0 0 0 1px transparent;
}
/* removing hover effect because whole card now triggers since no more click image to preview 
  .hcpwc-product-loop__card:has(.hcpwc-product-loop__card-info-link:hover, .hcpwc-product-loop__card-info-link:focus) {
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--go2-secondary-yellow);
} */
.hcpwc-product-loop__card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.hcpwc-product-loop__card-info-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: auto;
}

.hcpwc-product-loop__card-img {
   position: relative;
   height: 250px;
}
.hcpwc-product-loop__card-img-wrap {
    height: 100%;
    text-align: center;
}
.hcpwc-product-loop__card-img-link img {
    outline: 0 solid transparent;
    transition: all 150ms;
}
.hcpwc-product-loop__card-img-link:hover img,
.hcpwc-product-loop__card-img-link:focus img {
    cursor: zoom-in;
    /* outline: 6px solid var(--go2-secondary-green); */
}
.hcpwc-product-loop__card-img img {
    max-width: calc(90% - 40px); /* 200px - 20px margin on each side */
    max-height: calc(90% - 40px); /* 200px - 20px margin on each side */
    width: auto !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.hcpwc-product-loop__card-img {
    /* width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; */
}
.hcpwc-product-loop__card-img-link {
    /* display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; */
}
.hcpwc-product-loop__card-img img {
  /*  max-width: calc(100% - 40px); */ /* 200px - 20px margin on each side */
  /*  max-height: calc(100% - 40px); */ /* 200px - 20px margin on each side */
    /* width: auto;
    height: auto;
    display: block;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.3); */
}

.hcpwc-product-loop__title {
    font-size: 1rem;
    margin: 0.25rem 25px 0;
	padding-bottom: 0;
}
.hcpwc-product-loop__intl-title {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.45;
    font-family: 'Rubik',sans-serif;
    margin-top: -0.04em;
    color: rgb(68, 68, 68);
}
.hcpwc-product-loop__meta {
    display: flex;
    justify-content: space-between;
    margin: 0.25rem 25px 0;
    align-items: center;
    gap: 10px;
	position: absolute;
    top: 10px;
    left: -10px;
}
.hcpwc-product-loop__meta .formats {
    margin: 0 !important;
    padding: 0 !important;
}
.hcpwc-product-loop__meta .formats li {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    font-size: 0.7rem;
    letter-spacing: 0.01em;
    color: #fff;
    background: var(--go2-secondary-gray);
	background: rgba(0,0,0,0.7);
    padding: 4px 6px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.hcpwc-product-loop__meta .formats li svg,
.hcpwc-product-loop__meta .formats li svg path {
    height: 1em;
    width: auto;
    margin-right: 4px;
    fill: #fff !important;
}
.hcpwc-product-loop__updated {
	margin: .25rem 25px 0;
	font-size: 0.7rem;
    font-style: normal;
    line-height: 1.3;
    color: var(--go2-secondary-gray);
}
.hcpwc-product-loop__excerpt {
    font-size: 0.8rem;
    line-height: 1.45;
    margin: 0.25rem 25px 0;
}
.hcpwc-product-loop__price {
    margin: 0.25rem 25px;
    min-height: 1px;
    color: #888;
    font-size: 0.85rem;
	display: none;
}

.hcpwc-product-loop__controls {
    margin: auto 25px 25px 25px;
    padding-top: 1rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
[class*="woocommerce"] #main-content .hcpwc-product-loop__controls :is(.button) {
    font-size: 0.8rem !important;
    white-space: nowrap;
    z-index: 3;
    font-weight: 500 !important;
    flex: 50%;
}


/**
 * Product Single
 * -----------------------------------------------------------------------------
 */

.hcpwc-product__image {
    width: 100%;
}
.hcpwc-product__image a {
    cursor: zoom-in;
}
.hcpwc-product__image img {
    width: auto;
    height: auto;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: relative;
}

@media (max-width: 980px) {
    .hcpwc-product__image {
        text-align: left;
    }
    .hcpwc-product__image img {
        max-width: 400px;
        max-height: 400px;
        width: auto;
    }
}

@media (min-width: 980px) {
    .hcpwc-product__image {
        height: 600px;
        text-align: center;
    }
    .hcpwc-product__image img {
        max-width: calc(100% - 60px);
        max-height: 100%;
    }
}

.et_pb_wc_description :is(p, span, li) {
    font-size: 0.85rem;
}
.et_pb_wc_description li {
    margin-top: 0.1rem;
}

/* back to store */
.hcp-store-back-link:before {
    content: "D";
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #3C3494;
    font-size: 22px;
    display: inline-block;
    top: 0.14em;
    position: relative;
}

/**
 * Cart
 * -----------------------------------------------------------------------------
 */

body[class*="woocommerce"]-cart .et_pb_wc_cart_totals h2 {
    margin-top: 0;
}
body[class*="woocommerce"]-cart .et_pb_wc_cart_totals table {
    margin-bottom: 15px !important;
}
body[class*="woocommerce"]-cart .et_pb_wc_cart_totals li {
    margin: 0;
    padding: 0;
}
body[class*="woocommerce"]-cart .et_pb_wc_cart_totals tr * {
    font-size: 0.8rem;
}


/**
 * Checkout
 * -----------------------------------------------------------------------------
 *
 * WC Blocks
 */

body #main-content .wc-block-components-form .wc-block-components-radio-control__option {
    box-shadow: none;
    font-size: 0.9rem;
}
body #main-content .wc-block-components-form .wc-block-checkout__terms {
    font-size: 0.9rem;
}

body #main-content .wc-block-components-form .wc-block-checkout__shipping-option label {
    background: var(--go2-site-light-gray);
}
/* already have an account? */
body #main-content .wc-block-components-form .wc-block-components-checkout-step__heading-content {
    font-size: 0.85rem;
}
body #main-content .wc-block-components-form .wc-block-components-checkout-step__heading-content a {
    font-weight: normal;
    text-decoration: underline;
}
/* add apartment button toggle */
body #main-content .wc-block-components-form .wc-block-components-address-form__address_2-toggle {
    font-size: 0.8rem;
}
/* checkout summary and totals */
body #main-content .wp-block-woocommerce-checkout-order-summary-block {
    background: var(--go2-site-light-gray);
}
body #main-content .wp-block-woocommerce-checkout-order-summary-block :not([class*="label"]) {
    font-size: 0.8rem;
}


/**
 * Order Complete
 * -----------------------------------------------------------------------------
 */

 body[class*="woocommerce"] .hcp-shop-sect-order-complete-body h2 {
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #333;
}
body[class*="woocommerce"] .hcp-shop-sect-order-complete-body .woocommerce-thankyou-order-received {
    font-size: 1.25rem;
    margin-bottom: 3rem;
}
body[class*="woocommerce"] .hcp-shop-sect-order-complete-body .woocommerce-column {
    margin-bottom: 2rem;
}

#main-content section.woocommerce-customer-details div.woocommerce-column address,
#main-content section.woocommerce-customer-details div.woocommerce-column address {
    font-size: 0.9rem;
    border-width: 1px;
    border-radius: 4px;
}



/**
 * Xoo Side Cart
 * -----------------------------------------------------------------------------
 */

.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-pname {
    line-height: 1.45;
    padding-bottom: 8px;
}
.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-footer-txt {
    line-height: 1.4em;
    margin: 0 auto 20px;
}
.xoo-wsc-markup .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-ft-btn-checkout span {
    display: none;
}
.xoo-wsc-markup .xoo-wsc-body .xoo-wsc-products .xoo-wsc-icon-bag2:before,
.xoo-wsc-markup .xoo-wsc-body .xoo-wsc-products .xoo-wscb-count {
    color: var(--go2-brand-blue);
}

/* quantity field */
.xoo-wsc-markup .xoo-wsc-body .xoo-wsc-products .xoo-wsc-qty-box {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    max-width: 100px;
    overflow: hidden;
}
.xoo-wsc-markup .xoo-wsc-body .xoo-wsc-products  .xoo-wsc-qty {
    min-height: 24px !important;
    border-radius: 0 !important;
    border: 0 none !important;
    flex: 50px 1 0;
}
.xoo-wsc-markup .xoo-wsc-body .xoo-wsc-products  .xoo-wsc-chng {
    background: var(--go2-site-light-gray);
    border: 0 none;
    width: auto;
    flex: 100% 0.75 1;
}



/**
 * Sidebar Product Filter
 * -----------------------------------------------------------------------------
 */

[class*="woocommerce"] .wpfMainWrapper {
    font-size: 80%;
}

[class*="woocommerce"] .wpfMainWrapper :not(.button) {
    font-size: 1em;
}
[class*="woocommerce"] .wpfMainWrapper .wfpTitle,
[class*="woocommerce"] .wpfMainWrapper .wfpDescription {
    font-weight: 500;
    font-size: 1.1em;
}

[class*="woocommerce"] #main-content .wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll {
    padding: 0;
    max-height: 100%;
    overflow: visible;
}
[class*="woocommerce"] .wpfMainWrapper .wpfSingleInputSearch input {
    border-width: 1px 1px 1px 1px;
    border-color: #e7e6e6;
    border-radius: 0px;
    background-color: #f7f7f7;
    font-size: 13px;
    padding: 10px 7px;
    letter-spacing: normal;
}
[class*="woocommerce"] .wpfMainWrapper .wpfFilterVerScroll li {
    margin: 0;
}
[class*="woocommerce"] .wpfMainWrapper .ms-options-wrap > button:focus, 
[class*="woocommerce"] .wpfMainWrapper .ms-options-wrap > button {
    white-space: wrap;
    letter-spacing: -0.1pt;
    padding: 3px 15px 3px 6px !important;
    font-size: 1em !important;
    color: #4e4e4e !important;
    line-height: 1.3 !important;
    border: 1px solid #bbb !important;
}
[class*="woocommerce"] .wpfMainWrapper .ms-options-wrap > button:after {
    content: "3";
    font-family: ETmodules;
    font-size: 18px;
    color: #000;
    position: absolute;
    display: block;
    top: 50%;
    height: auto;
    width: auto;
    transform: translateY(-50%);
    right: 2px;
    left: auto;
    margin: 0;
    border: 0 none;
}

.wpfFilterWrapper  div.wpfFilterContent .wpfLiLabel {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.wpfFilterWrapper  div.wpfFilterContent .wpfCheckbox {
    position: relative;
    top: 2px;
}
.wpfFilterWrapper  div.wpfFilterContent .wpfDisplay {
    margin-left: 10px;
}
.wpfFilterWrapper  div.wpfFilterContent .wpfValue {
    padding: 0 !important;
}
.wpfFilterWrapper  div.wpfFilterContent .wpfFilterTaxNameWrapper {
    display: block;
    line-height: 1.45;
}

/* picker box */
.woocommerce .wpfMainWrapper .ms-options-wrap .ms-options ul li label {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 6px !important;
    margin: 6px 0;
    line-height: 1.45;
    font-size: 1em;
    background: transparent !important;
}
.woocommerce .wpfMainWrapper .ms-options-wrap .ms-options ul li label input[type="checkbox"] {
    opacity: 0;
}
.woocommerce .wpfMainWrapper .ms-options-wrap .ms-options ul li label:has(input[type="checkbox"]):before {
    content: "";
    flex: 0 0 16px;
    position: relative;
    top: 3px;
    margin-right: 9px;
    height: 16px;
    width: 16px;
    border: 1px solid rgb(204, 204, 204);
}
.woocommerce .wpfMainWrapper .ms-options-wrap .ms-options ul li label:has(input[type="checkbox"]:checked):before {
    background: url('/wp-content/plugins/woo-product-filter/img/tick.png');
    background-size: 100%;
}




/* filter toggler for mobile */

.hcp-filter-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--go2-brand-blue);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}

.hcp-filter-toggle .hamburger-icon,
.hcp-filter-toggle .close-icon {
    font-size: 24px;
}

.hcp-filter-toggle .filter-text {
    flex-grow: 1;
    text-align: left;
    padding-right: 10px;
}

.hcp-filters-content {
    margin-top: 10px;
}

/* @media (min-width: 981px) {
    .hcp-filter-toggle {
        display: none;
    }
} */



/**
 * My Account
 * -----------------------------------------------------------------------------
 */

.hcp-store-my-account-wrapper .woocommerce:before,
.hcp-store-my-account-wrapper .woocommerce:after {
     display: none !important;
     clear: initial;
}
.hcp-store-my-account-wrapper .woocommerce {
    width: calc( 100% - 60px ); /* 30px margin on each side */
}

/* account nav */

body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation li {
    padding: 0;
    margin: 0 0 6px;
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation a {
    min-height: 50px;
    background: var(--go2-site-light-gray);
    border: 1px solid transparent;
    display: block;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2px;
    font-size: 0.9rem;
    transition: all 150ms;
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation a:hover {
    background: #fff;
    border: 1px solid var(--go2-secondary-yellow);
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation li.is-active a {
    background: var(--go2-secondary-yellow);
    color: var(--go2-brand-blue);
}

body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation,
body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-content {
    width: 100%;
    display: block;
    float: none;
}

body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-content :is(p, h2, h3):first-of-type {
    margin-top: 0;
    padding-top: 0;
}

@media (min-width: 1025px) {
    .hcp-store-my-account-wrapper .woocommerce {
        display: flex;
        flex-wrap: nowrap;
        column-gap: 30px;
    }
    body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-navigation {
        flex: 250px 0 0;
        width: auto;
    }
    body[class*="woocommerce"] .hcp-store-my-account-wrapper .woocommerce-MyAccount-content {
        flex: calc( 100% - 250px ) 1 1;
        width: auto;
    }
}

/* billing/shipping address boxes */
body[class*="woocommerce"] .hcp-store-my-account-wrapper address {
    font-size: 0.9rem;
    font-style: normal;
}
/* edit */
body[class*="woocommerce"] .hcp-store-my-account-wrapper .edit {
    color: transparent;
    font-size: 0.8rem;
    transition: color 200ms;
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .edit:after {
    font-family: 'Dashicons';
    content: '\f327';
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 5px;
}
body[class*="woocommerce"] .hcp-store-my-account-wrapper .edit:hover {
    color: var(--go2-text-base);;
}

/* my account orders */
body.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
    background: none !important; /* get rid of green blob */
    color: var(--go2-brand-blue) !important;
}

/* avatar */
body[class*="woocommerce"] .go2-logged-in-avatar .et_pb_code_inner {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
body[class*="woocommerce"] .go2-logged-in-avatar .go2-member-greeting {
    font-size: 0.85rem;
    line-height: 1.3;
    display: inline-block;
}


/**
 * Fields
 * -----------------------------------------------------------------------------
 */

/* .select2-container--default .select2-selection--single {
    background: #eee;
    border-radius: 0;
    border: 0 none;
    color: #999;
    line-height: 1.7em;
    min-height: 50px;
    padding: 15px;
    display: block;
}
.select2-container--default .select2-selection__rendered {
    font-size: 0.9rem;
    line-height: 22px;
    display: block;
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection__arrow {
    top: 50%;
    right: 10px;
    position: absolute;
    color: #999;
} */

/* .et_pb_wc_cart_totals .select2-container .select2-selection--single .select2-selection__rendered, 
.et_pb_wc_checkout_billing .select2-container .select2-selection--single .select2-selection__rendered, 
.et_pb_wc_checkout_shipping .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 0.9rem;
}


select[name*="attribute_"] {
    min-height: 44px !important;
    font-size: 0.75rem !important;
    padding: 0 20px !important;
}
.value[data-is-span-added="1"] span:after {
    transform: translateY(-220%) !important;
    right: 15px !important;
} */

/* input::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 0.9rem;
} */


/**
 * Sign-in page - form, errors/notices
 */

/* .woocommerce form.woocommerce-form,
.woocommerce form.woocommerce-ResetPassword {
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
    padding: 20px;
    border: 0 none; */
    /* border-color: rgba(60,52,148,1); */
    /* border-radius: 0;
}
.woocommerce .woocommerce-notices-wrapper ul {
    background: transparent !important;
    padding-bottom: 0 !important;
}
.woocommerce .woocommerce-notices-wrapper ul li {
    font-weight: bold;
    text-align: center;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    color: red !important;
}
 */




/**
 * Addify Custom Fields Plugin
 * -----------------------------------------------------------------------------
 */

/* .woocommerce form select.af-front-fields:not([multiple]) {
    min-height: 50px !important;
    padding: 15px;
    background: #eee;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.7em;
    border: 0 none;
}
.woocommerce form select.af-front-fields:not([multiple]) option {
    background: #fff;
    padding: 6px;
    font-size: 1rem;
} */

/* BN 5-30-2025 design update - mostly archive page */
.preview-eye-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.7);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    cursor: pointer;
}

.hcpwc-product-loop__card:hover .preview-eye-icon {
    opacity: 1;
}

.hcpwc-product-loop__card:hover {
    background: transparent;
    transform: translateY(-4px);
    box-shadow: inset 0 0 0 1px var(--go2-secondary-yellow), 0 8px 25px rgba(0,0,0,0.15);
}

.hcpwc-product-loop__card {
    transition: all 0.3s ease;
	border-radius: 5px;
}

.hcpwc-product-loop__card-img-wrap {
    position: relative;
}
.hcpwc-product-loop__controls .fas {
	margin-right: 5px;
}
.hcpwc-product-loop__controls .fas.fa-cart-plus {
	margin-right: 7px;
} 
.woocommerce form select.af-front-fields:not([multiple]) option:hover {
    background: #0073aa;
    color: #fff;
}

@media screen and (min-width: 1250px) and (max-width: 1400px), screen and (min-width: 690px) and (max-width: 768px), screen and (max-width: 400px) {
    #et-main-area #main-content .hcpwc-product-loop__controls .pub-pdf-dl, 
    #et-main-area #main-content .hcpwc-product-loop__controls .add_to_cart_button {
        font-size: 14px !important;
    }
}