#payment-popup {
  width: 100%;
  border-radius: 20px 0 20px 0;
  max-width: 680px;
}

#payment-popup .qty-label,
#payment-popup .quantity,
#payment-popup .product_meta,
#payment-popup .share-wrapper {
 display: none;
}

#payment-popup input#nyp {
    font-size: 22px;
    padding: 2px;
}

#payment-popup h1 {
  font-weight: 600;
  font-family: inherit;
  font-size: 35px;
}

#appointment-popup {
  width: 100%;
  border-radius: 20px 0 20px 0;
  max-width: 680px;
}

#appointment-popup .qty-label,
#appointment-popup .quantity,
#appointment-popup .product_meta,
#appointment-popup .share-wrapper {
 display: none;
}

#appointment-popup input#nyp {
    font-size: 22px;
    padding: 2px;
}

#appointment-popup h1 {
  font-weight: 600;
  font-family: inherit;
  font-size: 35px;
}


#wpcf7-f103-p106-o3 .ui-selectmenu-text, #wpcf7-f46-p41-o3 .ui-selectmenu-text {
    margin-top: 1px;
    color: #000;
}

#wpcf7-f103-p106-o3 span#ui-id-1-button {
    border: 1px solid #EAE7E1;
    background: #FAFAFA;
    height: 66px;
    padding: 20px 25px;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.woocommerce div.product div.summary p.price:nth-of-type(2) {
    display: none;
}

.woocommerce div.product div.summary p.price {
  color:#c6ab64;
}

