body {
    background-color: #f5f5f5;
    font: 18px Montserrat;
}
body:before {
    background-color: #001939;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    top: 0;
    z-index: -1;
}
body.scrolling .content__headings {
    display: none;
}
div.form__section {
    padding-top: 0px;
    padding-bottom: 45px;
}
h3.form__section-heading {
    font-size: 18px;
}
div.content__heading {
    border: none;
    background: white;
    border-radius: 0;
    padding-bottom: 5px;
}
div.content__heading > h2:first-child {
    font-size: 18px;
    font-weight: bold;
}
div.form__section--customer-information {
    padding-top: 3px;
}
div.form__section--customer-information > h3:first-child {
    visibility: hidden;
    font-size: 0;
}
div.form__section--customer-information > h3:first-child:after {
    content: "Your details";
    visibility: visible;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #191919;
}
div.form__section--additional-information > h3:first-child {
    visibility: hidden;
    font-size: 0;
}
div.form__section--additional-information > h3:first-child:after {
    content: "Pet's Details";
    visibility: visible;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
a.greencrossvets-back {
    color: black;
    font-family: fantasy;
    font-size: 13px;
    text-decoration: underline;
}
.form__field-custom-field fieldset legend {
    font-size: 13px;
    line-height: 21px;
    border: none;
    margin-bottom: 10px;
    padding: 0;
}
.header__logo img {
    max-width: 270px !important;
}
.plan__summary-table-row td:first-child, .plan__summary-total td:first-child {
    padding-left: 0;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
}
.plan__summary-total {
    color: #191919;
    font-size: 13px;
    font-weight: bold;
}
tr#summary-recurring-charges {
    font-size: 13px;
    font-weight: 600;
}
tr.plan__summary-total-description {
    font-size: 11px;
    font-weight: 500;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
a {
    color: #43B879;
}
.content__alerts {
    display: none;
}
.header__logo {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: none;
}
.header__ssl-notice {
    color: white;
    padding-top: 10px;
    display: none;
}
.btn, .form__button {
    border-radius: 25px;
    font-size: 11px;
    padding: 13px 25px;
    text-transform: uppercase;
    border: none;
}
.btn, .form__button:hover, .btn, .form__button:focus {
    outline: none;
    border: none;
}
.form-control, .form__control, .form__label {
    color: #191919;
    font-size: 13px;
}

.form-control:focus, .form__control:focus {
    border-color: #191919;
    box-shadow: none;
}

.form-control, .form__control {
    border-radius: 0;
    box-shadow: none;
}
select {

    -webkit-appearance: none;
    -moz-appearance: none;

    position: relative;
}
select:before {
    content: '';
    height: 13px;
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    cursor: pointer;
    background: #191919;
}
select:after {
    content: '';
    height: 13px;
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    cursor: pointer;
    background: #191919;
}

.form__field-custom-field {
    border: none;
    border-radius: 0;
    padding: 0;
}
.form__field-custom-field header, .form__field-custom-field section {
    padding:  0;
    flex-wrap: wrap;
    position: relative;
}
.form__section--additional-information .form__field-custom-field header .fieldHeader_label {
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.footer__operated-by-link {
    color: #ababab;
    font-size: 11px;
}
.footer__privacy-policy-link {
    color: #ababab;
    font-size: 11px;
}

.form__field-custom-field.el-breed-autocomplete .fieldHeader_input {
    position: relative;
}
.clear--field:after {
    content: '';
    height: 13px;
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    cursor: pointer;
    background: #191919;
}
.clear--field:before {
    content: '';
    height: 13px;
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 15px;
    cursor: pointer;
    background: #191919;
}
.autocomplete--search-container {
    position: absolute;
    background: white;
    z-index: 999;
    width: calc(100%);
    left: 0;
    max-height: 219px;
    overflow-y: scroll;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}

.autocomplete--search-container .item--match {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 5px 15px;
}
.autocomplete--search-container .item--match:hover {
    background: #f5f5f5
}
.content__signup-form {
    background: white;
}
.form__section--boxed {
    border: 0;
}
.form__section--boxed section {
    padding: 0;
    border: 0;
}
.form__section--boxed header {
    padding: 0;
    border: 0;
    background: none;
}

.container-fluid, .wrapper {
    max-width: 783px;
    position: relative;
    z-index: 1;
}

.content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    border: 0;
    display: flex;
    padding: 0;
}

.content__secondary, .content__main {
    float: none;
    width: calc(100% - 20px);
    left: auto;
    right: auto;
    border: 0;
    padding: 0 10px;
    margin: 0 auto;
}
.form__section.form__section--additional-information {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.form__section.form__section--additional-information .form__section-heading {
    width: 100%;
    padding: 0 8px;
}
.form__section.form__section--additional-information .form__field-custom-field {
    width: 100%;
    padding: 0 8px;
}
.fieldHeader_label, .fieldHeader_input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
}
body.scrolling .content__secondary {
    position: relative;
    left: auto;
    right: auto;
}

.form__header-section--title {
    font-weight: 700;
}
.content__secondary {
    padding: 0;
    background: #f5f5f5;
    padding-top: 0px;
}
.content__secondary .content__heading {
    margin: 0;
}
.content__secondary .plan__summary {
    display: block;
    border-top: none;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
}
.content__secondary.open .plan__summary {
    border-top: none;
}
.content__heading-section--toggle {
    display: none;
}
.content__heading-section--total {
    min-width: 200px;
    text-align: right;
}
.form__section.form__section--terms-submit .grid__two-thirds, .form__section.form__section--terms-submit .grid__one-third {
    width: 100%;
}
#subscription_submit {
    padding: 15px 35px;
    width: 100%;
    background-color: #f89043;
    color: #191919;
    font-size: 11px;
    font-weight: bold;
}
ul {
    list-style: none;
}
ul li {
    display: inline;
    float: left;
    min-width: 50%;
}

