.wrapper-1 h1 {
    max-width: 90%;
}

.wrapper-1 p {
    width: 90%;
    max-width: 1200px;
}

.subscription-account-bar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 440px;
    margin: -22px auto 14px;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 11pt;
}

.subscription-account-welcome,
.subscription-sign-in {
    padding: 7px 13px;
    border: 1px solid #b8c9f2;
    border-radius: 18px;
    background-color: #f5f8ff;
    color: #00136f;
}

.subscription-sign-in {
    border-color: #005bc6;
    background-color: #005bc6;
    color: white;
    font-family: GothamBold, Arial, sans-serif;
    text-decoration: none;
    transition: background-color .2s, color .2s;
}

.subscription-sign-in:hover {
    background-color: #00136f;
    color: white;
}

.step {
    margin: 0 auto 20px auto;
    max-width: 440px;
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #00136f;
}

.step-header {
    font-weight: bold;
    color: white;
    padding: 0 15px 10px;
    display: flex;
    background-color: #00136f;
}

.step-num {
    font-size: 12pt;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    background-color: #005bc6;
}

.step-name {
    font-size: 12pt;
    line-height: 30px;
    margin-left: 10px;
    flex-grow: 1;
}

.step-body {
    display: flex;
    flex-direction: column;
}

.step-body .product_row {
    background-color: #f2f2f2;
    padding: 15px;
    display: flex;
}

.hide {
    display: none;
}


.product_row .input-custom-view {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    background-color: white;
    margin-right: 10px;
    border: 4px solid #00136f;
    border-radius: 50%;
    position: relative;
    margin-top: 1px;
}

.product_row .input-custom-view.checkbox-input {
    border-radius: 0;
}

.product_row input:checked + .checkbox-input.input-custom-view::before, .checked_box:before {
    content: url(/img/check.png);
    background-color: transparent;
    left: -2px;
    top: -12px;
    transform: translate(0, 0);
    position: absolute;
}

.product_row .input-custom-view.checked_box {
    border-color: transparent;
    background-color: transparent;
}

.subscription-discount-comment {
    font-size: 12pt;
    text-align: center;
    margin: 15px 0;
    font-style: italic;
    color: #00136f;
}

.stem-details {
    font-size: 0.8em;
}

.product_row .product_name {
    font-size: 12pt;
}

.grow {
    flex-grow: 1;
}

.product_row .price.regular-price {
    text-decoration: line-through;
}

.product_row .price {
    min-width: 63px;
    max-width: 63px;
    font-size: 12pt;
    text-align: center;
    line-height: 21px;
}

.product_row .price.sale-price {
    margin-left: 5px;
}

.product_row input:checked + .input-custom-view {
    border-width: 3px;
}

.product_row input:checked + .input-custom-view::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #005bc6;
}

.step-header .price {
    font-size: 11pt;
    width: 55px;
    text-align: center;
    line-height: 15px;
}

.step-header .price.sale-price {
    margin-left: 5px;
}

h2 {
    margin-top: 0;
    font-size: 20pt;
    font-family: GothamBold, Arial, sans-serif;
    text-align: center;
}

.pay {
    display: inline-block;
    width: 209px;
    border: 2px solid;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 135px;
    cursor: pointer;
    transition: 0.3s;
}

.cc {
    color: #2b0;
    background-color: rgba(34, 187, 0, .05);
    background-image: url(/subscription/view/img/debit.svg);
    background-size: 100%;
    margin-right: 22px;
    position: relative;
}

.pp {
    color: #17e;
    background-color: rgba(17, 119, 238, .05);
    background-image: url(/subscription/view/img/paypal.svg);
    background-size: 80%;
}

.payment_method {
    text-align: center;
}

.cc:after {
    content: "Credit Card";
    position: absolute;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #2b0;
    width: 160px;
    right: 0;
    top: 40px;
}

