/*
Theme Name:   Biogetica
Theme URI:    https://woocommerce.com/biogetica
Author:       Automattic
Author URI:   https://woocommerce.com/
Description:  Biogetica is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      3.5
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  biogetica
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storefront is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins, etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
You can read more about the calculator we use in our Sass here: https://github.com/modularscale/modularscale-sass

FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Images License: GNU General Public License v2 or later
*/


body.single-product .product-inner-sec1 .add_cart_ailment form button svg {
    display: none;
}
img.svgnew {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-top: -5px;
}
.newp {

    margin: 0 0 20px 0;
    text-align: center;
    background: #e5edeb;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.col-md-5.right.order-md-2.bgpadding {
    padding: 20px;
    background: #e5edeb;
}
button#place_order,
input#cfw-promo-code-btn,
input#cfw-promo-code-btn-mobile {
    background: #ff7723 !important;
    color: #fff !important;
    font-size: calc(0.2279375vw + 15.625px);
    font-weight: 700;
    border: 1px solid transparent;
}

.home_page .banner_content .btn1 {
    color: #fff;
    padding: 18px;
    border-radius: 7px;
    background: #e39555;
}

.ban_number_list .sec_number span {
    font-size: 30px;
    font-weight: 400;
}

.orsection .or-info p {
    color: #fff;
}

.orsection {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.orsection .view-product {
    width: 40%;
}

.or-info {
    width: 15%;
}

.orsection .or-info p {
    color: #fff;
    margin: 0;
}

.ban_number_list .num:nth-last-child(1) .counter-text span {
    width: 100%;
    font-weight: 500;
    font-size: 18px !important;
}

.ban_number_list .num:nth-last-child(1) .sec_number p {
    font-size: 18px !important;
    margin-left: 0px;
}

.orsection .search-container form.woocommerce-product-search {
    width: 100%;
    position: relative;
}

.orsection .search-container form.woocommerce-product-search input {
    border: none;
    color: #fff;
    border: 2px solid white;
    padding: 15px;
    border-radius: 7px;
    background: transparent;
}

.orsection .search-container form.woocommerce-product-search input::placeholder {
    color: white;
}

.orsection .search-container form.woocommerce-product-search button {
    position: absolute;
    width: 12%;
    height: 10px;
    top: 15px;
    right: 10px;
    border: none;
    background: transparent;
}

@media (max-width: 1024px) {
    .ban_number_list .sec_number p {
        margin-left: 14px;
    }
}

@media (max-width: 767px) {
    .orsection {
        display: block;
    }

    .orsection .view-product {
        width: 100%;
        margin: 20px 0px;
    }

    .or-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .ban_number_list .num:nth-last-child(1) .sec_number p {
        font-size: 12px;
        margin-left: 0px;
    }

    .or-info {
        display: none;
    }

    .search-container {
        display: none;
    }
}

@media (max-width: 425px) {
    .ban_number_list .num {
        width: 25%;
    }

    .ban_number_list .sec_number p {
        margin-left: 0px;
    }

    .ban_number_list .col-sm-3:nth-last-child(1) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .ban_number_list .num:nth-last-child(1) .counter-text span {
        font-size: 15px !important;
        font-weight: 600;
    }

    .ban_number_list .sec_number span {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home_page .banner_content .btn1 {
        color: #fff;
        border: 2px solid white;
        padding: 18px;
        border-radius: 7px;
    }

    .ban_number_list .col-sm-3:nth-last-child(3) {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 375px) {
    .ban_number_list .num:nth-last-child(1) .counter-text span {
        font-size: 13px !important;
    }

    .ban_number_list .num:nth-last-child(1) .sec_number p {
        margin-top: 5px;
    }
}

@media (max-width: 320px) {
    .ban_number_list .num {
        width: 50%;
        float: right;
    }

    .ban_number_list .col-sm-3:nth-last-child(1) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ban_number_list .num:nth-last-child(1) .counter-text span {
        font-size: 13px !important;
    }
}

.counter-text img {
    height: 60px;
    width: 100%;
}

.view_biogetica .view_bio_tab .nav .nav-link:hover::after {
    display: block;
}

.top_product .top_product__box .product_cart .add_to_cart:hover,
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):hover,
button.button.product_type_simple.add_to_cart:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover {
    opacity: unset !important;
    background-color: #e46212 !important;
}

.top_product .top_product__box .product_cart del span {
    font-weight: 300;
}

.top_product .top_product__box .product_cart del:after {
    height: 1px;
}

del span {
    font-weight: 300;
}

del:after {
    height: 1px;
}

.my-sticky-product-main div#Description .modal-header button.close {
    font-size: 30px
}

.archive .my-sticky-product-main .modal-content .modal-header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

.my-sticky-product-main .right_sec2_box h5 {
    color: #484848 !important;
    font-weight: 600;
}

.archive .my-sticky-product-main .modal-content .modal-body .right_sec2_box {
    background: #f5faf9;
    margin-right: 22px;
    padding: 15px 0 0 0 !important;
    border-radius: 15px;
}

.my-sticky-product-main div#Ingredients .modal-content,
.my-sticky-product-main div#Contents .modal-content,
.my-sticky-product-main div#Description .modal-content {
    max-height: 600px !important;
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 49.5px;
    background-color: #bce6dc;
    transition: all linear 0.2s;
    z-index: -1;
}