/* BOB ADDED */

.form__fields--name, .form__fields--city-state-zip {
    display: flex;
    margin: 0;
}



.form__fields.form__fields--city-state-zip {
    flex-wrap: wrap;
}

.form__field--state {
    margin-right: 10px;
    width: calc(50% - 10px) !important;
}

.form__fields--credit-card-details .grid__one-third {
    padding-left: 0;
    padding-right: 8px;
}

.form__fields--credit-card-details .grid__one-third:last-child {
    padding-right: 0;
}
.content__secondary, .content__main {
    padding: 0;
}

.grid__one-half {
    float: left;
    width: 50%;
    padding: 0;
}
.grid__one-half:first-child {
    margin-right: 10px;
}

input::placeholder {
    color: transparent !important;
}

.form__field {
    position: relative;
}

.field-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

label.label-absolute {
    display: block !important;
    position: absolute;
    transform: none;
    transition: 300ms ease transform;
    top: 11px;
    left: 40px;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
    line-height: 19px !important;
}

label.label-absolute.focus-visible,
label.label-absolute.filled-out {
    transform: scale(0.7) translateY(-40px) translateX(-50px);
    transform-origin: 0 0;
    background: none !important;
    padding: 5px;
    top: 20px;
}

label.label-absolute.focus-visible:before,
label.label-absolute.filled-out:before {
    top: 11px;
    content: '';
    height: 2px;
    width: calc(100% + 6px);
    position: absolute;
    background: white;
    z-index: -1;
    left: -3px;
}

.form__field--city, .form__field--state, .form__field--zip {
    padding: 0;
}

.form__fields {
    margin: 0;
}

.plan__summary .grid__three-quarters {
    width: calc(100% - 150px);
    float: left;
    padding-left: 0;
}

.plan__summary .grid__one-quarter {
    width: 150px;
    float: left;
    padding-right: 0;
}
.plan__summary .grid__one-quarter button {
    width: 100%;
}

.form__section.form__section--terms-submit .grid__two-thirds, .form__section.form__section--terms-submit .grid__one-third {
    padding: 0;
}

.content__heading, .content__heading-section, .content__signup-form, .content__alerts {
    padding: 20px 20px 0 20px;
}

@media (max-width: 480px) {
    .plan__summary, .content__heading, .content__heading-section, .content__signup-form, .content__alerts {
        padding: 20px;
    }
    .form__field.grid__one-third.form__field--credit-card-cvv {
        width: 100%;
        padding-right: 0;
    }
}

/*custom*/

.header--success .header__logo img {
    height: unset;
}

/*Hide Avatar*/
#avatar {
    display: none;
}
#account .details h3 {
    width: 100%;
    text-transform: capitalize;
}
#page {
    max-width: 995px;
    border-radius: unset;
    background-color: #fff;
}
#page .centered-logo {
    margin: 0 auto;
}
#page h1 {
    color: #001939;
    /*font-family: Armin Soft;*/
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 55px;
}
.outside #page p {
    font-size: 22px;
    color: #000000;
}
#success #main-content {
    max-width: 501px;
    margin: auto;
    color: #000;
    /*font-family: Armin Soft;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#another-email-btn {
    color: #00A651;
    text-align: center;
    /*font-family: Armin Soft;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
#merchant-info {
    background-color: transparent;
    color: #000;
    /*font-family: Armin Soft;*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}
#merchant-info h6 {
    color: #000;
    /*font-family: Armin Soft;*/
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.alert-box {
    color: #000;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 11px 40px 11px 15px;
}
.alert-box a.close {
    font-size: 31px!important;
    color: #001939!important;
    top: 0;
    opacity: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-box.success {
    border-top: 5px solid #47C486;
    background-color: rgba(7, 165, 79, 0.61);
}
.alert-box.notice {
    border-top: 5px solid #BD9A1F;
    background: rgba(233, 217, 76, 0.61);
}
.alert-box.alert {
    border-top: 5px solid #BB0D0D;
    background: rgba(189, 64, 64, 0.61);
}
.alert-box a {
    color: #000!important;
    /*font-family: "Armin Soft";*/
    font-size: 19px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-decoration: none!important;
}
#page form .alert-box p {
    margin: auto;
}
.alert-box ul li {
    float: unset;
}
.coupons#create .alert-box.alert strong {
    color: transparent!important;
    font-size: 0!important;
}
.coupons#create .alert-box.alert strong:before {
    content: 'Your coupon could not be applied.';
    color: #1a283d;
    font-size: 19px;
}
.coupons#create .alert-box.alert ul {
    display: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-radius: 5px;
    border: 0.5px solid #000;
    background: #FFF;
    box-shadow: unset;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
    height: 43px;
}
label {
    color: #000;
    /*font-family: "Armin Soft";*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
select {
    border-radius: 5px;
    border: 0.5px solid #000;
    height: 43px;
}
form input.button-submit {
    color: #FFF;
    text-align: center;
    /*font-family: "Armin Soft";*/
    font-family: Cerebri Sans, sans-serif !important;
    font-size: 23px!important;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px!important;
    background: #00A651;
    margin-top: 43px;
    margin-bottom: 31px;
    display: inline-block;
    height: 43px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: none;
}
form input.button-submit:hover,
form input.button-submit:focus {
    background: transparent;
    color: #001939;
    border: 1px solid #00A651;
}
#page form p {
    margin: 25px 0;
}
#page .alternatives a {
    color: #00A651;
    text-align: center;
    /*font-family: "Armin Soft";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
#different-merchant-btn {
    display: none;
}
#outside_page_bottom {
    margin: 36px auto 95px;
}
#merchant-info {
    padding: 0 20px;
}
.code-inline, code {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    color: #000;
    /*font-family: "Armin Soft";*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*LOGIN AND PASSWORD PAGES*/
