/* Weight Loss Announcement Bar Styles */
.weight_loss_announcement_bar {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 8px 20px;
}

.weight_loss_announcement_bar p {
    margin-bottom: 0;
    font-size: 16px;
}

.weight_loss_announcement_bar p a {
    color: inherit;
    text-decoration: underline;
}

/* Container with Announcement Bar */
body.new_homepage_header .container_with_weight_loss_announcement_bar main {
    margin-top: 110px !important;
}

.p_80.weight-loss-product--page-section .cops_content {
    margin-top: 0;
}

body.new_homepage_header .nrx-predictive-search {
    display: none !important;
}

body.new_homepage_header .container_with_weight_loss_announcement_bar main > SECTION:first-child {
    padding-top: 40px;
}
header{
	box-shadow: none;
}
.new_homepage_header #nrx-primary-nav .menu .menu-item.menu-item-has-children > a{
	padding: 10px;
}
.new_homepage_header #nrx-primary-nav .sub-menu{
	/* padding: 35px 30px; */
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 0;
	/* min-height: 250px; */
    transition: min-height 0.3s ease, opacity 0.3s ease, border-top 0.3s ease;
    height: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    opacity: 0;
    z-index: -1;
}
.new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children:hover .sub-menu{
    padding: 35px 30px;
    min-height: 250px;
    height: auto;
    opacity: 1;
    z-index: 3;
    border-top: 1px solid #CAE6EA;
}
.new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children > a:hover{
	border-bottom: none !important;
}
.weight_loss_announcement_bar{
	margin-bottom: 0 !important;
}
header#site-header{
	padding-bottom: 0;
}
.menu-2025-primary-menu-container li.menu-item > a{
	padding: 25px 0;
	display: block;
}
.submenu-container{
	padding: 0 0 0 250px;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.submenu-container .nav-heading{
	position: absolute;
	left: 0;
	top: 0;
}
#nrx-primary-nav > .menu-item > a{
	padding: 25px 0 !important;
	display: block;
}
#nrx-primary-nav .submenu-container .menu-item:hover a{
	text-decoration: underline !important;
	background: none !important;
	border-radius: 0 !important;
	border-bottom: 0 !important;
	color: #2DA2AB !important;
	padding: 16px 20px !important;
}
#nrx-primary-nav .sub-menu .menu-item:not(.nav-cta){
    max-width: 370px;
}
/* 2025 Design - Mobile Menu Styles */
.nrx-2025-menu-toggle{
    background-image: url(../../../dist/img/nav-bars-small.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 18px;
    border: none;
    height: 19px;
    width: 28px;
    display: none;
}

.mobile-menu-2025 {
    position: fixed;
    top: 83px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.mobile-menu-active .mobile-menu-2025{
	max-height: 100vh;
}
.mobile-menu-active header .nrx-2025-menu-toggle{
	background-image: url(../img/close.svg);
    background-size: contain;
}
.mobile-menu-2025 ul{
    padding: 0;
    list-style: none;
}
.mobile-menu-2025 .menu li a:not(.nrx-btn-get-started){
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2A3447;
    padding: 20px 0;
    display: block;
}
.mobile-menu-2025 .menu li.menu-item-has-children .sub-menu li a:not(.nrx-btn-get-started){
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
#nrx-primary-nav.menu li.menu-item-has-children .sub-menu li.nav-heading > a{
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #2DA2AB;
}
#nrx-primary-nav.menu li.menu-item-has-children .sub-menu li.nav-heading:hover > a{
    text-decoration: none !important;
}
.mobile-menu-2025 .menu li.menu-item-has-children .sub-menu li.nav-heading a:not(.nrx-btn-get-started){
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2DA2AB;
}
.mobile-menu-2025 .menu li a.my-account-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.mobile-menu-2025 .menu li a.my-account-btn:hover {
    background-color: #ef6c41;
    border-color: #ef6c41 !important;
    color: #fff;
}

.my-account-btn:hover {
    background: #f8f8f8;
    color: #333;
}

.mobile-menu-login .nrx-user-continue{
    display: none;
}
.mobile-menu-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow: auto;
}

