#new_pt_sec,
#new_rpt_sec {
  display: none;
}

.elementor-38557 .elementor-element.elementor-element-5e63fd3 {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.elementor-38562 .elementor-element.elementor-element-0241658 {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.elementor-heading-title elementor-size-default h1 {
  font-size: 47px !important;
}

.woocommerce
  div.product.elementor-11963
  .elementor-element.elementor-element-197871b0
  .quantity
  .qty {
  padding: 18px 24px 23px 15px !important;

}


.woocommerce div.product.elementor-11963 
.elementor-element.elementor-element-197871b0 
.cart .button {
    padding: 16px 124px 15px 112px !important;
}


@media (max-width: 399px) {
  .woocommerce div.product.elementor-11963 
  .elementor-element.elementor-element-197871b0 
  .cart .button {
        padding: 10px 5vw !important;
        width: 100%;
        box-sizing: border-box;
        white-space: nowrap;
    }
}






.elementor-11969 .elementor-element.elementor-element-7dc0e9d3 {
  margin-bottom: 0px !important;
}
.elementor-element-62168963 {
  display: none;
}

/* Hide specific Elementor section on WooCommerce cart and checkout page */
body.woocommerce-cart .elementor-11838 .elementor-element-7f746aeb {
  display: none !important;
}

body.woocommerce-checkout .elementor-11838 .elementor-element-7f746aeb {
  display: none !important;
}

/* NYS NEW PATIENT page style */
.checkout-box {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.row.deposit-credit {
  font-size: 15px;
  opacity: 0.95;
}
.row.deposit-credit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.row {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.4;
}
.row.deposit-credit {
  font-size: 15px;
  opacity: 0.95;
}
.negative {
  color: #d7a67b;
}
.amount {
  font-weight: 600;
}
.row.total {
  font-size: 27px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.07);
  margin-top: 4px;
  text-transform: uppercase;
}

.str1,
.str2 {
  width: 30px;
  font-size: 30px;
  line-height: 1;
  animation: starbounce 1.2s ease-in-out infinite;
}

.str1 {
  left: -18px;
}

.str2 {
  right: -18px;
}

/* Optional: Stagger the two stars so they don't bounce perfectly in sync */
.str2 {
  animation-delay: 0.3s; /* Makes one star bounce slightly after the other */
}

@keyframes starbounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 4px 8px rgba(255, 215, 0, 0.6); /* Golden glow at rest */
  }
  50% {
    transform: translateY(-24px) scale(1.15); /* Bounce up higher + slight enlarge for sparkle */
    text-shadow: 0 20px 20px rgba(255, 215, 0, 0.4); /* Stretched glow when jumping */
  }
}
#nw-btn{
    cursor: pointer;
}
#rtn-btn{
    cursor: pointer;
}
#mens-new-trt-btn{
  cursor:pointer;
}
#mens-rtrn-trt-btn{
  cursor:pointer;
}





.elementor-element-1544e323 {
display: none;
}



.elementor-element-72d74b6 {
display: none !important;
}

.elementor-11881 .elementor-element.elementor-element-7440e6b0 .cmsmasters-meta-data__item a{
  pointer-events: none;
  cursor: not-allowed;
}

body.home.page-id-38115 .elementor.elementor-38115 + p {
  display: none !important;
}

