/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/
h2 a,h3 a,h4 a {color:#15586A}

.biomarkers {
    width: 100%;
}

.biomarkers,
.biomarker {
    display: block;
    float: left;
}

.biomarkers h4 {
    font-size: 18px;
    clear: both;
    width: 100%;
    margin: 15px 0 10px 0;
    float: left;
}

.biomarkers .biomarker {
    display: inline-block;
    float: left;
    padding: 0;
    position: relative;
}

.biomarkers .biomarker a {
    display: block;
    background-color: #fff;
    border: 2px solid;
    border-radius: 40px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #FFFFFF;
    color: #15586B;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    border-style: solid;
    border-width: 2.3px 2.3px 2.3px 2.3px;
    border-color: #15586B;
    border-radius: 20px 20px 20px 20px;
    transition: all 0.5s ease;
    width: auto;
    float: left;
}

.biomarkers .biomarker:hover a {
    background-color: #38828A;
    border-color: #38828A;
    color: #fff;
    transition: all 0.5s ease;
}

.biomarkers .biomarker .hover {
    display: block;
    opacity: 0;
    font-size: 12px;
    background-color: #38828A;
    color: #fff;
    padding: 15px;
    width: 200px;
    position: absolute;
    top: 52px;
    right: 0%;
    transition: opacity 0.5s ease;
}

.biomarkers .biomarker:hover .hover {
    display: block;
    opacity: 1;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.biomarkers .biomarker:hover .hover:hover {
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.biomarkers .biomarker .hover::before {
    content: " ";
    display: block;
    position: absolute;
    right: 40px;
    top: -13px;
    width: 20px;
    height: 13px;
    background-image: url(img/tooltip.png;);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.secondary-cart {
    position: fixed;
    bottom: 20%;
    right: 15px;
    z-index: 60;
}

.cart-dropdown {
    display: none;
}

.show-dropdown {
    display: block;
}

ul.addons {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
	display:flex;
	flex-wrap:wrap;
}

ul.addons li {
    display: block;
    font-size: 16px;
    width: 50%;
    margin: 0 0 15px;
    box-sizing: border-box;
    padding-right: 15px;
}

ul.addons li .block {
    background-color: #fff;
    display: block;
    padding-left: 15px;
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-right: 0px solid;
	height:100%;
}

ul.addons li p {
    display: inline-block;
    float: left;
    margin: 0;
}

ul.addons li .item {
    float: left;
    display: block;
    width: 85%;
    padding-top: 5px;
}

ul.addons li .item a.title {
    width: 85%;
    padding: 6px 0 10px 0;
    color: #15586B;
    display: inline-block
}

ul.addons li .item .price {
    margin: 0;
    padding: 8px 5px 0 0;
    float: right;
    color: #15586B;
}

.elementor-jet-single-add-to-cart .cart .quantity {
    display: none!important;
}
body.logged-in ul.addons li .item .price,
body.logged-in button.single_add_to_cart_button {
    display: block!important;
}

.woocommerce .woocommerce-form__label-for-checkbox button.button,
button.woocommerce-form-login__submit {
    display: block!important;
}

ul.addons li .add {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 70px;
}

ul.addons li .add form.cart {
    margin: 0;
    padding: 0;
    float: right;
    height: 100%;
}

ul.addons li .add form.cart .button {
    float: right;
    border-radius: 0;
    height: 100%;
    margin: 0;
}

ul.addons input#submit.alt,
ul.addons a.button.alt,
ul.addons button.button.alt,
ul.addons input.button.alt {
    background: #15586B;
}

ul.addons input#submit.alt:hover,
ul.addons a.button.alt:hover,
ul.addons button.button.alt:hover,
ul.addons input.button.alt:hover {
    background: #15586B;
}

.secondary-cart {
    display: block;
    width: 80px;
    height: 80px;
    background: #15586B;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.cart-totals {
    color: #fff;
    font-size: 34px;
    display: block;
    padding-top: 15px;
    position: relative;
}

.cart-totals:hover {
    color: #fff;
}

#items {
    position: absolute;
    top: -10px;
    right: 0px;
    display: block;
    background-color: #70BF97;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
}

.show-dropdown {
    position: absolute;
    bottom: 100px;
    width: 400px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    box-sizing: border-box;
    padding: 15px;
    color: #000;
    font-size: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.show-dropdown .dropdown-cart-left,
.show-dropdown .qty {
    display: none;
}

.show-dropdown h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.show-dropdown .item-count {
    display: none;
}

.dropdown-checkout-link a:hover {
    color: #fff;
}

.dropdown-checkout-link a {
    width: 100%;
    display: block;
    color: #fff;
    background: #15586B;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
}

.show-dropdown h5 {
    float: left;
}

.show-dropdown .price {
    float: right;
}

.dropdown-cart-right .total {
    float: right
}

.elementor-accordion-item {
    background: #EEF3F7
}

.elementor-accordion .elementor-tab-title {
    padding: 15px 0!important;
}

.elementor-accordion .elementor-accordion-item {
    position: relative;
}

.elementor-accordion .elementor-tab-content,
.elementor-accordion-item .elementor-accordion-title {
    padding: 0!important;
    box-sizing: border-box;
    margin: 0 auto!important;
    max-width: 1120px;
    display: block;
}

.elementor-accordion .elementor-tab-content {
    padding: 10px 0 10px 0!important
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-top: 0
}

.elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-right {
    width: 1090px!important;
    display: block;
    position: absolute;
    margin-left: -550px!important;
    left: 50%;
}

ul.addons button.single_add_to_cart_button,
ul.addons button.single_add_to_cart_button:disabled {
    font-size: 0px!important;
    padding: 0;
    border: 0px;
    height: 0;
    width: 0px;
}

ul.addons button.single_add_to_cart_button:after {
    position: absolute;
    right: 0;
    display: block;
    content: "Add";
    font-size: 16px;
    background-color: #15586B;
    height: 100%;
    top: 0px;
    align-items: center;
    width: 65px;
    display: flex;
    justify-content: center;
}

ul.addons button.single_add_to_cart_button:disabled:after {
    content: "Added";
    background-color: #333;
}


.fancybox-content {
    max-width: 800px!important;
    display: block;
    background-color: #EEF3F7!important;
}

.fancybox-content p.sub,
.fancybox-content h2 {
    color: #15586B;
}

.fancybox-content p.sub {
    margin-bottom: 0px
}

.fancybox-content a {
    clear: both;
    float: left;
    margin: 20px 0;
    background: #15586B;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px!important;
    border: 0px solid #15586B;
}

.fancybox-content a:hover {
    opacity: 0.8;
    color: #fff;
}

button.fancybox-button {
    display: block;
    border: 0px solid white;
    background: none;
    padding: 0;
    float: right;
    width: 70px;
    height: 70px;
}

button.fancybox-button:hover {
    background: none;
    border: 0px solid #fff;
    color: #000;
}

a.woocommerce-button.button.addons {
    background-color: #15586B !important;
    color: #FFF !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .col2-set .col-2 .form-row .required,
.woocommerce form .col2-set .col-2 .form-row .optional {
    visibility: hidden;
    font-size: 10%;
}

body .jet-woo-builder .single_add_to_cart_button.button {
    padding: 10px !important;
}

.filters {
    margin-bottom: 50px;
    display: block;
    float: left;
}

.filters button {
    padding: 10px;
    margin: 0;
    display: block;
    border: 0px solid #fff;
    float: left;
    border-radius: 10px;
}

.filters button:focus {
    border: none;
    outline: none
}

.filters button.is-checked {
    background: #c36;
    color: #fff;
}

body.elementor-page-1657 .biomarkers {
    margin-bottom: 50px;
}

.fancybox-navigation {
    display: none;
}

body.woocommerce-cart .secondary-cart,
body.page-id-1486 .secondary-cart,
body.woocommerce-account .secondary-cart,
body.elementor-page-765 .secondary-cart {
    display: none
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}

.page-id-1486 fieldset {
    border-color: #15586B!important;
    padding: 0!important;
    border-style: none;
}

.page-id-1486 h1,
.page-id-1486 h3 {
    display: none;
}

.page-id-1486 .extra-fields {
    display: block;
    margin-top: 40px;
    overflow: hidden;
}

.page-id-1486 .warning {
    background-color: #EDF3F6;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 20px;
    margin: 20px 0;
}

.page-id-1486 .warning h4 {
    color: #15586B
}

body.page-id-1486 input.fdx_order_btn,
a.fdx_order_btn checkout-button,
body.page-id-1486 .woocommerce a.button.alt {
    display: block;
    background-color: #15586B;
    color: #fff;
    border: 1px solid #15586B;
    float: left;
    padding: 20px 40px;
    font-size: 21px;
    font-weight: 500!important;
    line-height: 21px;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    margin: 20px 2% 40px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

body.page-id-1486 .woocommerce a.button.alt {
    margin-right: 0;
}

.fullBiomarkersBtn a,
.fullBiomarkersBtn a:hover {
    margin-top: -10px;
    width: 100%;
    background-color: red;
    width: 100%;
    display: block;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #15586B;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    padding: 10px
}

.fancybox-content .biomarkers a {
    border-radius: 20px!important;
}

.eael-accordion-content {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.eael-accordion-content .intro {
    padding-bottom: 20px
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    display: none;
}

.suitable ul li {
    width: 100%;
}

.suitable ul li {
    width: 100%;
}

.logged-in .loggedIn .elementor-button-link {
    display: none;
}

.logged-in .loggedIn::after {
    content: "You're already logged in"
}

.productSearchTool {
    width: 100%;
}

.productSearchTool .leftCol {
    width: 30%;
    display: block;
    float: left;
}

.productSearchTool .leftCol label {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px
}

.productSearchTool .leftCol h4 {
    padding: 10px 0 10px 0;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

.productSearchTool .rightCol {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.productSearchTool .rightCol .item {
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
    min-height: 380px;
    font-size: 16px;
}

.productSearchTool #form-ui select {
    margin: 20px 0 20px 0;
}

.productSearchTool .rightCol .item .product {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.productSearchTool .viewBtn,
.productSearchTool .btn, .greenBtn {
    display: block;
    background-color: #15586B;
    color: #fff;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 5px 15px;
    width: 80%;
    margin-top: 10px;
    border-radius: 2px;
}

.productSearchTool .fdxCode {
    width: 100%;
    clear: both;
    display: block;
    color: #15586B
}

.productSearchTool a.reset {
    text-align: left;
    width: 100%;
    color: #999!important;
    cursor: pointer;
    display: block;
    margin: 0 0 20px 0;
}

.productSearchTool .add_to_cart_button {
    width: 100%;
    clear: both;
    display: block;
    color: #15586B;
    font-weight: bold;
    display: none;
}

body.logged-in .productSearchTool .add_to_cart_button {
    display: block;
}

.productSearchTool .rightCol .item .product h2,
.productSearchTool .rightCol .item .product h2 a,
a.product_type_simple {
    font-size: 16px;
    text-align: center;
    color: #15586B;
    margin: 0;
}

.productSearchTool .rightCol .item .product .price {
    color: #333;
    width: 100%;
    text-align: center;
}

ul.addons li .item .price {
    font-size: 0px;
}

ul.addons li .item .price::after {
    content: "";
    font-size: 0px;
}



.logged-in .cart button,
.logged-in .woocommerce button.single_add_to_cart_button,
.logged-in a.add_to_cart_button {
    display: block
}

.logged-in .product .price,
.logged-in .price {
    display: block!important;
    font-size: 16px!important;
}

.logged-in .secondary-cart {
    display: block!important;
}

.logged-in .product .price::after,
.logged-in .price::after,
.logged-in ul.addons li .item .price::after {
    display: none;
}

.logged-in ul.addons li .item .price {
    font-size: 13px!important;
}

.productSearchTool .rightCol .item .product img {
    width: 60%;
    text-align: center;
}

.productSearchTool .rightCol #container {
    width: 100%;
    display: inline-block;
    font-size: 0;
}

.productSearchTool .rightCol .item {
    display: inline-block
}

.productSearchTool .item .inner {
    position: relative;
    overflow: hidden;
}

.productSearchTool .item .overlay {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    opacity: 0;
    top: -200px;
    transition: all .25s ease-in-out;
    font-size: 14px;
    color: #15586B;
    box-sizing: border-box;
    padding-top: 10px;
}

.productSearchTool .item:hover .overlay {
    opacity: 1;
    top: 0px;
    transition: all .25s ease-in-out;
}

.productSearchTool .collapsibleContent {
    padding: 0 5px 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.productSearchTool .collapsible::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    float: right;
    background-color: #70BF97;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 2px;
}

.productSearchTool .active::after {
    content: "\f068";
}

.productSearchTool #output {
    display: none;
}

.cart_item p.productTitle {
    color: #15586B;
    font-weight: bold;
    margin-bottom: 10px
}

.cart_item a.button,
.cart_item a.button:hover {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #15586B;
    float: left!important;
}

.cart_item p.productTitle {
    color: #15586B;
    font-weight: bold;
    margin-bottom: 10px
}

.cart_item a.button,
.cart_item a.button:hover {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #15586B;
    float: left!important;
}

.payment_method_stripe label {
    display: block;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0em;
    border-bottom: 0px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0px
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin-bottom: 10px
}

.woocommerce-checkout #payment div.form-row {
    padding: 0
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    width: 100%;
    margin: 10px 0 20px;
    text-align: center;
    background-color: #15586B;
    padding: 15px;
}

.page-id-1082 .elementor-column-wrap .membersOnly p,
.page-id-1082 .elementor-column-wrap .membersOnly ul {
    display: none!important;
}

.page-id-1082 .elementor-column-wrap .membersOnly::after {
    content: "Please login to see content";
    display: block;
    width: 100%;
    clear: both;
    font-size: 18px;
    margin: 10px 0;
}

.logged-in .membersOnly,
.logged-in .elementor-column-wrap .membersOnly p,
.logged-in .elementor-column-wrap .membersOnly ul {
    display: block!important;
}

.logged-in .elementor-column-wrap .membersOnly::after {
    display: none;
}

.productBanner .inner {
    max-width: 980px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 20px 0
}

.productBanner .inner .leftCol,
.productBanner .inner .rightCol {
    display: inline-block;
    vertical-align: middle;
}

.productBanner .inner .leftCol {
    width: 20%;
}

.productBanner .inner .rightCol {
    width: 75%;
}

.productBanner .inner h1,
.productBanner .inner p {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}

.productBanner .inner h1 {
    margin: 0;
    font-weight: 600;
}

.productBanner .inner p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}

.productBanner .inner p.testNumber {
    font-weight: 600;
}

.form-row#role_field,
.form-row#profession_field {
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .productSearchTool .rightCol,
    .productSearchTool .leftCol {
        width: 100%;
    }
    .productSearchTool .rightCol .item {
        width: 50%;
    }
	ul.addons li {width:100%;}
}

body.page-id-9321.logged-in .compareWrapper {
    display: block!important;
    width: 1140px;
    margin: 0 auto;
    font-size: 0;
}

body.page-id-9321:not(.logged-in) .notLoggedIn {
    display: block!important;
    font-size: 24px!important;
    font-weight: 600;
    width: 1140px;
    margin: 20px auto 40px auto;
}

.compareWrapper .col {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 0;
    position: relative;
}

.compareWrapper .col .products {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

.compareWrapper .col .products.fixed {
    perspective: none;
}

.compareWrapper .col #productContainer {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    transform: rotateY(180deg);
    width: 100%;
}

.compareWrapper .col #productContainer.show {
    opacity: 1;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    z-index: 5;
}

.compareWrapper .col#first #compare,
.compareWrapper .col#first #number,
.compareWrapper .col#first #image,
.compareWrapper .col#first #overview,
.compareWrapper .col#first #price {
    font-weight: 600;
    color: #324E69;
    font-size: 18px;
}

.compareWrapper .col .row {
    height: 55px;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}

.minHeightRow {
    height: 55px;
}

.compareWrapper .col .row#image img {
    display: block;
    height: 200px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

#tickCross img {
    width: 35px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section .row:nth-child(even) {
    background-color: #EAEDF0;
}

.section .row.dark {
    background-color: #15586B;
    color: #fff;
    transition: all 0.4s ease;
}

.section .row.dark:hover,
.show.section .row#category {
    background-color: #237B95;
    transition: all 0.4s ease;
}

.section .row.dark:active. .show.section .row#category:active {
    background-color: #53aac2;
}

