/* Wellness Advisor */
.wellness_container,
.wellness_wrapper,
body.page-id-5433{
    overflow-y: hidden;
}
.page-id-5433 footer{
    display: none;
}
.wellness_container{
    width: 100%;
    height: calc(100vh - 110px);
    background-color: #fff;
    overflow-y: hidden;
}
.wellness_flex{
    display: flex;
    width: 100%;
    height: 100%;
}
.wellness_aside{
    width: 40%;
    height: 100%;
    background-color: #f3f3f3;
    max-height: 100%;
    overflow-y: auto;
}
.wellness_flex {
    display: flex;
    width: 100%;
    height: 100%;
}
.wellness_main {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.wellness_wrapper {
    width: 100%;
    height: 100%;
}
.wellness_aside_wrapper p{
    font-size: 1.1em;
    font-weight: 300;
}
.wellness_disclaimer {
    margin-top: auto;
    padding: 20px;
    background-color: #fff;
    font-size: 1.2em;
    font-weight: 300;
}
.wellness_disclaimer p{
    margin-bottom: 0;
    font-size: 0.8em;
}
.wellness_title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    font-size: 1.3em;
    color: #212121;
    font-weight: 300;
}
.wellness_main .selection {
    position: absolute;
    left: 50%;
    padding: 5px 10px;
    transform: translateX(-55%);
    top: 60px;
    font-size: 1.1em;
    background-color: #007A29;
    color: #fff;
    border-radius: 5px;
}
.wellness_image_wrapper{
    width: 100%;
    height: 85%;
    display: flex;
    justify-content: center;
    position: relative;
}
.wellness_image_wrapper img.body-template{
    max-height: 65vh;
}
.wellness_body {
    margin-top: 100px;
    display: flex;
    align-items: center;
    position: relative;
    height: fit-content;
}
.page-id-5433 .header_confidence{
    display: none;
}
.additional_ailments{
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.additional_ailments {
    position: absolute;
    right: 40px;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
}
.additional_ailments p{
    margin-bottom: 10px;
    max-width: 250px;
    font-size: 1.1em;
    font-weight: 300;
}
.additional_ailments div {
    padding: 7px 19px;
    font-size: 1.2em;
    background-color: #007A29;
    color: #fff;
    margin-bottom: 3px;
    transition: all 0.2s ease;
    border-radius: 5px;
    font-weight: 300;
}
.additional_ailments div:hover{
    cursor: pointer;
    transform: translateX(-4px);
    background-color: #005C1F;
}
/* Aside */
.wellness_aside{
    padding: 40px;
    font-size: 1em;
}
.wellness_aside h1{
    border-bottom: 2px solid #212121;
    padding-bottom: 10px;
    padding-right: 50px;
    width: fit-content;
    font-weight: 300;
}
.aside_card_title h2{
    font-weight: 300;
}
.wellness_aside ul {
    list-style: none;
    padding-left: 30px;
}
.wellness_aside li {
    margin-bottom: 15px;
}

.wellness_aside_wrapper .aside_card{
    display: none;
}
.wellness_aside_wrapper .aside_card.visible{
    display: block;
}
.wellness_aside_wrapper .aside_default.visible{
    display: block;
}
.wellness_aside_wrapper .aside_default{
    display: none;
}
.aside_default ul{
    padding-left: 15px !important;
}
.aside_default li{
    display: flex;
    align-items: center;
}
.icon-wrap {
    width: 40px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}
.aside_default li img{
    margin-right: 15px;
    height: fit-content;
}
img.aside-return{
    height: fit-content;
    margin-right: 20px;
    width: 22px;
    transition: all 0.2s ease;
}
img.aside-return:hover{
    transform: scale(1.1);
    cursor: pointer;
}
span.aside_card_title {
    display: flex;
    align-items: baseline;
}
.ailment_item {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 10px;
}
.ailment_item .ailment_content{
    display: none;
}
.ailment_item.open .ailment_content{
    display: block;
}
.ailment_item img.dropdown_arrow {
    margin-left: auto;
    height: fit-content;
    width: 15px;
}
.ailment_title {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    font-weight: 300;
    text-transform: capitalize;
}

.ailment_item.open .ailment_title{
    margin-bottom: 20px;
    color: #212121;
}
.ailment_item.open img.dropdown_arrow{
    transform: rotate(180deg);
}
.ailment_title:hover{
    cursor: pointer;
    color: #212121;
}
.ailment_container{
    overflow-y: auto;
    max-height: 600px;
}
.ailment_content h3 {
    font-size: 1em;
    padding-bottom: 2px;
    width: fit-content;
    margin-bottom: 8px;
}
.ailment_content p{
    font-size: 0.9em;
}
.ailment_content .added_to_cart{
    display: none;
}
.ailment_product_label {
    display: flex;
    margin-bottom: 3px;
}
.ailment_product_label p{
    margin-left: auto;
    margin-bottom: 0px !important;
}
.ailment_product_label .woocommerce-Price-amount{
    font-weight: 600;
    font-size: 1.5em;

}
.ailment_content .add_to_cart_inline span.woocommerce-Price-amount.amount {
    display: none;
}
p.product.woocommerce.add_to_cart_inline {
    padding: 0 !important;
    border: none !important;
}
.ailment_content .add_to_cart_inline a.button {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    padding: 11px 25px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    background-color: #007A29 !important;
    color: #fff;
    letter-spacing: 0.04em;
}
.ailment_content .add_to_cart_inline a.button:hover{
    background-color: #005C1F !important;
}
.ailment_product_label h3{
    text-transform: capitalize;
}
a.viewbasket{
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    background-color: #007A29 !important;
    font-weight: 600;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
}
a.viewbasket:hover{
    background-color: #005C1F !important;
}
ul.howitworks{
    margin-bottom: 40px;
}
ul.howitworks li{
    font-size: 1.2em;
    font-weight: 300;
}

/* Sensors */
.sensor:hover{
 
}
.wellness_body .sensor{
    background-color: red;
    position: absolute;
    opacity: 0;
}
.sensor_abdomen-outer {
    width: 87px;
    height: 49px;
    left: 49%;
    top: 32%;
    transform: translateX(-50%);
}
.sensor_chest-outer {
    width: 87px;
    height: 48px;
    left: 49%;
    top: 23%;
    transform: translateX(-50%);
}
.sensor_hair-outer {
    width: 50px;
    height: 18px;
    left: 49%;
    top: 0%;
    transform: translateX(-50%);
}
.sensor_feelings-outer {
    width: 35px;
    height: 19px;
    left: 49%;
    top: 4%;
    transform: translateX(-50%);
}
.sensor_handl-outer {
    width: 33px;
    height: 42px;
    left: 10%;
    top: 41%;
    transform: translateX(-50%);
}
.sensor_handr-outer {
    width: 33px;
    height: 42px;
    right: 4%;
    top: 41%;
    transform: translateX(-50%);
}
.sensor_neck-outer {
    width: 35px;
    height: 15px;
    left: 49.3%;
    top: 15.5%;
    transform: translateX(-50%);
}
.sensor_head-outer {
    width: 44px;
    height: 37px;
    left: 49%;
    top: 8%;
    transform: translateX(-50%);
    z-index: 10;
}
.sensor_skinl1-outer {
    width: 32px;
    height: 35px;
    left: 34%;
    top: 22.5%;
    transform: translateX(-54%) rotate(33deg);
}
.sensor_skinr1-outer {
    width: 32px;
    height: 35px;
    left: 66%;
    top: 23%;
    transform: translateX(-54%) rotate(-33deg);
}
.sensor_skinl2-outer {
    width: 29px;
    height: 72px;
    left: 44%;
    top: 74%;
    transform: translateX(-54%);
}
.sensor_skinr2-outer {
    width: 29px;
    height: 72px;
    left: 54.5%;
    top: 74%;
    transform: translateX(-54%);
}
.sensor_muscler1-outer {
    width: 41px;
    height: 71px;
    left: 56%;
    top: 53%;
    transform: translateX(-54%);
}
.sensor_musclel1-outer {
    width: 41px;
    height: 71px;
    left: 43%;
    top: 53%;
    transform: translateX(-54%);
}

.sensor_reproduction-outer {
    width: 31px;
    height: 35px;
    left: 49%;
    top: 46%;
    transform: translateX(-54%);
}
.sensor_hipl-outer {
    width: 30px;
    height: 45px;
    left: 39%;
    top: 39%;
    transform: translateX(-50%);
}
.sensor_hipr-outer {
    width: 30px;
    height: 45px;
    left: 60%;
    top: 39%;
    transform: translateX(-50%);
}
.sensor_jointl1-outer {
    width: 31px;
    height: 35px;
    left: 27%;
    top: 29%;
    transform: translateX(-54%);
}
.sensor_jointr1-outer {
    width: 31px;
    height: 35px;
    left: 72%;
    top: 29%;
    transform: translateX(-54%);
}
.sensor_jointl2-outer {
    width: 31px;
    height: 35px;
    left: 44%;
    top: 66%;
    transform: translateX(-54%);
}
.sensor_jointr2-outer {
    width: 31px;
    height: 35px;
    left: 55%;
    top: 66%;
    transform: translateX(-54%);
}
.sensor_footl-outer {
    width: 36px;
    height: 48px;
    left: 43%;
    bottom: 6%;
    transform: translateX(-50%);
}
.sensor_footr-outer {
    width: 36px;
    height: 48px;
    left: 54%;
    bottom: 6%;
    transform: translateX(-50%);
}
.sensor_armpitl-outer {
    width: 30px;
    height: 30px;
    left: 39%;
    top: 20%;
    transform: translateX(-50%);
}
.sensor_armpitr-outer {
    width: 30px;
    height: 30px;
    left: 60%;
    top: 20%;
    transform: translateX(-50%);
}
.sensor_thighl-outer {
    width: 41px;
    height: 84px;
    left: 43%;
    bottom: 37%;
    transform: translateX(-50%);
}
.sensor_thighr-outer {
    width: 41px;
    height: 84px;
    left: 56%;
    bottom: 37%;
    transform: translateX(-50%);
}
.sensor_throat-outer {
    width: 35px;
    height: 25px;
    left: 49%;
    top: 20%;
    transform: translateX(-50%);
}
/* Wellness Cursor */
.custom-cursor {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #333;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    display: none;
    transition: transform 0.2s ease-in-out;
  }

  


@media (max-width: 1440px) {
    .wellness_image_wrapper img.body-template {
        max-height: 60vh;
    }
    .wellness_aside {
        width: 50%;
        font-size: 0.8em;
    }
    .wellness_title {
        font-size: 1em;
    }
    .wellness_disclaimer p {
        font-size: 0.7em;
    }
    .wellness_aside h1{
        margin-bottom: 15px;
    }

}

@media (max-height: 700px) {
    .wellness_main .selection {
        top: 45px;
    }
    .wellness_body {
        margin-top: 82px;
    }
    .wellness_title {
        top: 20px;
    }
    .sensor_handr-outer {
        right: 0%;
    }
    .sensor_muscler1-outer,
    .sensor_musclel1-outer{
        height: 53px;
    }
    .sensor_armpitr-outer,
    .sensor_armpitl-outer {
        width: 20px;
        height: 20px;
    }
    .sensor_skinl2-outer,
    .sensor_skinr2-outer {
        height: 48px;
    }
    .wellness_disclaimer p {
        font-size: 0.55em;
    }
}

@media (min-width: 900px) {
    .wellness_mobile{
        display: none;
    }
    .wellness_aside{
        display: block;
    }
    .wellness_main{
        display: flex;
    }
}

@media (max-width: 900px) {
    .wellness_mobile{
        display: block;
        text-align: center;
        padding: 15vh 3% 0 3%;
        width: 100%;
    }
    .laptop {
        width: 40%;
        margin-bottom: 2em;
    }
    .wellness_mobile p{
        font-size: 1em;
        font-weight: 300;
        margin-bottom: 1em;
    }
    .wellness_aside,
    .wellness_main{
        display: none;
    }
}