/** Shopify CDN: Minification failed

Line 845:14 Expected ":"

**/
.index5_sec {
    background: #f3f0ff;
}
.index5Main {
    padding: 96px 0;
}
.index5Wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.index5Wrap .lft {
    padding: 0 110px 0 0;
    width: 50%;
}
.index5Wrap .rht {
    padding: 0 12px;
    width: 50%;
}
.index5Wrap .lft .imgTxtBox .boxes {
    width: 47%;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    opacity: .7;
}
.index5Wrap .lft .imgTxtBox .boxes.actv {
    opacity: 1;
}
.index5Wrap .lft .imgTxtBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index5Wrap .lft .imgTxtBox .boxes strong {
    display: block;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--website-text-primary, #1D1D1D);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.index5Wrap .lft .imgTxtBox .boxes img {
    display: block;
}  
.index5Wrap .lft .headSec {
    padding-bottom: 50px;
}
.index5Wrap .lft .headSec .txt h2 {
    margin-bottom: 12px;
}
.index5Wrap .lft .headSec .txt p {
    font-size: 18px;
    line-height: 1.45;
}  
.quick-add {
    display: none;  
}
.card-information .price .price__regular .regPrice {
    color: var(--website-text-secondary, #4A4A4A);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 10px;
}
.card-information .price .c_badge {
    color: var(--main-blue-100, #2DCCD3);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    padding-left: 10px;
}
.card-information .price .price__regular .regPrice::before,
.card-information .price .c_badge::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 3px solid var(--website-text-secondary, #4A4A4A);
}
.custom_buy_btn span {
    display: inline-block;
}
.custom_buy_btn span.adcrt-icon {
    padding-right: 8px;
}
.custom_buy_btn .btn:hover span.adcrt-icon svg path {
    fill: #fff;
}

.joinUsWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.joinUsWrap .text-col {
    width: 50%;
    padding-right: 50px;
}
.joinUsWrap .image-col img {
    border-radius: 16px;
}
.joinUsWrap .image-col {
    width: 50%;
}
.prd--experience-box .widget_sub .lft {
    width: 15%;
}
.prd--experience-box .widget_sub .rht {
    width: 85%;
}

/* .custom_sub_widget_main {
    display: none;
} */

.custCollection #appstle-widget-template .appstle_sub_widget .widgetSellingPlanWrapper {
    flex-direction: row !important;
}
.custCollection .appstle_span_wrapper {
    flex-direction: column;
}
.custCollection .widgetSellingPlanWrapper input[type=radio]+label .appstle-selling-plan-detail-wrapper .appstle_span_wrapper span.appstle_onetime_amount_compare,
.custCollection .widgetSellingPlanWrapper input[type=radio]+label .appstle-selling-plan-detail-wrapper .appstle_span_wrapper .appstle_sellingPlan_formattedCompareAtPrice{
    font-size: 14px !important;
}

.allBlocks {
    padding: 15px 0;
    display: flex;
}
.allBlocks a {
    display: block;
    padding: 11px 15px;
    color: #1d1d1d;
}
.blogSearch {
    padding: 60px 0 30px;
}
.allBlocks a.actv {
    color: var(--theme-blue);
    border-bottom: 2px solid var(--theme-blue);
}
.blog-explore-by .blockMain {
    overflow: auto;
}


  .blog-explore-by .blockMain {
    scrollbar-width: auto;
    scrollbar-color: #ffffff #ffffff;
  }


  .blog-explore-by .blockMain::-webkit-scrollbar {
    width: 0px;
  }

  .blog-explore-by .blockMain::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .blog-explore-by .blockMain::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
    border: 0px none #ffffff;
  }