.compareWrapper .col .row#image {
    height: 280px
}

.compareWrapper .col .row#overview {
    height: 220px;
    font-size: 16px;
    color: #3F3F3F;
}

.productSelector,
.selectTest {
    font-size: 16px;
}

.productSelector li {
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
}

ul.productSelector {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    max-height: 0px;
    transition: all 0.1s ease;
    overflow: hidden;
    width: calc(100% - 20px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

ul.productSelector .inner {
    padding: 10px 15px;
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
}

ul.productSelector.show {
    max-height: 700px;
    transition: all 0.1s ease;
}

.selectTest {
    border: 1px solid #999;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
}

.selectTest p {
    margin: 0;
    font-weight: 500;
    color: #324E69;
}

.selectTest #triangle {
    font-size: 21px;
    color: #fff;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #324E69;
    text-align: center;
}

.selectTest #triangle span {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    position: relative;
    top: 20px;
    transition: all 0.2s ease;
}

.expanded #triangle span {
    transition: all 0.2s ease;
    border-bottom: 10px solid #fff;
    border-top: 0;
    top: -15px;
}

.page-id-9321 .banner {
    height: 200px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #243572 0%, #B9E7D9 100%);
}

.page-id-9321 .banner h1 {
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif
}

.compareWrapper .section .row {
    line-height: 120%
}

