.item-options .businessjob { display: none; }
.item-options .businessstreet { display: none; }
.item-options .businessstreet1 { display: none; }
.item-options .businessstreet2 { display: none; }
.item-options .businesscity { display: none; }
.item-options .businessstate { display: none; }
.item-options .businesszip { display: none; }
.item-options .repeatsevery { display: none; }
.item-options .effectivedate { display: none; }
.item-options .member-encryptedssn { display: none; }
.item-options .member-socialsecuritynumber { display: none; }
.item-options .spouse-dob { display: none; }
.item-options .spouse-gender { display: none; }
.item-options .spouse-socialsecuritynumber { display: none; }
.item-options .spouse-encryptedssn { display: none; }
.item-options .child1-dob { display: none; }
.item-options .child1-gender { display: none; }
.item-options .child1-socialsecuritynumber { display: none; }
.item-options .child1-encryptedssn { display: none; }
.item-options .child2-dob { display: none; }
.item-options .child2-gender { display: none; }
.item-options .child2-socialsecuritynumber { display: none; }
.item-options .child2-encryptedssn { display: none; }
.item-options .child3-dob { display: none; }
.item-options .child3-gender { display: none; }
.item-options .child3-socialsecuritynumber { display: none; }
.item-options .child3-encryptedssn { display: none; }
.item-options .child4-dob { display: none; }
.item-options .child4-gender { display: none; }
.item-options .child4-socialsecuritynumber { display: none; }
.item-options .child4-encryptedssn { display: none; }
.item-options .child5-dob { display: none; }
.item-options .child5-gender { display: none; }
.item-options .child5-socialsecuritynumber { display: none; }
.item-options .child5-encryptedssn { display: none; }
.item-options .child6-dob { display: none; }
.item-options .child6-gender { display: none; }
.item-options .child6-socialsecuritynumber { display: none; }
.item-options .child6-encryptedssn { display: none; }
.item-options .child7-dob { display: none; }
.item-options .child7-gender { display: none; }
.item-options .child7-socialsecuritynumber { display: none; }
.item-options .child7-encryptedssn { display: none; }
.box-tocart .hyperlink-anc { font-weight: bold; color: #006bb4; }
.product-addto-links { display: none; }
.product-info-stock-sku { display: none !important; }
  .documents-and-link a{
    display: flex;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
  }
  .documents-and-link a span{
    color: #9548c5;
  }
  .documents-and-link a:hover,
  .documents-and-link a:hover span{
    color: #0d6efd;
  }

  .medical-documents-signature{
    padding: 50px 0;
  }
  .documents-sign-list{
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
  }
  .documents-read-list{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
  }
  .documents-read-list .form-check{
    max-width: 70px;
    flex-shrink: 0;
    width: 100%;
  }
  .documents-read-list .radio-input {
      opacity: 0;
      cursor: pointer;
  }
  .documents-read-list .form-check .checkcontainer{
    position: relative;
    display: block;
  }
  .documents-read-list .form-check .checkcontainer .checkmark {
      position: relative;
      display: block;
      height: 15px;
      width: 15px;
      border-radius: 100%;
      border: 2px solid #cf3636;
      background-color: #fff;
  }
  .documents-read-list .form-check .checkcontainer .checkmark:after {
    content: '';
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid green;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 0px 4px;
    display: none;
  }
  .documents-read-list .radio-input:checked ~ .form-check .checkcontainer .checkmark{
    border: 0;
  }
  .documents-read-list .radio-input:checked ~ .form-check .checkcontainer .checkmark:after {
      display: block;
  }
  .documents-read-list .icon{
    max-width: 70px;
    width: 100%;
    font-size: 30px;
    flex-shrink: 0;
    color: #c3c3c3;
  }
  .documents-read-list .documents-read-btn{
    flex-shrink: 0;
    width: auto !important;
  }
  .documents-read-list .documents-read-title{
    padding-right: 15px;
  }
  .documents-read-list .documents-read-title h6{
    margin: 0 0 5px;
    font-size: 16px;
  }
  .documents-read-list .documents-read-title p{
    margin: 0 ;
  }
  .documents-read-list .documents-read-btn .all-btn{
    display: block;
    padding: 12px 30px;
    text-decoration: none;
    background: #2b3558;
  }
  .documents-read-list .documents-read-btn .all-btn:hover{
    background: #0d6efd;
  }
  .medical-documents-signature .bottom-text{
    text-align: center;
  }
  .medical-documents-signature .bottom-text p{
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    color:#222;
  }

  /*confirm popup style*/
  .confirm-popup-block{
    max-width: 800px;
    margin: 0 auto;
    background: #efefef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .confirm-popup-block .popup-title{
    padding: 30px 40px;
    text-align: center;
    background: #fff;
  }
  .confirm-popup-block .popup-title h2{
    margin: 0;
  }
  .confirm-popup-block .popup-body{
    padding: 30px;
  }
  .confirm-popup-block .popup-body h3{
    text-align: center;
    margin-bottom: 30px;
  }
  .confirm-popup-block .popup-body .form-group{
    flex-wrap: wrap;
  }
  .confirm-popup-block .bottom-btn{
    padding-top: 30px;
    gap: 15px;
    justify-content: center;
  }
  .confirm-popup-block .bottom-btn a{
    padding: 13px 30px;
    text-decoration: none;
  }
  .confirm-popup-block .bottom-btn .text-btn{
    border: 1px solid #ccc;
    border-radius: 10px;
  }
input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
}
.checkout-agreements .checkout-agreement .action-show {
    text-align: left;
}
.checkout-agreements .checkout-agreement .label span {
    font-size: 13px;
    font-weight: bold;
}
.checkout-agreements .checkout-agreement {
    display: flex;
}

.fieldset>.field.required>.label:after {
    content: none;
}

.shipping-information .ship-via {
    display: none;
}
.shipping-information .ship-to {
    display: none;
}


.totals .excl { display: none; }
.table-totals .excl { display: none; }
#co-shipping-method-form .rate { display: none; }

.header.panel>.header.links>li {
    color: white !important;
}

opc-block-shipping-information { display: none !important; }

.wc-section-heading { color: black !important; }

.checkout-payment-method .checkout-billing-address {
    display: none !important;
}

/* Payment title icon */
.stripe-icon-container.right { padding-left: 5px; }
#stripe_payments_ach_account_number, #stripe_payments_ach_routing_number { border-radius: 10px !important; padding: 10px 20px; height: inherit; }
.p-Grid {
    margin-bottom: calc(var(--spacingGridRow)* -1);
    margin-left: calc(var(--spacingGridColumn)* -1);
    display: none;
}