:root {
  --cp-green: #8CAD06;
  --cp-orange: #F27300;
  --sm-font: 18px;
}

.carepoint-button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-radius: 3.125em;
  font-weight: 700;
  line-height: 1;
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.carepoint-button--primary {
  background-color: var(--cp-orange);
  color: white;
  padding: 10px 35px;
  width: 100%;
  max-width: 200px;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}

.carepoint-button--primary:hover {
  background-color: #D96400;
}

.carepoint-button--primary:active {
  background-color: #B85500;
}

.carepoint-button--primary:focus {
  outline: 2px solid var(--cp-orange);
  outline-offset: 2px;
}

.carepoint-button--primary:disabled {
  background-color: #CCCCCC;
  cursor: not-allowed;
  opacity: 0.6;
}

.carepoint-button--secondary {
  background-color: var(--cp-green);
  color: white;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.path-user .region-content [data-drupal-selector="user-login-form"] .form-actions input[type="submit"]:hover {
  background-color: var(--cp-green) !important;
  color: white;
  padding: 5px 15px;
  transition: all 0.9s ease;
  border: 1px solid #fff;
}

.user-pass input[type="submit"] {
  transition: all 0.9s ease;
}

.user-pass input[type="submit"]:hover {
  background-color: var(--cp-green) !important;
  color: white;
  transition: all 0.9s ease;
}

.carepoint-button--secondary:hover {
  background-color: var(--cp-green) !important;
  color: white;
  transition: all 0.9s ease;
}

.requestdemo button a {
  background-color: var(--cp-orange);
  font-weight: 600 !important;
  display: inline-block;
  padding: 19.5px 45px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border-width: 3px;
  border-style: solid;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
  line-height: 1;
}

.requestdemo button a:hover {
  background-color: var(--cp-green);
  color: white;
}

.view-product-search [data-drupal-selector="edit-actions"] input:hover {
  background-color: var(--cp-green);
  color: white;
  transition: all 0.9s ease;
}

.carepoint-button--small {
  padding: 10px 16px;
  font-size: 12px !important;
}

.carepoint-button--medium {
  font-size: 14px;
}

.carepoint-button--large {
  background-color: var(--cp-orange);
  color: white;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  width: 100%;
  max-width: 260px;
  height: 65px;
}

.hero-banner .hero-buttons .primary a {
  background-color: var(--cp-orange);
  color: white;
  padding: 17.5px 58px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  width: 100%;
  max-width: 260px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}

.hero-banner .hero-buttons .primary a:hover {
  background-color: var(--cp-green) !important;
  color: white;
  transition: all 0.9s ease;
}

.pro-qcp-add-banner .button-section button a {
  background-color: var(--cp-orange);
  color: white;
  padding: 22.5px 58px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
  width: 100%;
  max-width: 260px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}

.pro-qcp-add-banner .button-section button a:hover {
  background-color: var(--cp-green) !important;
  color: white;
  transition: all 0.9s ease;
}

.hero-banner .hero-buttons .outlined a {
  background-color: var(--cp-green);
  border-color: var(--cp-green);
  padding: 14.5px 44px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border-width: 3px;
  border-style: solid;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
}

.hero-banner .hero-buttons .outlined a:hover {
  background-color: transparent !important;
  color: white;
  transition: all 0.9s ease;
  border-color: white;
}

.carepoint-button--secondary {
  background-color: var(--cp-orange);
  color: white;
  padding: 5px 15px;
}

.carepoint--proceedtocheckout {
  background-color: var(--cp-orange);
  color: white;
  padding: 1px 20px !important;
  line-height: 45px;
}

.carepoint-button__image {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.carepoint-button__image:not(:only-child) {
  margin: 0 0.5em;
}

.carepoint-button__image:first-child {
  margin-left: 0;
}

.carepoint-button__image:last-child {
  margin-right: 10px;
}

.carepoint-button-outlined {
  padding: 14px 32px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  background-color: "";
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border-width: 3px;
  border-style: solid;
}

.view-all-btn button {
  border: none;
}

.view-all-btn button a {
  width: 260px;
  height: 65px;
  padding: 22px 35px;
  border-color: #DADEE0;
  color: #545659;
  line-height: 100%;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  background-color: "";
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border-width: 3px;
  border-style: solid;
}

.view-all-btn button a:hover {
  border-color: var(--cp-green);
  transition: all 0.9s ease;
  background-color: rgba(249, 249, 249, 0.5);
  background-color: var(--cp-green) !important;
  color: white;
  transition: all 0.9s ease;
  border: 3px solid transparent;
}

.view-all-btn button .more-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.view-all-btn .carepoint-button-outlined:hover {
  border-color: var(--cp-green);
  transition: all 0.9s ease;
  background-color: rgba(249, 249, 249, 0.5);
  background-color: var(--cp-green) !important;
  color: white;
  transition: all 0.9s ease;
  border: 3px solid transparent;
}

.view-all-btn .carepoint-button-outlined {
  padding: 14px 65px;
}

@media (max-width:1024px) {
  .carepoint-button {
    font-size: 16px;
  }

  .Search .carepoint-button {
    padding: 15px 35px !important;
    height: unset !important;
    width: unset;
    max-width: unset;
  }

  .pro-qcp-add-banner .button-section {
    gap: 37px;
  }

}

@media (max-width:768px) {
  .requestdemo button a {
    padding: 14.5px 28px;
    font-size: 16px;
  }

  .pro-qcp-add-banner .button-section button a {
    padding: 12.5px 58px;
    font-size: var(--sm-font);
  }

  .pro-qcp-add-banner .button-section {
    gap: 24px;
  }

  .hero-buttons {
    gap: 35px !important;
    align-items: self-start;
  }

  .hero-banner .hero-buttons .primary a {
    padding: 12.5px 58px;
    font-size: 18px;
  }

  .hero-banner .hero-buttons .outlined a {
    padding: 9.5px 44px;
    font-size: 18px;
  }

  .carepoint-button {
    height: 45px !important;
    font-size: 18px;
  }

  .Search .carepoint-button {
    padding: 15px 15px !important;
    height: unset !important;
    width: unset;
    max-width: unset;
  }

  .view-all-btn button a {
    font-size: 18px;
    padding: unset !important;
    width: 200px !important;
    height: 45px;
  }

  .requestdemo .carepoint-button {
    height: 63px;
  }
}