.compareWrapper .row.fixed {
    position: fixed;
    top: 0px;
    background-color: #fff;
    width: 285px;
    z-index: 10;
}

.expandable {
    max-height: 0px;
    transition: all 1s ease;
    overflow: hidden;
}

.expandable.show {
    max-height: 1500px;
    transition: all 1 ease;
}

.expand-addons.show {
    max-height: 5800px;
}

#btn-expand {
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
}

.col#first #btn-expand::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    right: 15px;
    top: 11px;
}

.col#first .section.show #btn-expand::after {
    content: "\f068";
}

body:not(.logged-in) #price .notLoggedIn {
    display: block!important;
}

body.logged-in #price .LoggedIn {
    display: block!important;
}

.compareWrapper .btn {
    display: block;
    width: 100%;
    border: 1px solid black;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: #15586B;
    color: #fff;
    font-weight: 600;
}

body.page-id-8863.logged-in .secondary-cart {
    display: none!important;
}

#scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #324E69;
    z-index: 10;
    cursor: pointer;
    border-radius: 3px;
}

#scrollUp.show {
    display: block!important;
}

#scrollUp span::after {
    content: "\f106";
    font-size: 35px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.page-id-9321 .site-main {
    max-width: 1140px!important;
	margin:0 auto;
}

#scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #324E69;
    z-index: 10;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

#scrollUp.show {
    display: block!important;
}

#scrollUp span::after {
    content: "\f106";
    font-size: 32px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.page-id-9321 .site-main {
    max-width: 1140px!important;
}

.compareWrapper .col#first .row.compare {
    font-weight: bold;
    color: #324E69;
    padding-top: 14px;
}

.compareWrapper .col#first .row.compare:after {
    display: inline-block;
    content: "\2192";
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 22px;
}

.page-id-9321 #wpadminbar {
    display: none!important;
}

.wcpa_form_outer {margin:0; padding:0}

#expandme p {
    font-weight: 600;
    color: #324E69;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
}

#expandme p.close {
    display: none;
}

#expandme.active p.close {
    display: block;
}

#expandme.active p.expand {
    display: none;
}

.eael-accordion-content.show {
    display: block!important;
}

.eael-accordion-content.show {
    display: block!important;
}

.eael-accordion-content.show p.intro {
    display: none;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    background-color: #15586B!important;
}

.elementor-268 .elementor-element.elementor-element-e5c9ef8 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
    font-weight: 500!important;
}

body.postid-1220 .elementor-element-b0a9b61 {display:none}

body.single-product h4 {color:#38828A; font-size:17px}
.woocommerce div.product .spVariable  form.cart {margin-bottom:0}
.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {background:none; display:block; width:100%; margin:0; padding:0;}
.woocommerce div.product form.cart .variations {margin-bottom:0;}
.jet-listing-grid__item form.variations_form {display:none!important}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#15586B
}