.blogExplore .blockWrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 26px;
}
.blogExplore .blockWrap .blockInner {
    width: calc(14.2858% - 22.28px);
    min-width: 160px;
    text-align: center;
}
.blogExplore {
    padding-bottom: 60px;
}
.blogExplore .blockWrap img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.blogExplore .headWrap {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blogExplore .headWrap h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.searchList {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 10px #00000017;
    z-index: 9;
    border-radius: 0 0 20px 20px;
}
.searchBoxWrap {
    position: relative;
}
.searchList li {
    margin-bottom: 10px;
}
.index11main .blog__posts.articles-wrapper.items--4 li {
    width: 24%;
    padding: 0 15px;
}
.index11main .blog__posts.articles-wrapper.items--2 li {
    width: 49%;
    max-width: 50%;
    padding: 0 15px;
}
.blog-video {
    padding-bottom: 60px;
}

.blog-review-process, .blog-authors {
    background: #F7FAFC;
    padding: 60px 0;
}
.blog-review-process .iconWrp {
    background: #2DCCD3;
    color: #fff;
    height: 100px;
    width: 100px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    border-radius: 100px;
}
.blog-review-process .blockWrap {
    display: flex;
    justify-content: center;
    position: relative;
}
.blog-review-process .blockWrap .blockInner {
    width: 30%;
    padding: 0 53px;
    text-align: center;
    position: relative;
}
.blog-review-process .headWrap {
    margin-bottom: 50px;
}
.blog-review-process .blockWrap::before {
    content: "";
    border-bottom: 2px dashed #2DCCD3;
    position: absolute;
    width: 58%;
    top: 50px;
    height: 1px;
}
.blog-video .deferred-media__poster {
    border-radius: 16px;
}
.blog-authors .blockWrap {
    display: block;
    white-space:nowrap;
    overflow:auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.blog-authors .blockWrap::-webkit-scrollbar {
  display: none;
}
.blog-authors .blockWrap .blockInner {
    width: 170px;
    text-align: center;
    display:inline-block;
    vertical-align:top;
    margin: 0 12px;
}
.blog-authors .blockWrap img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.blog-authors .headWrap {
    margin-bottom: 25px;
}
.blog-authors .headWrap h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.blog-authors .titleWrp h4 {
    font-size: 20px;
    margin: 0 0 12px 0;
}
.blog-authors .titleWrp {
    margin-top: 10px;
    text-wrap:wrap;
}
.blog-authors .titleWrp p {
    font-size: 14px;
}
.template-blog .blogHead {
    margin-bottom: 25px;
}
.template-blog .breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:24px;
}
.template-blog .breadcrumb span{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.pagination__list {
    border-top: 1px solid #eeeeee;
}
.pagination__item.pagination__item--current {
    color: #2DCCD3;
    border-color: #2DCCD3;
}
.pagination__item {
    border-top: 3px solid #fff;
}
.pagination__item::after {
    display: none !important;
}
.pagination__list>li.pg.pgp {
    margin-right: auto;    max-width: fit-content;
}
.pagination__list>li.pg.pgn {
    margin-left: auto;    max-width: fit-content;
}
.fullDiv {
    width: 100%;
}
.fullDiv video {
    display: block;
    width: 100%;
}
.fullDiv .videoWrap .playVdo {
    background-image: url("data:image/svg+xml,%3Csvg width='464' height='464' viewBox='0 0 464 464' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='232' cy='232' r='232' fill='white'/%3E%3Ccircle cx='232' cy='232' r='198' fill='%23A9A8A9'/%3E%3Cpath d='M182 145V319L320 232L182 145Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.fullDiv .videoWrap {
    position: relative;
}

.article-template {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.article-template .articleLeft {
    width: 100%;
    max-width: 65%;
    padding-right: 40px;
    margin-top: 0 !important;
}

.article-template .articleRight {
    width: 100%;
    max-width: 35%;
    padding-left: 40px;
    padding-top: 50px;
}

.article-template .articleLeft .article-template__hero-container .article-template__hero-adapt {
    margin-bottom: 20px;
    border-radius: 24px;
}

.article-template .articleLeft .authorDls {
    justify-content: flex-start;
    column-gap: 20px;
}
.widgetSellingPlanWrapper input[type=radio]+label .appstle-selling-plan-detail-wrapper .appstle_span_wrapper span.appstle_sellingPlan_formattedCompareAtPrice {
    display: none;
}
.widgetSellingPlanWrapper input[type=radio]+label .appstle-selling-plan-detail-wrapper .appstle_span_wrapper span.appstle_sellingPlan_price::after {
    content: "/mo";
    font-size: 11px;
}

/* affiliate page css start */
.affiliate_bnr_main .indexBnr .bnrTxt .brnheading {
    max-width: 400px;
}
.affiliate_bnr_main .indexBnr .bnrTxt p:nth-of-type(2), 
.affiliate_bnr_main .indexBnr .bnrTxt p:nth-of-type(3) {
    margin: 0 0 7px;
}
.affiliate_review_process {
    padding: 0 0 60px;
    background: transparent;
}

.affiliate_review_process .blogReviewWrap .headWrap h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #2DCCD3;
    margin: 0 0 12px;
}

.affiliate_review_process .blogReviewWrap .headWrap p {
    font-size: 18px;
}
.affiliate_review_process .blockWrap .blockInner {
  width: 25%;
  padding: 0 20px;
}
.affiliate_review_process .blockWrap:before {
  width: 75%;
}
.affiliate_review_process .btn_wrp {
    text-align: center;
    margin-top: 45px;
}

.affiliate_review_process .btn_wrp .btn.green_btn {
    padding: 12px 107px;
}

/* body.pgg--affiliate .ptr7Sec .imgWrap {
  position: static;
}
body.pgg--affiliate .ptr7Sec .imgWrap img {
  display: block;
}
body.pgg--affiliate .ptr7Sec .txtContWrp {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
} */
.aff_form_sec .ptr7Main {
    padding: 60px 0 470px;
}
body.pgg--affiliate .index10main {
  padding-bottom: 30px;
}
.aff_form_sec .mob_bnt_wrp {
    display: none;
}
 .custom-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000a6;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 110.145ms 0ms;
}
.custom-popup__holder {
  max-width: 1140px;
  width: 90%;
  height: 60vh;
  max-height: 100%;
  /* overflow-y: auto; */
  background: #fff;
  /* border-radius: 8px; */
  padding: 50px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 400ms, transform 400ms;
  transition-delay: 300ms;
  border-radius: 16px;
}
.custom-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: 0.3s transform;
}

.custom-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.custom-popup.is-active .custom-popup__holder {
  opacity: 1;
  transform: translateY(0);
}
.custom-popup__holder .popup_main_cnt .popup_head_wrp h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #1D1D1D;
    text-align: center;
    margin-bottom: 2rem;
}
.custom-popup__holder .popup_main_cnt .pxFormGenerator {
    width: 100%;
    height: 100% !important;
}