/* Popup Style Start */
#popup {
            position: fixed;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }
        #popup:before {
    content: '';
    background: rgb(31 56 95 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

       /* #popup-close {
            position: absolute;
            top: 18px;
            right: 20px;
            width: 20px;
            height: 20px;
            background: #fff;
            font-size: 39px;
            line-height: 0;
            cursor: pointer;
        } */
        #popup-close {
position: absolute;
    top: 12px;
    right: 22px;
    width: 35px;
    height: 35px;
    background: #1f385f;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 22px; */
    padding: 0;
    border: 0;
        }
        #popup-close::before,
        #popup-close::after{
            display: none;
        }
        /* #content h2{
          margin-top: 30px;
        } */

        /* Main card */
        .popup-box {
            background: #dbeefff2;
            position: relative;
            border-radius: 17px;
            width: 740px;
            max-width: 92%;
            padding: 55px 30px 35px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
        }
        .popup-box label {
            display: block;
            font-size: 14px;
            font-weight: 500;
            margin: 18px 0 2px;
        }
        /* Headings */
        .popup-box h2,
        .popup-box h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
        }

        .popup-box p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.3;
        }

        /* Inputs (Height / Weight / Age / Phone) */
        .popup-box input[type="text"], .popup-box input[type="tel"], .popup-box input,.popup-box select {
            /* width: 40%; */
            padding: 13px;
            font-size: 18px;
            outline: none;
            border: 1px solid #1f385f;
            height: 50px;
        }

       .popup-box label.chk {
    border: 2px solid #344d76;
    padding: 18px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
}

        /* OPTIONS (radio buttons) */
        .option {
            display: flex;
            align-items: center;
            border: 1px solid #000;
            border-radius: 16px;
            padding: 9px 20px;
            margin-bottom: 16px;
            gap: 10px;
            cursor: pointer;
            font-size: 18px;
            transition: background 0.2s ease;
        }

        .option input[type="radio"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 22px;
            height: 22px;
            margin-right: 15px;
            border: 2px solid #000;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
        }

        /* Inner dot */
        .option input[type="radio"]::after {
            content: "";
            width: 12px;
            height: 12px;
            background: #000;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: 0.2s ease;
        }

        /* Selected option */
        .option:has(input:checked) {
            background: #a8efd7;
        }

        /* Navigation buttons */
        .nav {
            display: flex;
            justify-content: space-between;
            margin-top: 35px;
        }

        /* Back button */
        #back {
            padding: 11px 29px;
            font-size: 18px;
            border: none;
            border-radius: 50px;
            background: #fff;
            cursor: pointer;
        }
        #back::before{
          background-color: #344d76;
        }

        /* Next / Submit button */
        #next {
            padding: 11px 37px;
            font-size: 18px;
            border: none;
            cursor: pointer;
            border-radius: 50px;
            margin-left: auto;
            justify-content: center;
            align-items: center;
            display: inline-flex;

        }
        #next::before{
        background-color: #1f385f;
        }
        .thank-you {
            text-align: center;
            font-size: 32px;
            font-weight: 700;
        }


        .nav {
    position: relative;
}

#next .btn-spinner {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    opacity: 0;

}

#next.loading .btn-text {
    opacity: 0;
}

/* Show spinner centered */
#next.loading .btn-spinner {
    opacity: 1;
}


#next.loading {
    pointer-events: none;
    opacity: 0.7;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

        .error-msg {
          color: #e63946;
          font-size: 15px;
          margin-top: 6px;
        }
        /* label {
          display: block;
          font-size: 14px;
          font-weight: 500;
          margin: 12px 0 4px;
        } */
         label {
          display: block;
          font-size: 14px;
          font-weight: 500;
          margin: 12px 0 4px;
      }

        input,select {
          width: 100%;
          border-radius: 6px;
        }
        .thank-text{
          text-align: center;
          font-size: 20px;
        }
        .chk{
          display: flex;
          align-items: center;
          margin-top: 25px;
        }
        label.chk>input {
            width: 22px;
            height: 22px;
            margin-right: 15px;
        }
        .chk {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 2px solid #000;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 18px;
  cursor: pointer;
  background: transparent;
  transition: 0.3s ease;
}

/* hide radio */
.chk input {
  display: none;
}

/* radio circle */
.chk .radio {
  width: 26px;
  height: 26px;
  border: 2px solid #344d76;
  border-radius: 50%;
  position: relative;
}

/* checked state */
.chk input:checked + .radio::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #344d76;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.chk input:checked ~ .text,
.chk input:checked ~ .radio {
  color: #000;
}

.chk input:checked ~ .radio {
  border-color: #344d76;
}

/* selected background */
.chk input:checked ~ .text {
  font-weight: 600;
}

.chk input:checked ~ .radio,
.chk input:checked ~ .text {
  z-index: 2;
}

.chk input:checked ~ * {
  background: transparent;
}

.chk input:checked ~ .text {
  color: #000;
}

.chk input:checked {
  background: none;
}

/* green active */
.chk input:checked ~ .radio,
.chk input:checked ~ .text {
  pointer-events: none;
}

.chk input:checked ~ * {
  background: none;
}

.chk:has(input:checked) {
  background: #b6f5dc;
}
.popup-box .mt-3 {
    margin-top: 1rem;
}
.mt-4{
  margin-top: 1.5rem;
}
.h-title {
  margin-block: 10px 0 !important;
  font-size: 18px !important;
  text-transform: capitalize;
}
.h-bx {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.col {
    width: 48%;
}


 /* POPUP STYLE END */