#page {
    margin: 115px auto 0;
    box-shadow: unset;
    border: unset;
}
body.password #page,
body.magic #page,
body.home #page {
    padding: 115px 20px 75px;
}
body.password #main,
body.magic #main,
body.home #main {
    max-width: 500px;
    margin: auto;
}
body.password .centered-logo,
body.magic .centered-logo {
    position: absolute;
    top: 26px;
    width: auto;
    left: calc(50% - 150px);
}
#page form p {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page form p.subtle {
    margin-top: 0;
}
.password.outside#create h1,
.password.outside#new h1,
.magic.outside#new h1 {
    color: transparent!important;
    font-size: 0!important;
}
.password.outside#create h1:before,
.password.outside#new h1:before,
.magic.outside#new h1:before {
    content: 'Sign in to your Healthy Pets Plus Billing Portal';
    color: #001939;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    max-width: 470px;
    display: inline-block;
}



/*SUBSCRIPTIONS AND INVOICEs PAGES*/
/*sidebar*/
body.subscriptions .sidebar {
    /*display: none;*/
}
div#main .sidebar {
    width: 100%;
    max-width: 800px;
    margin: 0 0 12px;
}
div#main .sidebar > hr {
    margin: 4px 0 8px;
    background: #001939;
    width: 100%;
    height: 1px;
}
div#main .sidebar > p {
    display: none;
}
div#main .side-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 31px;
    margin: 0;
    padding: 0;
}
div#main .side-nav li {
    min-width: unset;
}
div#main .side-nav li span, div#main .side-nav li a {
    color: #001939;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    position: relative;
    background: unset;
    display: flex;
    align-items: center;
    column-gap: 9px;
    text-transform: capitalize;
    padding: 0;
    transition: all .2s;
}
div#main .side-nav li span:hover, div#main .side-nav li a:hover {
    color: #00A651;
}
div#main .side-nav li.active span, div#main .side-nav li.active a {
    background-color: unset;
    color: #00A651;
    padding: 0;
    margin: 0;
}

body#edit #enclosure,
body#verify #enclosure,
body#new #enclosure,
body#create #enclosure,
body#index #enclosure {
    padding-top: 115px;
}
#account .details #account-nav, #account .details #account-nav li {
    display: inline-block;
    width: 100%;
}
#account .details #account-nav a:link,
#account .details #account-nav a:visited,
#account .details #account-nav a:active {
    color: #001939;
    text-align: right;
    /*font-family: "Armin Soft";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
body#edit #page,
body#verify #page,
body#new #page,
body#create #page,
body#index #page {
    margin: 0 auto;
}
body.subscriptions #page {
    padding: 0 0 97px;
}
body.invoices #page {
    padding: 0;
}
body.coupons #page {
    padding: 0;
}
body.metadata #page,
body.payment_methods #page {
    padding: 0;
}
body.confirmations #page {
    padding: 0 0 7px;
}
body#edit #main-nav,
body#verify #main-nav,
body#new #main-nav,
body#create #main-nav,
body#index #main-nav {
    padding: 11px 36px;
    border-top: 1px solid #B1B1B1;
}
body#edit #main-nav ul,
body#verify #main-nav ul,
body#new #main-nav ul,
body#create #main-nav ul,
body#index #main-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 31px;
    margin: 0;
}
body#edit #main-nav ul li,
body#verify #main-nav ul li,
body#new #main-nav ul li,
body#create #main-nav ul li,
body#index #main-nav ul li {
    min-width: unset;
}
body#edit #main-nav ul li a,
body#verify #main-nav ul li a,
body#new #main-nav ul li a,
body#create #main-nav ul li a,
body#index #main-nav ul li a {
    color: #001939;
    /* font-family: "Armin Soft"; */
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    position: relative;
    background: unset;
    display: flex;
    align-items: center;
    column-gap: 9px;
    transition: all .2s;
}
body#index #main-nav ul li a {
    color: transparent;
    font-size: 0!important;
}