body.postid-12557 ul.addons button.single_add_to_cart_button:after {height:45px}
body.postid-12557 .intro, body.postid-1220 .intro {display:none}
#comapreTestsBanner h4 a {color:#fff!important}

body.term-533 .elementor-widget-woocommerce-product-add-to-cart{display:none}

.logged-in .item .product_cat-bespoke .price, .logged-in .item .product_cat-bespoke .add_to_cart_button, .logged-in .item .product_cat-index .price, .logged-in .item .product_cat-index .add_to_cart_button  {visibility:hidden}


#wpsl-result-list {
    background-color: #FAF9F9;
}

.wpsl-search {
    background: none;
}

#wpsl-checkbox-filter {
    width: 45%;
    box-sizing: border-box;
    padding-left: 15px;
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,
.wpsl-custom-checkboxes.wpsl-checkbox-3-columns li {
    width: auto;
    padding-right: 20px;
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li:last-child {
    padding-right: 0;
}

#wpsl-search-wrap div label {
    text-align: right;
}

#wpsl-search-btn {
    float: right
}

#wpsl-search-wrap div label,
#wpsl-search-wrap label {
    color: #00465A;
    font-weight: 600;
}

input#wpsl-search-btn {
    font-weight: 500;
    background: #15586B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #15586B;
    border-radius: 0px;
}