.prTextmid {
    display: flex;
    flex-wrap: wrap;
    top: 38%;
    z-index: 1;
    justify-content: center;
}

.prTextmid a {
    flex: 0 0 14%;
    max-width: 14%;
    font-size: 13px;
    color: #484848;
    margin: 0;
    padding: 15px 0;
    border-right: 1px solid #d3c9c9;
    text-align: center;
}

section.progressBarMain {
    position: sticky;
    top: 12%;
    z-index: 9;
    width: 100%;
    border: 1px solid #d3c9c9;
    background: #fff;
}

.prTextmid a:last-child {
    border-right: 0;
}

.progress-bar__container {
    position: relative;
}

@media(min-width: 1700px) {
    section.progressBarMain {
        top: 8%;
    }
}

@media(min-width: 1500px) and (max-width: 1699px) {
    section.progressBarMain {
        top: 10%;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    section.progressBarMain {
        top: 10%;
    }
}

@media(min-width: 991px) and (max-width: 1199px) {
    .prTextmid a {
        font-size: 11px;
    }

    .progress {
        height: 46.5px;
    }

    section.progressBarMain {
        top: 10%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .prTextmid a {
        font-size: 9px;
    }

    .progress {
        height: 43.5px;
    }

    section.progressBarMain {
        top: 10%;
    }
}

@media(max-width: 1199px) {
    section.progressBarMain {
        display: none;
    }
}

@media (min-width: 768px) {
    .archive div#aliment-product {
        margin-top: 130px !important;
    }
}

@media(min-width: 1200px) {
    section.progressBarMain {
        top: 80px;
    }
}

/* Additional Css */
main.INR .eh_paypal_express_description, main.INR a.single_add_to_cart_button.eh_paypal_express_link {
    display: none !important;
}

.aliment-product.mobilealiment-product .right_sec2_box.text-center.px-xl-3{
	width: 400px;
    margin: 0 auto;
    display: block;
	margin-top: 10px;
}
.aliment-product.mobilealiment-product .featured-tabs{display: none;}

.aliment-product.mobilealiment-product #mobile-fixed-carousel .owl-nav {
    text-align: center;
}
.WhatsAppButton__root {
    bottom: 15.6%!important;
    right: 10px!important;
}
a.whatsapp__poweredBy.whatsapp__poweredBySideLefty {
    display: none;
}
main.USD li.wc_payment_method.cfw-radio-reveal-li.payment_method_eh_paypal_express {
    display: none;
}
@media screen and (max-width: 767px) {
    .product-inner-sec1 .img_box img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
	.aliment-product.mobilealiment-product .right_sec2_box.text-center.px-xl-3 {
    width: auto;
    margin: inherit;
    display: block;
		margin-top: 10px;
}
img.single_add_to_cart_button.eh_paypal_express_image {
    margin: 0px  auto;
    margin-bottom: 15px;
}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
right: 0;
z-index: 99999999;
}
	.WhatsAppButton__root {
    bottom: 12% !important;
    right: 10px !important;
}
}

/*  */
.sc-coupon-list p {
    font-size: 1rem;
    margin: 0;
}
#cfw-coupons .cfw-input-wrap-row {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
/* .aliment-product.mobilealiment-product .featured-tabs {
    display: flex !important;
} */
/* 	.right-product-only #featuredTabs {
    display: flex !important;
} */
}
/*  */
body.page-id-22262 div#overlay_pro .pop_cont_bx {
    padding: 25px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 11px;
    height: 400px;
    overflow-y: scroll;
}
body.page-id-22262 div#overlay_pro .pop_cont_bx p {
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
}

section.ailment_sec2 div#ProductsProgress p.content.text-center {
    width: 100%;
    font-size: 20px;
    margin-bottom: 50px;
		display:block;
}