.cc:hover {
    background-color: rgba(34, 187, 0, .4);
}

.pp:hover {
    background-color: rgba(17, 119, 238, .6);
}

div.demo-description {
    font-size: 15pt;
    text-align: center;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: bold;
}

h2.demo-description {
    margin-bottom: 0;
    margin-top: -10px;
}

.without_body .step-body {
    display: none;
}

.period-a #price-m, .period-m #price-a {
    display: none;
}

#total::before {
    content: "TOTAL*: "
}

#total.subscription-addons-total::before {
    content: "SELECTED ADD-ONS*: ";
}

#total {
    font-size: 13pt;
    text-align: right;
    margin-right: 20px;
    color: white;
    font-family: GothamBold, Arial, sans-serif;
    margin-top: 7px;
}

.selected-data {
    background-color: #f2f2f2;
    padding: 15px 5px;
    text-align: center;
    font-style: italic;
}

.selected-subscription-meta {
    display: block;
    margin-top: 5px;
    color: #34426f;
    font-size: 10pt;
    font-style: normal;
}

.subscription-management-action {
    margin-top: 12px;
    font-style: normal;
}

.subscription-management-link {
    display: inline-block;
    padding: 7px 13px;
    border: 1px solid;
    border-radius: 5px;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    transition: background-color .2s, color .2s;
}

.subscription-management-link.cancel {
    border-color: #b3261e;
    background-color: white;
    color: #b3261e;
}

.subscription-management-link.cancel:hover {
    background-color: #b3261e;
    color: white;
}

.subscription-management-link.renew {
    border-color: #005bc6;
    background-color: #005bc6;
    color: white;
}

.subscription-management-link.renew:hover {
    background-color: #00136f;
}

.subscription-upgrade-summary {
    width: 100%;
    max-width: 440px;
    box-sizing: border-box;
    margin: -8px auto 18px;
    padding: 16px;
    border: 1px solid #b8c9f2;
    border-left: 5px solid #005bc6;
    border-radius: 8px;
    background-color: #f5f8ff;
    color: #14204f;
}

.subscription-upgrade-title {
    margin-bottom: 7px;
    color: #00136f;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 13pt;
}

.subscription-upgrade-intro,
.subscription-upgrade-note {
    margin: 0 0 13px;
    font-size: 10.5pt;
    line-height: 1.4;
}

.subscription-upgrade-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 7px 0;
    border-bottom: 1px solid #dbe4fa;
    font-size: 10.5pt;
}

.subscription-upgrade-row strong {
    flex-shrink: 0;
    color: #00136f;
    white-space: nowrap;
}

.subscription-upgrade-new-price,
.subscription-upgrade-prorated {
    font-family: GothamBold, Arial, sans-serif;
}

.subscription-upgrade-new-price {
    margin-top: 3px;
    font-size: 11pt;
}

.subscription-upgrade-prorated {
    border-bottom: 0;
    color: #0051b5;
    font-size: 11pt;
}

.subscription-upgrade-note {
    margin: 8px 0 0;
    padding-top: 10px;
    border-top: 1px solid #b8c9f2;
    color: #34426f;
}

@media (max-width: 768px) {
    div.demo-description {
        font-size: 12pt;
    }

    .subscription-account-bar {
        justify-content: center;
        margin-top: -22px;
    }
}

@media (max-width: 460px) {
    .step-num, .step-name, .product_row .product_name, .product_row .price, .step-header .price {
        font-size: 10pt;
    }

    .product_row .price, .step-header .price {
        width: 50px;
    }

    h2 {
        font-size: 16pt;
    }

    .pay {
        display: block;
        margin: 10px auto;
    }

    .step {
        max-width: 350px;
    }

    .subscription-account-bar {
        max-width: 350px;
    }

    .subscription-upgrade-summary {
        max-width: 350px;
    }

    #total.subscription-addons-total {
        font-size: 11pt;
    }
}