.menu li.menu-item-has-children .sub-menu .nav-cta{
    gap: 20px;
    background: #ECF5F5;
    border-radius: 20px;
	width: 344px;
	max-width: 100%;
    position: absolute;
    top: 0;
    margin-left: 400px !important;
}
#nrx-primary-nav .submenu-container .menu-item.nav-cta:hover a.nrx-btn-get-started,
.menu li.menu-item-has-children .sub-menu .nav-cta:hover a.nrx-btn-get-started{
    text-decoration: none !important;
}
/* CTA Navigation Styles */
.nav-cta-wrapper {
    border-radius: 8px;
    padding: 16px;
    margin: 8px 0;
}

.nav-cta-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
}

.nav-cta-text {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #2A3447;
}
.nav-cta-desc {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2A3447;
}
.nav-cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

#nrx-primary-nav .sub-menu .menu-item a.nrx-btn-get-started{
    position: relative;
    padding: 12px 36px 12px 26px !important;
    display: inline-block;
    background-color: #ef6c41;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 30px !important;
    font-size: 14px;
    line-height: 1.15;
    cursor: pointer;
}

#nrx-primary-nav .sub-menu .nav-cta.menu-item:hover a.nrx-btn-get-started{
    background: #e7602c !important;
    color: #fff !important;
}

/* Ensure the CTA item doesn't inherit unwanted list styles */
.nav-cta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-cta::before,
.nav-cta::after {
    display: none;
}


/* .new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children > a {
	border-bottom: 2px solid transparent;
}
.new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children > a:hover,.new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children:hover > a {
	border-bottom: 2px solid #2a3447 !important;
} */
.new_homepage_header #nrx-primary-nav > .menu-item:hover > a:hover{
	border-bottom: none !important;
}
.new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children > a,.new_homepage_header #nrx-primary-nav > .menu-item > a{
	position: relative;
}
.new_homepage_header #nrx-primary-nav > .menu-item:hover > a::before {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	background: #000;
	width: calc(100%);
	top: calc(50% + 20px);
}
.new_homepage_header #nrx-primary-nav .menu-item.menu-item-has-children:hover > a::before {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	background: #000;
	width: calc(100% - 26px);
	top: calc(50% + 20px);
}


.new_homepage_header #nrx-primary-nav li.menu-item-has-children > a::after {
	transition: 0.2s;
}