body#index #main-nav ul li a:after {
    width: auto;
    color: #001939;
    /* font-family: "Armin Soft"; */
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    position: relative;
    background: unset;
    display: flex;
    align-items: center;
    column-gap: 9px;
    transition: all .2s;
}
body#index #main-nav ul li a.invoices:after {
    content: 'Payment History';
}
body#index #main-nav ul li a.subscriptions:after {
    content: 'Memberships';
}
body#index #main-nav ul li.active a:after,
body#index #main-nav ul li a:hover:after {
    color: #00A651;
}
body#edit #main-nav ul li a:hover,
body#verify #main-nav ul li a:hover,
body#new #main-nav ul li a:hover,
body#create #main-nav ul li a:hover,
body#index #main-nav ul li a:hover {
    color: #00A651;
}
body#edit #main-nav ul li a:before,
body#verify #main-nav ul li a:before,
body#new #main-nav ul li a:before,
body#create #main-nav ul li a:before,
body#index #main-nav ul li a:before {
    content: '';
    width: 31px;
    height: 31px;
    background-color: #001939;
    display: none;
}
body#edit #main-nav ul li.active a:before,
body#verify #main-nav ul li.active a:before,
body#new #main-nav ul li.active a:before,
body#create #main-nav ul li.active a:before,
body#index #main-nav ul li.active a:before {
    background-color: #00A651;
}
body#edit #main-nav ul li.active a,
body#verify #main-nav ul li.active a,
body#new #main-nav ul li.active a,
body#create #main-nav ul li.active a,
body#index #main-nav ul li.active a {
    color: #00A651;
}
body.subscriptions div#main .main {
    width: 100%;
    max-width: 800px;
}
body#edit #logo,
body#verify #logo,
body#new #logo,
body#create #logo,
body#index #logo {
    position: absolute;
    top: 26px;
    width: auto;
    left: calc(50% - 150px);
}

body#edit #masthead,
body#verify #masthead,
body#new #masthead,
body#create #masthead,
body#index #masthead {
    justify-content: flex-end;
    padding: 19px 32px 11px;
}

body#edit #main-nav ul li:first-child,
body#verify #main-nav ul li:first-child,
body#new #main-nav ul li:first-child,
body#create #main-nav ul li:first-child,
body#index #main-nav ul li:first-child {
    position: static;
}
body#edit.outside div#main,
body#verify.outside div#main,
body#new.outside div#main,
body#create.outside div#main,
body#index.outside div#main {
    border-top: none;
}
body#edit. div#main,
body#verify. div#main,
body#new div#main,
body#create div#main,
body#index div#main {
    border-top: 1px solid #B1B1B1;
}
body#edit h3,
body#verify h3,
body#new h3,
body#create h3,
body#index h3 {
    /*font-family: Armin Soft;*/
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #001939;
}
body#create h3 {
    font-size: 19px;
}
/*body.subscriptions #account h3,*/
/*body.invoices #account h3,*/
/*body.payment_methods #account h3,*/
/*body.confirmations #account h3,*/
body #account h3 {
    text-align: right;
    /*font-family: Armin Soft;*/
    font-size: 26px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    color: #001939;
}
body.confirmations#index #main-content > h3 {
    color: transparent;
    font-size: 0;
}
body.confirmations#index #main-content > h3:after {
    content: 'Confirm Memberships';
    text-align: right;
    /*font-family: Armin Soft;*/
    font-size: 26px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    color: #001939;
}


body.coupons .subscription-panel header.top div.header-status p,
body.subscriptions .subscription-panel header.top div.header-status p {
    text-align: center;
    /*font-family: Armin Soft;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
body.coupons .subscription-panel header.top div.header-status p.subscription_state_active,
body.subscriptions .subscription-panel header.top div.header-status p.subscription_state_active {
    color: #00A651;
}
body.coupons .subscription-panel header.top h2,
body.subscriptions .subscription-panel header.top h2 {
    /*font-family: Armin Soft;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #001939;
}
body.coupons .subscription-panel header.top h2 small,
body.subscriptions .subscription-panel header.top h2 small {
    /*font-family: Armin Soft;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #001939;
}
body.coupons .subscription-panel header.top dl {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 30px;
}
body.coupons .subscription-panel header.top dl dt {
    font-weight: 200;
}
body.coupons .subscription-panel header.top dl dd,
body.subscriptions .subscription-panel header.top dl dd {
    /*font-family: Armin Soft;*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #001939;
}
body.subscriptions .subscription-panel header.top {
    background: unset;
    padding: 20px 19px 20px;
}



/*table*/
body.subscriptions .subscription-panel {
    border: unset;
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 39px;
}
body.coupons .subscription-panel:last-child,
body.subscriptions .subscription-panel:last-child {
    margin-bottom: 0;
}
body#edit #page,
body#new #page,
body#create #page,
body#index #page {
    background-color: #fff;
}
body#edit div#main,
body#new div#main,
body#create div#main,
body#index div#main {
    background-color: #fff;
}
body.confirmations div#main {
    color: #000;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