@media screen and (max-width: 767px) {

	section.ailment_sec2 div#ProductsProgress p.content.text-center {
		display:none;
	}
}


/* 26-6-2023 */
 .my-sticky-product-main section.right-product-only {
    position: sticky;
    top: 130px;
    margin-bottom: 30px;
	    z-index: 4;
	margin-top: -350px;
}

section.right-product-only .row{
	  justify-content: flex-end;
}
.my-sticky-product-main section.right-product-only div#ProductsProgress {
    background: #f5faf9;
    border-radius: 15px;
	position: relative;
	height: 350px;
    border: 1px solid #d3d3d3;
    padding: 20px;
	    text-align: center;		
	align-items:center;
	width:30%;
}
.my-sticky-product-main section.right-product-only .row {
    justify-content: flex-end;
}
.my-sticky-product-main section.right-product-only .ailment_img_box {
    filter: blur(3px);
}
.my-sticky-product-main section.right-product-only .btn_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.my-sticky-product-main section.right-product-only .btn_pop a{
padding: 15px 30px;
    border-radius: 6px;
    font-size: calc(0.2279375vw + 13.625px);
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
    background: #ff7723!important;
}

.my-sticky-product-main section.right-product-only  div#aliment-product {
    display: none;
}
.my-sticky-product-main section.right-product-only section.ailment_sec2 {
    min-height: unset;
}
.tax-product_cat .my-sticky-product-main .for-tabing-div {
    margin-top: unset;
}
.tax-product_cat .my-sticky-product-main section.ailment_sec2 {
    min-height: unset;
}
.my-sticky-product-main section.right-product-only div#ProductsProgress .pop_cont_bx p {
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.my-sticky-product-main section.right-product-only div#ProductsProgress .pop_cont_bx{
    height: 90px;
    overflow-y: scroll;
}
.my-sticky-product-main.my-stickyscroll-product-right section.right-product-only div#aliment-product {
    display: block;
}
.my-sticky-product-main.my-stickyscroll-product-right section.right-product-only div#ProductsProgress{
	display:none;
}
.tax-product_cat .my-sticky-product-main.my-stickyscroll-product-right .for-tabing-div {
    margin-top: -110px;
}
.my-sticky-product-main.my-stickyscroll-product-right section.right-product-only .ailment_img_box {
    filter: unset;
}
.my-sticky-product-main .ailment_sec2 .row{
	display:none;
}

@media(max-width:767px){
	
	.my-sticky-product-main section.right-product-only {
    position: unset;
    top: unset;
    left: unset;
    margin-top: unset;
    margin-bottom: unset;
}
.my-sticky-product-main section.right-product-only .row {
    justify-content: center;
}
.my-sticky-product-main section.right-product-only div#ProductsProgress {
    width: 80%;
}
} 

@media(max-width:424px){
.my-sticky-product-main section.right-product-only div#ProductsProgress .pop_cont_bx{
	margin:5px;
}
}

.ingredientdesc{
	text-align:left;
}

/*  */
body.term-133  div#MDescription .allcontent  , body.term-133 div#TDescription .allcontent1{
/*     display: none; */
}

/*  */
body.page-id-6053 .newtext{
  display:block !important;
}
body.page-id-6492 .newtext{
  display:block !important;
}
.newtext{
  display:none;
}
body.page-id-497 .info_inner_sec2 .info_inner_content_bx img {
    max-width: 100%;
    margin-bottom: 0px;
    height: auto;
}
body.page-id-497 .aboutus{
      align-items: center;
}
@media(max-width:767px){
	body.page-id-497 .right-side p{
    text-align: center;
}
}

/*  */
body.single-product section.product-inner-sec1 .col-md-5.right.order-md-2 form.cart {
    display: block !important;
    width: 50% !important;
    margin: 0px auto;
}
body.single-product section.product-inner-sec1 .col-md-5.right.order-md-2 form.cart button.button.product_type_simple.add_to_cart{
    display: block !important;
}
@media(max-width:767px){
	body.single-product section.product-inner-sec1 .col-md-5.right.order-md-2 form.cart button.button.product_type_simple.add_to_cart{
    display: none !important;
}
	body.single-product section.product-inner-sec1 .col-md-5.right.order-md-2 form.cart {
    display: none !important;
}
}

/*  */
body.woocommerce-account .woocommerce .lost_reset_password .form-row-first {
    margin-right: 0;
    margin-left: 0;
    float: left;
}