@media only screen and (min-width: 1900px) {
    .product_small_screen_size_image {
        display: none !important;
    }
    .product_large_screen_size_image {
        display: block !important;
    }
    body.new_homepage_header .container_with_weight_loss_announcement_bar main .weight-loss-product--page-section .container {
        max-width: 1370px;
    }
    body.new_homepage_header main .weight-loss-product--page-section .glp_main > div {
        flex: 0 0 55%;
        max-width: calc(55% - 43px);
    }
    body.new_homepage_header main .weight-loss-product--page-section .glp_lft.sec2_ot.cops_ryt {
        flex: 0 0 45%;
        max-width: calc(45% - 45px);
    }
    body.new_homepage_header main .weight-loss-product--page-section .hero_btn_homenew.cop_btn .nrx-btn-get-started {
        max-width: 100%;
    }
    body.new_homepage_header main .weight-loss-product--page-section .faq_sec .accordion__wrapper {
        max-width: 100%;
    }
}
/* Product Image Display Control */
@media only screen and (min-width: 1365px) {
    .product_small_screen_size_image {
        display: none !important;
    }
    .product_large_screen_size_image {
        display: block !important;
    }
}
@media only screen and (min-width: 1025px) {
    .mobile-menu-2025,.menu-dropdown-arrow{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
	header nav ul.menu li.nrx-user-continue{
		display: none;
	}
	header .nrx-header-main{
		padding-top: 10px;
		padding-bottom: 10px;
	}
    #site-header .nrx-navigation .nrx-2025-menu-toggle {
        display: block;
        margin-left: 17px;
    }
    .mobile-menu-2025 .sub-menu{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .menu li.menu-item-has-children .sub-menu .nav-cta,
    .submenu-container .nav-heading{
        position: relative;
        margin-left: 0 !important;
    }
    .mobile-menu-2025{
        top: 110px;
    }
    .menu-item.menu-item-has-children{
        position: relative;
    }
    .menu-item.menu-item-has-children.active .sub-menu{
        max-height: 100vh;
    }
    .menu-item.menu-item-has-children.active .menu-dropdown-arrow{
        transform: rotate(180deg) translateY(-18px);
    }
    .menu-dropdown-arrow{
        width: 24px;
        height: 24px;
        background: #CAE7EA;
        display: block;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: 0;
        transform: translateY(18px);
        right: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .menu-dropdown-arrow svg{
        width: 16px;
        height: 16px;
    }
    .menu li.menu-item-has-children .sub-menu .nav-cta{
        width: 100%;
    }
	.nav-cta-wrapper {
        padding: 16px;
        margin: 6px 0;
    }
    .nav-cta-text {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 767px) {
    body.new_homepage_header header .nrx-main-navigation {
        flex-basis: 46%;
    }
}

@media only screen and (max-width: 1024px) {
    .container_with_weight_loss_announcement_bar main {
        margin-top: 99px;
    }
}

@media only screen and (max-width: 782px) {
    body.new_homepage_header .container_with_weight_loss_announcement_bar main {
        margin-top: 96px !important;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu-2025 {
        top: 84px;
    }
	#mobile-menu-2025 .mobile-menu-container {
		padding-top: 5px;
	}
    header nav ul.menu li.nrx-user-login a.my-account-btn svg{
        transform: translateY(0);
    }
    header nav ul.menu li.nrx-user-login a.my-account-btn span{
        line-height: 12px;
    }
    body.new_homepage_header .container_with_weight_loss_announcement_bar main {
        margin-top: 84px !important;
    }
    .weight_loss_announcement_bar p {
        font-size: 14px;
        line-height: 18px;
    }
    .container_with_weight_loss_announcement_bar main {
        margin-top: 60px;
    }
    body.new_homepage_header .container_with_weight_loss_announcement_bar main > SECTION:first-child {
        padding-top: 25px;
    }
}
@media only screen and (max-width: 575px) {
    body.new_homepage_header .container_with_weight_loss_announcement_bar main > SECTION:first-child {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 540px) {
    .container_with_weight_loss_announcement_bar main {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 365px) {
	.mobile-menu-2025 {
		top: 94px;
	}
}
@media only screen and (max-width: 355px) {
    body.new_homepage_header .container_with_weight_loss_announcement_bar main {
        margin-top: 103px !important;
    }
}


/******************* Header Css ************************/
#site-header .nrx-header-wrap .nrx-main-navigation .menu-item-has-children .sub-menu {
	display: none !important;
	border-top: none !important;
}
#site-header .nrx-header-wrap .nrx-main-navigation .menu-item-has-children.active .sub-menu {
  display: block !important;
}
#site-header .nrx-header-wrap .nrx-main-navigation .menu-item-has-children .sub-menu .submenu-container {
	transform: translate3d(0px, -50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-style: preserve-3d;
	opacity: 0;
	transition:0.5s;
}
#site-header .nrx-header-wrap .nrx-main-navigation .menu-item-has-children.active .sub-menu .submenu-container {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
	transform-style: preserve-3d; 
	opacity: 1;
}

#site-header .nrx-header-wrap .nrx-main-navigation .menu-item-has-children.active .sub-menu{
	padding: 35px 30px;
	min-height: 250px;
	height: auto;
	opacity: 1;
	z-index: 3;
	border-top: 1px solid #CAE6EA;
}

#site-header .nrx-header-wrap .nrx-main-navigation .menu-item-has-children.active > a:after{
	transform: rotate(180deg);
}

.nicerx_dropdown-bg {
	z-index: 997;
	opacity: 0;
	backdrop-filter: blur(25px);
	pointer-events: none;
	background-color: #1717174d;
	width: 100%;
	height: calc(100% - 3.75rem);
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease;
	display: block;
	position: fixed;
	inset: auto 0% -100%;
}
.nicerx_dropdown-bg.is-visible {
	z-index: 900;
	opacity: 1;
	pointer-events: auto;
	bottom: 0%;
}

.product_plan_with_slider .slick-list {
	overflow: visible !important;
}

@media only screen and (max-width: 991px) {
    .nicerx_dropdown-bg.is-visible  {
        display:none !important;
    }
}