body.confirmations #main-content {
    max-width: 800px;
}
body.payment_methods #main-content,
body.metadata #main-content,
body.coupons #main-content {
    max-width: 825px;
}
body#create.coupons #main-content {
    max-width: 761px;
    margin: auto;
}

/*body.accounts .customer-panel.selected, */
/*body.contacts .customer-panel.selected, */
body.confirmations .customer-panel {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: unset;
    padding: 17px 0 38px;
    overflow: auto;
    position: relative;
}
body.confirmations .customer-panel:hover {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body .subscriptions-update {
    position: relative;
}
body.confirmations .subscriptions-update p:nth-child(2) strong {
    color: transparent!important;
    font-size: 0!important;
}
body.confirmations .subscriptions-update p:nth-child(2) strong:before {
    content: 'Manage This Membership';
    font-size: 19px;
    font-weight: bold;
    color: #001939;
}
body.confirmations .subscriptions-update p:nth-child(3) {
    color: transparent!important;
    font-size: 0!important;
}
body.confirmations .subscriptions-update p:nth-child(3):before {
    content: "For questions, direct debit setup, or subscription management assistance, call 1800 738 775 or email us at info@healthypetsplus.com.au.";
    color: #001939;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*body.accounts .customer-panel h6, */
/*body.contacts .customer-panel h6, */
body.confirmations .customer-panel h6 {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 19px;
}
/*body.accounts .customer-panel label, */
/*body.accounts .customer-panel span.checkbox-label, */
/*body.contacts .customer-panel label, */
/*body.contacts .customer-panel span.checkbox-label, */
body.confirmations .customer-panel label,
body.confirmations .customer-panel span.checkbox-label {
    /*color: #00A651;*/
    /*text-align: right;*/
    /*font-size: 21px;*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*line-height: normal;*/
    color: transparent!important;
    font-size: 0!important;
}
body.confirmations .customer-panel label:after,
body.confirmations .customer-panel span.checkbox-label:after {
    content: 'Manage This Membership';
    color: #00A651;
    text-align: right;
    /*font-family: "Armin Soft";*/
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*custom checkbox*/
.checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
}
.customer-check {
    position: absolute;
    left: -9999px;
}
/*.checkbox-label:before {*/
/*    content: '\2713';*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    left: -1px;*/
/*    top: -7px;*/
/*    padding: 5px;*/
/*    box-sizing: border-box;*/
/*    opacity: 0;*/
/*}*/
.checkbox-label:before {
    content: '\2713';
    width: 19px;
    height: 19px;
    border: 1px solid #838181;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    font-size: 13px;
    padding-left: 4px;
    font-weight: bold;
    color: transparent;
}
/*.customer-panel.selected .checkbox-label:before {*/
/*    opacity: 1;*/
/*    z-index: 10;*/
/*    color: #fff;*/
/*}*/
.customer-panel.selected .checkbox-label:before {
    background-color: #838181;
    color: #fff;
}




body.accounts .customer-info thead,
body.contacts .customer-info thead,
body.confirmations .customer-info thead {
    background-color: #D9D9D9;
}
table.customer-info tr th {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px;
}
table.customer-info tr th:first-child {
    padding-left: 30px;
}
table.customer-info tr th:last-child {
    padding-right: 30px;
}
body.accounts .customer-info td,
body.contacts .customer-info td,
body.confirmations .customer-info td {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 5px;
}
body.accounts .customer-info td:first-child,
body.contacts .customer-info td:first-child,
body.confirmations .customer-info td:first-child {
    padding-left: 30px;
}
body.accounts .customer-info td:last-child,
body.contacts .customer-info td:last-child,
body.confirmations .customer-info td:last-child {
    padding-right: 30px;
}

/*invoices table*/
.chargify-data-table {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.chargify-data-table__row:nth-child(odd) {
    background: #ECECEC;
}
.chargify-data-table tbody tr:nth-child(even) {
    background-color: #E6E6E6;
}
.chargify-data-table__cell--header {
    background: #F5F5F5;
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #BABABA;
    padding: 24px 10px 11px;
    text-align: center;
}
.chargify-data-table__cell {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*padding: 12px 12px 12px 12px;*/
    padding: 12px 5px;
}
.chargify-data-table__cell--align-right {
    /*text-align: left;*/
}
.invoice-legend {
    padding: 0 1.5em 0 1.5em;
}
.invoice-legend dl dd {
    color: #001939;
    /* font-family: "Armin Soft"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.invoice-legend dl dt:not(:first-child),
.invoice-legend dl dd:not(:nth-child(2)) {
    display: none;
}
.chargify-data-table__cell:nth-child(2),
.chargify-data-table__cell:nth-child(3),
.chargify-data-table__cell:nth-child(4) {
    text-align: center;
}
#show #small_masthead {
    background-color: #001939;
}
/*pagination*/
.pagination {
    justify-content: center;
    column-gap: 40px;
}
.pagination::before, .pagination::after {
    order: unset;
}
.pagination span {
    position: relative;
}
.pagination span:first-child:before {
    content: 'Page';
    margin-right: 5px;
}
.pagination button:disabled, .pagination button[disabled] {
    opacity: 0.5;
}

.form-actions,
form .form-actions {
    border: unset;
    display: flex;
    align-items: center;
    column-gap: 31px;
    padding-top: 55px;
}
.form-actions a.button-back,
form .form-actions a.button-back {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.form-actions .button,
form .form-actions .button,
.form-actions .button-submit,
form .form-actions .button-submit {
    margin: 0;
    cursor: pointer;
}
body.subscriptions table.simple,
body.confirmations table.simple {

}
body.subscriptions .subscription-panel header.interior,
body.confirmations .subscription-panel header.interior {
    background: #D9D9D9;
    padding: 5px 20px;
}
body.subscriptions .subscription-panel header h3,
body.coupons .subscription-panel header h3,
body.confirmations .subscription-panel header h3 {
    /*font-family: Armin Soft;*/
    font-size: 19px!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #001939;
}
body.subscriptions .subscription-panel .section,
body.coupons .subscription-panel .section,
body.confirmations .subscription-panel .section {
    padding: 21px 19px;
}
table.simple th, table.simple td,
body.coupons .subscription-panel p,
body.subscriptions .subscription-panel p {
    color: #001939;
    /*font-family: Armin Soft;*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px;
}
table.simple tbody {
    border: none;
}
thead, tbody, tfoot {
    background-color: transparent;
}
body.coupons .subscription-panel header.headermate .headermate a,
body.subscriptions .subscription-panel header.headermate .headermate a {
    border-radius: 5px;
    background: #00A651;
    color: #fff;
    /*font-family: Armin Soft;*/
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 10px;
}
body.coupons .subscription-panel header.headermate .headermate a:hover,
body.subscriptions .subscription-panel header.headermate .headermate a:hover {
    background: transparent;
    color: #001939;
}
body.coupons .subscription-panel header nav ul li,
body.subscriptions .subscription-panel header nav ul li {
    padding: 0;
    margin: 0;
}
.subscription-panel .button-back {
    background: #00A651;
    color: #FFF;
    text-align: center;
    /*font-family: "Armin Soft";*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 5px;
}
.subscription-panel .button-back:hover {
    background: transparent;
    color: #1a283d;
    text-align: center;
}
.subscription-panel .button-back span:before {
    display: none;
}

/*subscription accordeon maybe remove*/
/*.subscription-panel > div {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.5s ease, opacity 0.5s ease;*/
/*}*/
/*.subscription-panel:hover > div {*/
/*    max-height: 500px;*/
/*}*/
/*.subscription-panel:before {*/
/*    content: "Hover to Expand";*/
/*    display: block;*/
/*    background-color: #D9D9D9;*/
/*    padding: 5px 20px;*/
/*    cursor: pointer;*/
/*    font-family: Cerebri Sans, sans-serif !important;*/
/*    font-family: Armin Soft;*/
/*    font-size: 19px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    color: #001939;*/
/*} */
/*subscription accordeon maybe remove*/

.subscription-panel {
    position: relative;
}
.subscription-panel > div:nth-child(3) {
    display: none;
}
/*.subscription-panel > div:nth-child(4) table tbody tr:first-child {*/
/*    position: absolute;*/
/*    right: unset;*/
/*    left: 15px;*/
/*    top: 19px;*/
/*}*/
/*.subscription-panel > div:nth-child(4) table tbody tr:first-child th,*/
/*.subscription-panel > div:nth-child(4) table tbody tr:first-child td {*/
/*    border: unset;*/
/*}*/
/*.subscription-panel > div:nth-child(4) table tbody tr:first-child td {*/
/*    font-weight: 600;*/
/*    color: #001939;*/
/*}*/
body.subscriptions .subscription-panel > div:nth-child(4) header.headermate .headermate {
    display: none;
}
body.subscriptions .subscription-panel > div:nth-child(4) header.headermate h3 {
    position: relative;
    color: transparent!important;
}
body.subscriptions .subscription-panel > div:nth-child(4) header.headermate h3:before {
    content: 'Subscription Details';
    color: #001939;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.subscription-panel .current-service-credit-balance,
.subscription-panel .current-prepayment-balance,
.subscription-panel .subscription-started-at {
    display: none;
}


/*CREDIT CARDS*/
.metadata label,
#credit-card label,
.payment_methods#edit label[for="cvv"]:before {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}
.payment_methods#edit label[for="cvv"],
.payment_methods#edit label[for="payment_profile_billing_zip"] {
    color: transparent!important;
    font-size: 0!important;
}
.payment_methods#edit label[for="cvv"]:before,
.payment_methods#edit label[for="payment_profile_billing_zip"]:before {
    color: #001939;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}
.payment_methods#edit label[for="cvv"]:before {
    content: 'CVV';
}
.payment_methods#edit label[for="payment_profile_billing_zip"]:before {
    content: 'Postcode';
}

#credit-card input,
#credit-card textarea,
#credit-card select {
    margin-bottom: 20px;
}
#credit-card hr {
    display: none;
}
#credit-card h5,
#payment-profile-container h5:before {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #001939;
}
#payment-profile-container h5:before {
    content: 'Billing address';
}
#payment-profile-container h5 {
    color: transparent!important;
    font-size: 0!important;
}
#credit-card .form-actions .button {
    margin: 0;
}
.metadata .form-actions,
#credit-card .form-actions {
    padding-top: 15px;
}
#credit_card_fields {
    margin-bottom: 16px;
}