body.woocommerce-account .woocommerce .lost_reset_password .form-row-first , body.woocommerce-account .woocommerce .lost_reset_password p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last{
  width: 100%;
}
body.woocommerce-account .woocommerce .lost_reset_password .form-row-first input#user_login {
  width: 50%;
  margin:0px auto;
}
body.woocommerce-account .woocommerce .lost_reset_password .form-row-first span.password-input, body.woocommerce-account .woocommerce .lost_reset_password .form-row-last span.password-input{
      width: 50%;
    margin: 0px auto;
}
body.woocommerce-account p#billing_state_field select#billing_state,
body.woocommerce-account p#billing_country_field select#billing_country {
    position: unset !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #079056 !important;
    border-radius: 5px;
}
.woocommerce .woocommerce-MyAccount-content p#billing_last_name_field , .woocommerce .woocommerce-MyAccount-content p#billing_first_name_field{
    margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-content p#shipping_last_name_field , .woocommerce .woocommerce-MyAccount-content p#shipping_first_name_field{
  margin-top:0px;
}
body.woocommerce-account p#shipping_state_field select#shipping_state,
body.woocommerce-account p#shipping_country_field select#shipping_country {
    position: unset !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #079056 !important;
    border-radius: 5px;
}
.woocommerce-cart .cart-collaterals .cross-sells .products.columns-2 li a img {
    height: 150px;
}
.woocommerce-cart .cart-collaterals .cross-sells .products.columns-2 li {
    padding: 10px;
}

/*  */
body.page-template-template-hpv2023 .right_sec2_box {
    position: sticky;
    top: 100px;
    background: #f5faf9;
    border-radius: 15px;
    width: 100%;
		padding: 20px 10px;
}
body.page-template-template-hpv2023  .right_sec2_box .add_cart_ailment a{
    box-shadow: 0 4px 6px #666;
    border-radius: 5px;
    background: #ff7723!important;
    color: #fff !important;
    font-size: calc(0.2279375vw + 15.625px);
    font-weight: 700;
    border: 1px solid transparent;
    width: 100% !important;
   cursor: pointer;
   height: auto !important;
    padding: 10px !important;
}
body.page-template-template-hpv2023 .right_sec2_box .ailment_img_box img{
  margin-bottom:10px;
}
body.page-template-template-hpv2023 .right_sec2_box h5 {
    color: #000;
    margin: 10px 0px;
}
body.page-template-template-herpestreatments2023 .right_sec2_box {
    position: sticky;
    top: 100px;
    background: #f5faf9;
    border-radius: 15px;
    width: 100%;
		padding: 20px 10px;
}
body.page-template-template-herpestreatments2023  .right_sec2_box .add_cart_ailment a{
    box-shadow: 0 4px 6px #666;
    border-radius: 5px;
    background: #ff7723!important;
    color: #fff !important;
    font-size: calc(0.2279375vw + 15.625px);
    font-weight: 700;
    border: 1px solid transparent;
    width: 100% !important;
   cursor: pointer;
   height: auto !important;
    padding: 10px !important;
}
body.page-template-template-herpestreatments2023 .right_sec2_box .ailment_img_box img{
  margin-bottom:10px;
}
body.page-template-template-herpestreatments2023 .right_sec2_box h5 {
    color: #000;
    margin: 10px 0px;
}

body.page-template-template-hpv2023 #Desktoponly{
	display:block;
}
body.page-template-template-hpv2023 #mobileonly{
	display:none;
}
body.page-template-template-herpestreatments2023 #Desktoponly{
	display:block;
}
body.page-template-template-herpestreatments2023 #mobileonly{
	display:none;
}
@media screen and (max-width: 768px){
    .newpone {margin-top: 20px !important;}
	
body.page-template-template-hpv2023 #Desktoponly{
	display:none;
}
body.page-template-template-hpv2023 #mobileonly{
	display:block;
}
body.page-template-template-herpestreatments2023 #Desktoponly{
	display:none;
}
body.page-template-template-herpestreatments2023 #mobileonly{
	display:block;
}
	
body.page-template-template-hpv2023 #mobileonly{
position:fixed;
bottom:0;
width:100%;
     background: #f5faf9; 
}
body.page-template-template-herpestreatments2023 #mobileonly{
position:fixed;
bottom:0;
width:100%;
     background: #f5faf9; 
}	
body.page-template-template-hpv2023 #mobileonly .bottom{
  padding: 2px 10px;
 background: #ff7723!important;
 text-align:Center;
		color:white !important;
	    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
body.page-template-template-hpv2023 #mobileonly .bottom a{
color:white !important;
}
	