.custom-popup__holder .popup_main_cnt  iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.custom-popup .popup_main_cnt {
    height: 100%;
}


/* SUBSCRIPTION WIDGET */

.suboption {
    display: flex;
    border: 2px solid #EEF7F9;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 1rem 2rem;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.suboption input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.suboption * {
    cursor: pointer;
}
.suboption ._span_wrapper {
    width: 100%;
    text-align: right;
}
.suboption.activatedOption {
    border-color: #2dccd3;
    background: #eef7f9;
}
.suboption label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.suboption .sellingPlan_discountText {
    display: block;
    border-radius: 100px;
    background: var(--Main-Blue-100, #2DCCD3);
    position: absolute;
    top: -13px;
    right: 20px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 2px 12px;
}
div#appstle-widget-template {
    display: none !important;
}
.suboption label .selling-plan-detail-wrapper ._sellingPlan_price {
    color: #1d1d1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.suboption label .selling-plan-detail-wrapper .sellingPlan_price {
    color: #1d1d1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.suboption label .selling-plan-detail-wrapper .sellingPlan_formattedCompareAtPrice {
    display: none;
}
.suboption label .selling-plan-detail-wrapper .selling-plan-detail-wrapper {
    text-align: right;
}
.suboption label .plan-text {
    color: #bbb;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.suboption label .selling-plan-detail-wrapper .perday-price {
    color: #bbb;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: end;
}
.custom_sub_widget_main {
    display: none !important;
}
/* SUBSCRIPTION WIDGET */