/* Hide address in Billing Details */
.billing-address {
    display:none
}

/*Coupons*/
#coupon_coupon_codes {
    max-width: 100%!important;
}
body.coupons #main-content,
body.coupons #main-content h6 {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
body.coupons .form-actions {
    justify-content: flex-start!important;
}
body.coupons .form-actions {
    justify-content: flex-start!important;
    padding-top: 0;
}
body.coupons .form-actions input.button-submit {
    color: #FFF;
    text-align: center;
    /*font-family: "Armin Soft";*/
    font-size: 23px!important;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px!important;
    background: #00A651;
    margin-top: 43px;
    margin-bottom: 31px;
    display: inline-block;
    height: 43px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0;
}
body.coupons .form-actions input.button-submit:hover,
body.coupons .form-actions input.button-submit:focus {
    background: transparent;
    color: #001939;
    border: 1px solid #00A651;
}
.subscription-panel h2 {
    color: #001939;
    /*font-family: "Armin Soft";*/
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (min-width: 480px) {
    body#edit div#main,
    body#new div#main,
    body#create div#main,
    body#index div#main {
        padding: 36px;
    }
    body#edit.outside div#main,
    body#new.outside div#main,
    body#create.outside div#main,
    body#index.outside div#main {
        padding: 0;
    }

    body#edit #main-nav ul li a.subscriptions,
    body#new #main-nav ul li a.subscriptions,
    body#create #main-nav ul li a.subscriptions,
    body#index #main-nav ul li a.subscriptions {
        padding: 0;
    }
    body#edit #main-nav ul li a.statements,
    body#new #main-nav ul li a.statements,
    body#create #main-nav ul li a.statements,
    body#index #main-nav ul li a.statements,
    body#edit #main-nav ul li a.invoices,
    body#new #main-nav ul li a.invoices,
    body#create #main-nav ul li a.invoices,
    body#index #main-nav ul li a.invoices {
        padding: 0;
    }
    body#edit #main-nav ul li,
    body#new #main-nav ul li,
    body#create #main-nav ul li,
    body#index #main-nav ul li {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {

}
@media screen and (min-width: 1140px) {
    body.subscriptions #enclosure,
    body.confirmations #enclosure {
        padding-top: 115px;
    }
    body#index.subscriptions div#main,
    body#create.subscriptions div#main,
    body#new.coupons div#main {
        padding-left: 76px;
    }
}