.wpsl-search .wpsl-store-location a {
    color: #15586B
}

.wpsl-info-window a,
.wpsl-store-location a {
    color: #15586B;
    font-weight: bold;
}

.wpsl-search-btn-wrap {
    float: right
}

.wpsl-directions {
    display: none
}

.wpsl-store-location .wpsl-contact-details span {
    color: #333
}

.wpsl-info-window {
    line-height: 130%;
}

.wpsl-info-window strong {
    margin-bottom: 5px
}

.wpsl-store-location span.lightGrey {
    color: #999
}

.wpsl-store-location .type {
    font-weight: 600;
}

#wpsl-result-list li p {
    margin-bottom: 0
}

#wpsl-result-list li p.type {
    color: #70BF97
}

.Mobile.wpsl-direction-wrap {
    display: none;
}


.myPopup .popUpBg {transition:all 300ms; top:-100%; position:fixed}
.myPopup.active .popUpBg {transition:all 300ms; top:0; left:0; position:fixed; width:100%; height:100%; background-color:rgba(0,0,0, 0.8); z-index:999;}
.myPopup .mainPopup {position:relative; top:20%; background-color:#fff;
    max-width:800px;
    left:calc(50% - 400px);
    border:4px solid #15586B;
    box-sizing:border-box;
    padding:20px;
    text-align:center;
    font-size:21px;}
.myPopup .inner {position:relative;}
.myPopup .close {cursor:pointer; position:absolute; right:-45px; top:-45px; width:40px; height:40px}
.woocommerce-checkout-review-order-table #patientOrder {display:none!important}
@media screen and (max-width: 900px) {
    #popUp .mainPopup {position:relative; top:20%; background-color:#fff;
    max-width:90%;
    left:5%;
    border:4px solid #15586B;
    box-sizing:border-box;
    padding:20px;
    text-align:center;
    font-size:18px;}
}
@media screen and (max-width: 1160px) {
    #wpsl-checkbox-filter {
        width: 26%
    }
    #wpsl-search-wrap {
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    #wpsl-checkbox-filter {
        width: 100%;
        clear: left;
    }
    #wpsl-search-wrap {
        text-align: center;
    }
    input#wpsl-search-btn {
        width: 100%
    }
    .wpsl-search-btn-wrap {
        width: 100%
    }
    #wpsl-checkbox-filter li {
        float: none;
        display: inline-block
    }
    .wpsl-select-wrap {
        width: 49%;
    }
    .wpsl-input {
        width: 49%;
    }
}

@media screen and (max-width: 600px) {
    #wpsl-search-wrap div label {
        text-align: left;
    }
    #wpsl-radius .wpsl-dropdown .wpsl-selected-item,
    .wpsl-dropdown,
    #wpsl-radius,
    .wpsl-select-wrap {
        width: 100%
    }
    #wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
        width: 49%;
        text-align: left;
    }
    #wpsl-checkbox-filter {
        padding-left: 0;
    }
}
.page-id-1401 .wppb-checkbox span.wppb-description-delimiter {
    margin-left: 0 !important;
}


.flexSameSize .elementor-column {flex: 1 1 0px}