body.page-template-template-herpestreatments2023 #mobileonly .bottom{
padding: 2px 10px;
 background: #ff7723!important;
 text-align:Center;
		color:white !important;
	    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
body.page-template-template-herpestreatments2023 #mobileonly .bottom a{
color:white !important;
}
body.page-template-template-herpestreatments2023 .zopim {
    height: 65px!important;
}
body.page-template-template-hpv2023 .zopim {
    height: 65px!important;
}
}

/* 25-7-2023 */
body.page-template main.inner_page section.common-page.newtemplate2023 #Desktoponly{
	display:block;
}
body.page-template main.inner_page section.common-page.newtemplate2023 #mobileonly{
	display:none;
}
body.page-template main.inner_page section.common-page.newtemplate2023 .right_sec2_box {
    position: sticky;
    top: 100px;
    background: #f5faf9;
    border-radius: 15px;
    width: 100%;
		padding: 20px 10px;
}
body.page-template main.inner_page section.common-page.newtemplate2023  .right_sec2_box .add_cart_ailment a{
    box-shadow: 0 4px 6px #666;
    border-radius: 5px;
    background: #ff7723!important;
    color: #fff !important;
    font-size: calc(0.2279375vw + 15.625px);
    font-weight: 700;
    border: 1px solid transparent;
    width: 100% !important;
   cursor: pointer;
   height: auto !important;
    padding: 10px !important;
}
body.page-template main.inner_page section.common-page.newtemplate2023 .right_sec2_box .ailment_img_box img{
  margin-bottom:10px;
}
body.page-template main.inner_page section.common-page.newtemplate2023 .right_sec2_box h5 {
    color: #000;
    margin: 10px 0px;
}
body.page-template main.inner_page section.common-page.newtemplate2023 .col-md-8 li span {
    word-wrap: break-word;
}
body.page-template main.inner_page section.common-page.newtemplate2023 .col-md-8 p a{
    word-wrap: break-word;
}
.my-sticky-product-main section.right-product-only div#ProductsProgress .ailment_img_box img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

@media screen and (max-width: 768px){
  body.page-template main.inner_page section.common-page.newtemplate2023 #Desktoponly{
	display:none;
}
body.page-template main.inner_page section.common-page.newtemplate2023 #mobileonly{
	display:block;
}
body.page-template main.inner_page section.common-page.newtemplate2023 #mobileonly{
position:fixed;
bottom:0;
width:100%;
     background: #f5faf9; 
	z-index: 99999;
}
body.page-template main.inner_page section.common-page.newtemplate2023 #mobileonly .bottom{
padding: 2px 10px;
 background: #ff7723!important;
 text-align:Center;
		color:white !important;
	    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
body.page-template main.inner_page section.common-page.newtemplate2023 #mobileonly .bottom a{
color:white !important;
}

body.page-template-template-alcoholism2023 .zopim , body.page-template-template-candida2023 .zopim , body.page-template-template-acne2023 .zopim , body.page-template-template-emphysema2023 .zopim , body.page-template-template-vertigo2023 .zopim, body.page-template-template-acne2023 .zopim , body.page-template-template-hpv2023 .zopim , body.page-template-template-herpestreatments2023 .zopim{
   height: 75px !important;
    right: 55px !important;
}
body.page-template main.inner_page section.common-page.newtemplate2023 #mobileonly .bottom img {
    width: 20%;
}
body.page-template-template-alcoholism2023 #top-button , body.page-template-template-candida2023 #top-button , body.page-template-template-acne2023 #top-button , body.page-template-template-emphysema2023 #top-button , body.page-template-template-vertigo2023 #top-button, body.page-template-template-acne2023 #top-button, body.page-template-template-hpv2023 #top-button , body.page-template-template-herpestreatments2023 #top-button{
    bottom: 100px;
}
	body.page-template-template-alcoholism2023 .WhatsAppButton__root , body.page-template-template-candida2023 .WhatsAppButton__root , body.page-template-template-acne2023 .WhatsAppButton__root , body.page-template-template-emphysema2023 .WhatsAppButton__root , body.page-template-template-vertigo2023 .WhatsAppButton__root, body.page-template-template-acne2023 .WhatsAppButton__root , body.page-template-template-hpv2023 .WhatsAppButton__root , body.page-template-template-herpestreatments2023 .WhatsAppButton__root {
    bottom: 11% !important;
    right: 10px !important;
}
}
.INR a.single_add_to_cart_button.eh_paypal_express_link {
    display: none !important;
}
.checkout-wc div#cfw-alert-container {
    display: none;
}
.INR .eh_paypal_express_description {
    display: none;
}