.shopify-challenge__container .shopify-challenge__button{
  margin-top: 20px;
}

/* SUBSCRIPTION WIDGET ON COLLECTION PAGE */
.custCollection .col-subscription-widget-inner {
    display: flex;
    gap: 10px;
}
.custCollection .col-subscription-widget-wrap {
    margin-top: 25px;
}
.custCollection .col-suboption {
    width: 33.33%;
    margin-bottom: 0;
    display: flex;
    border: 2px solid #EEF7F9;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 1rem 2rem;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}
.custCollection .col-suboption.activatedOption {
    border-color: #2dccd3;
    background: #eef7f9;
}

.custCollection .col-suboption input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.custCollection .col-suboption * {
    cursor: pointer;
}
.custCollection .col-suboption label .selling-plan-detail-wrapper .perday-price {
    color: #bbb;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: end;  
}
.custCollection .col-suboption .sellingPlan_discountText {
    display: block;
    border-radius: 100px;
    background: var(--Main-Blue-100, #2DCCD3);
    position: absolute;
    top: -11px;
    right: 20px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 0px 8px;
}
.custCollection .col-suboption .plan-text {
    color: #bbb;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.custCollection .col-suboption label {
    display: block;
}
.custCollection .selling-plan-label-name {
    margin-bottom: 8px;
    font-size: 14px;
}
.custCollection .col-suboption label .selling-plan-detail-wrapper .perday-price {
    text-align: left;
}
.custCollection .col-suboption label .selling-plan-detail-wrapper .sellingPlan_price,
.custCollection .col-suboption label .selling-plan-detail-wrapper ._sellingPlan_price {
    font-size: 17px;
    color: #1d1d1d;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;  
}
.custCollection .col-suboption label .selling-plan-detail-wrapper .sellingPlan_formattedCompareAtPrice {
    display: none;
}
.custCollection strong {
    font-size: 14px;
}
/* SUBSCRIPTION WIDGET ON COLLECTION PAGE */

@media screen and (max-width: 980px) {
  .custom-popup__holder {
    width: 90%;
    height: 90vh;
    padding: 40px 15px 25px;
}
  .custom-popup__close {
    top: 5px;
    right: 5px;
  }
}
/* affiliate page css end */

.blog-post-new .blog__posts {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    --blg-clm-gap: 30px;
    column-gap: var(--blg-clm-gap);
}
.blog-post-new .blog__posts .blog__post {
    width: 100%;
    max-width: calc(33.333% - 20px);
}
.blog-post-new .page-width-desktop {
    padding-left: 0;
    padding-right: 0;
}

.blog-post-new .breadcrumb {
    padding: 50px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.blog-post-new .breadcrumb span {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.blog-post-new .breadcrumb a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.blog-post-new {
    padding-bottom: 50px;
}

/* review app */
.prd--vivoo-wellness-test .suboption.monthly-option,
.prd--vivoo-urine-test .suboption.monthly-option {
    display: none;
}
.custCollection .grid-item[data-product-handle="vivoo-urine-test"] .col-suboption.monthly-option {
    display: none;
}
#looxReviews {
  padding-right: calc(50% - (1230px / 6));
  padding-left: calc(50% - (1230px / 2));
}

/* Start Aug-06-25 */

.newWidget .suboption {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #2dccd3
}
.newWidget .subscription-widget-inner{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.newWidget .selling_plan_container{
    border: 1px solid #2dccd3;
    padding: 2rem 2rem 0;
}
.newWidget .selling_plan_container .suboption {
    padding: 0!important;
    border-left: none !important;
    border-right: none !important;
    margin-top: -.1rem;
    border-bottom: none !important;
}
.newWidget .selling_plan_container .suboption.activatedOption{
    border-width: 1px !important;
}
.newWidget .selling_plan_container:has(.suboption.activatedOption){
    background: #eef7f9;
    border-color: #2dccd3;
    border-width: 2px;
    transition border .3s ease;
}
.newWidget .subscription-widget-heading-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #2dccd3;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem 2rem;
}
.newWidget .subscription-widget-heading-wrp .prc-wrp .money{
    font-weight: 700;
    color: #000000;
}
.newWidget .subscription-widget-heading-wrp .prc-wrp s{
    margin-left: .5rem;
}
.newWidget .subscription-widget-heading-wrp .money{
    text-decoration: none;
}
.newWidget .subscription-widget-heading-wrp h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: .016rem;
    margin-bottom: 0;
}
.newWidget .selling_plan_container .selling-plan-name-wrapper{
    width: 100%;
}
.newWidget .suboption .sp-title-wrp {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 .5rem;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0;
}
.newWidget .suboption label .plan-text {
    margin-bottom: 1rem;
}
.newWidget .suboption.one-time-option label .plan-text {
    margin-bottom: 0rem;
}
.newWidget .prc-wrp {
    font-weight: 700;
}
.newWidget .suboption .selling-plan-name-wrapper strong {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    line-height: 1;
    align-items: center;
}
.newWidget .suboption.activatedOption .sp-title-wrp strong{
    color: #2dccd3;
}
.newWidget .suboption .selling-plan-name-wrapper strong:before{
    position: relative;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid #2dccd3;
}
.newWidget .suboption .selling-plan-name-wrapper strong:after {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #2dccd3;
    left: .3rem;
    opacity: 0;
    transition: all .3s ease;
}
.newWidget .suboption.activatedOption strong:after{
    opacity: 1;
}
.newWidget .selling_plan_container .pln-description > p {
    margin-bottom: 0;
    /* padding-left: 3rem; */
}
.newWidget .selling_plan_container .pln-description > p strong::before,
.newWidget .selling_plan_container .pln-description > p strong::after{
    display: none;
}
.newWidget .selling_plan_container .selling-plan-detail-wrapper {
    display: none;
}
.newWidget .suboption .selling-plan-name-wrapper .pln-description ul {
    list-style: none;
    padding-left: 0rem;
}
.newWidget .suboption .selling-plan-name-wrapper .pln-description ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    font-size: 1.2rem;
    color: #1d1d1d;
}
.newWidget .suboption .selling-plan-name-wrapper .pln-description ul li:before{
    position: relative;
    display: block;
    content: "✔";
    color: red;
}
.newWidget .suboption .pln-description{
    display: none;
}
.newWidget .suboption.activatedOption .pln-description{
    display: block;
}
.newWidget .selling-plan-name-wrapper .sp-title-wrp .websik_bg {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-wrap: wrap;
}
.newWidget .selling_plan_container .suboption .sellingPlan_discountText,
.newWidget .selling_plan_container .suboption .addiLabel {
    position: static;
    font-size: 0.9rem !important;
    border-radius: inherit;
}
.newWidget .suboption.one-time-option label{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.newWidget .one-time-option.activatedOption .selling-plan-name-wrapper strong{
    color: #2dccd3;
}
.newWidget .prd--vivoo-urine-test .suboption label .plan-text{
    display: none;
}
.newWidget .product_sec .product__info-wrapper .product-form__submit .price__sale .price-item s {
    font-weight: 400;
}
._onetime_amount_compare {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: line-through;
}

/* End Aug-06-25 */

@media (max-width: 1199px) {
  #looxReviews {
    padding-right: calc(50% - 102px);
    padding-left: calc(50% - 490px);
  }
}
@media (max-width: 991px) {
  #looxReviews {
    padding: 0;
  }
  .newWidget .prc-wrp {
    font-size: 17px;
  } 
}