@media (max-width: 768px) {
    #page {
        padding: 45px 20px;
    }
    .outside #page p {
        font-size: 16px;
    }
    #page h1 {
        margin-bottom: 35px;
    }
    #page form p {
        font-size: 16px;
    }
    body.confirmations .subscriptions-update p:nth-child(2) strong:before {
        font-size: 16px;
    }
    body.confirmations .subscriptions-update p:nth-child(3):before {
        font-size: 16px;
    }
    label {
        font-size: 16px;
    }
    form input.button-submit {
        font-size: 18px!important;
    }
    .alert-box {
        font-size: 14px;
    }
    .alert-box a {
        font-size: 14px!important;
    }
    .coupons#create .alert-box.alert strong:before {
        font-size: 14px;
    }

    /*sidebar*/
    div#main .sidebar {
        padding: 0 20px;
    }
    div#main .side-nav {
        flex-direction: column;

    }
    div#main .side-nav li {
        margin-bottom: 8px;
    }
    div#main .side-nav li:last-child {
        margin-bottom: 0;
    }
    div#main .side-nav li span,
    div#main .side-nav li a {
        font-size: 18px;
    }
    /*SUBSCRIPTIONS AND INVOCES*/
    body#edit #main-nav ul li a,
    body#verify #main-nav ul li a,
    body#new #main-nav ul li a,
    body#create #main-nav ul li a,
    body#index #main-nav ul li a {
        font-size: 18px;
    }
    body#edit #main-nav ul li a:before,
    body#verify #main-nav ul li a:before,
    body#new #main-nav ul li a:before,
    body#create #main-nav ul li a:before,
    body#index #main-nav ul li a:before {
        width: 22px;
        height: 22px;
    }
    body#edit #main-nav,
    body#verify #main-nav,
    body#new #main-nav,
    body#create #main-nav,
    body#index #main-nav {
        padding: 11px 20px;
    }
    body#index #main-nav ul li a:after {
        font-size: 18px;
    }

    table.simple th, table.simple td {
        font-size: 14px;
    }
    body.coupons .subscription-panel header.top dl {
        margin-bottom: 15px;
    }
    body.coupons .subscription-panel p,
    body.subscriptions .subscription-panel p {
        font-size: 14px;
    }
    body.subscriptions .subscription-panel header.top {
        padding: 11px 19px 11px;
    }
    body.coupons .subscription-panel header.top h2,
    body.subscriptions .subscription-panel header.top h2 {
        font-size: 19px;
    }
    body.coupons .subscription-panel header.top h2 small,
    body.subscriptions .subscription-panel header.top h2 small {
        font-size: 19px;
    }
    body.coupons .subscription-panel header.top dl,
    body.subscriptions .subscription-panel header.top dl,
    body.coupons .subscription-panel header.top dl time,
    body.subscriptions .subscription-panel header.top dl time {
        font-size: 14px;
    }
    body.coupons .subscription-panel header.top div.header-status,
    body.subscriptions .subscription-panel header.top div.header-status {
        float: left;
    }
    body.coupons .subscription-panel header.top div.header-status p,
    body.subscriptions .subscription-panel header.top div.header-status p {
        font-size: 20px;
        margin-bottom: 0;
    }
    body#edit h3,
    body#verify h3,
    body#new h3,
    body#create h3,
    body#index h3 {
        font-size: 20px;
    }
    body.confirmations#index #main-content > h3:after {
        font-size: 20px!important;
    }
    body#create h3 {
        font-size: 16px;
    }
    body#edit #account h3,
    body#verify #account h3,
    body#new #account h3,
    body#create #account h3,
    body#index #account h3 {
        font-size: 20px;
    }
    #account .details #account-nav a:link, #account .details #account-nav a:visited, #account .details #account-nav a:active {
        font-size: 16px;
    }

    table.customer-info tr th:first-child {
        padding-left: 19px;
    }
    table.customer-info tr th:last-child {
        padding-right: 19px;
    }
    body.accounts .customer-info td:first-child,
    body.contacts .customer-info td:first-child,
    body.confirmations .customer-info td:first-child {
        padding-left: 19px;
    }
    body.accounts .customer-info td:last-child,
    body.contacts .customer-info td:last-child,
    body.confirmations .customer-info td:last-child {
        padding-right: 19px;
    }
    .form-actions,
    form .form-actions {
        padding-top: 35px;
    }
    body.confirmations .customer-panel label, body.confirmations .customer-panel span.checkbox-label {
        font-size: 14px;
    }
    .checkbox-label:before {
        width: 14px;
        height: 14px;
        font-size: 9px;
        padding-left: 3px;
    }
    /*.checkbox-label:before {*/
    /*    font-size: 13px;*/
    /*    left: -2px;*/
    /*}*/
    body.confirmations .customer-panel label:after,
    body.confirmations .customer-panel span.checkbox-label:after {
        font-size: 14px;
    }
    table.customer-info tr th {
        font-size: 12px;
    }
    body.accounts .customer-info td, body.contacts .customer-info td, body.confirmations .customer-info td {
        font-size: 12px;
    }

    /*invoices*/
    .chargify-data-table__cell--header {
        font-size: 14px;
        min-width: 110px;
    }
    .chargify-data-table__cell {
        font-size: 11px;
    }
    .invoice-legend dl dd {
        font-size: 11px;
    }

    /*Credit cards*/
    body.metadata #main-content,
    body.payment_methods #main-content {
        padding: 20px;
    }
    #credit-card h5,
    #payment-profile-container h5:before {
        font-size: 20px;
    }
    .metadata label,
    #credit-card label,
    .payment_methods#edit label[for="cvv"]:before,
    .payment_methods#edit label[for="payment_profile_billing_zip"]:before {
        font-size: 14px;
        margin-bottom: 5px;
    }
    /*coupons*/
    body.coupons #main-content {
        padding: 20px;
    }
}
@media (max-width: 550px) {
    body.confirmations .customer-panel label, body.confirmations .customer-panel span.checkbox-label {
        padding-left: 24px;
        margin-left: 19px;
    }
}
@media (max-width: 465px) {
    body.coupons .subscription-panel header.headermate .headermate,
    body.subscriptions .subscription-panel header.headermate .headermate {
        margin-left: 0;
    }
    /*SUBSCRIPTIONS AND INVOCES*/
    body#edit div#main .main,
    body#verify div#main .main,
    body#new div#main .main,
    body#create div#main .main,
    body#index div#main .main {
        padding: 0 20px;
    }
    body.confirmations #main-content {
        padding: 20px;
    }
}

.success-receipt__items dl, .success-receipt__total dl {
    color: red;
}

.invoice-legend {
    display: none;
}

/***** Hide the 3rd column in chargify-data-table *****/
.chargify-data-table td:nth-child(3), 
.chargify-data-table th:nth-child(3) {
  display: none;
}
/* Hides price in header and show renewal adjustment text  */

body.coupons .subscription-panel header.top h2 small,
body.subscriptions .subscription-panel header.top h2 small {
display: none
}

.estimated-next-billing-amount th:after {
    content: '*Billing amount is subject to adjustments at renewal';
    font-size: 12px;
    display: block
}