body {

    background: white;
}

.checkout-inner #logo {
    margin: 2rem 0.5rem;
}

.checkout-inner {
    width: 100%;
    max-width: 500px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'Verdana', 'Arial', sans-serif;
}

[v-cloak] {
    display: none !important;
}

a {
    color: #33a;
    text-decoration: none;
}

#page {
    max-width: 100vw;
    min-height: 100vh;
}

.checkout-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.items-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;

    background-color: #33a;
    min-height: 100vh;
    color: #fff;

}

.items-container {
    display: flex;
    flex: 1;
}


.items-list {
    display: block;
    margin: 3rem auto;
    padding: 1rem;
    color: white;
}

.items-list h2 {
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 0;
}

.price-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #fffa;
}

.price-block {
    min-height: 20rem;
    margin-top: 3rem;
}


#content {
    margin: auto;
}

.constrain {
    max-width: 80rem;
}

.checkout-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.checkout-more-info {
    text-align: center;
    color: #fff5;
    margin-top: 0.5rem;
}

.footer-links {
    text-align: left;
    margin: 0;
    padding: 0;
}

.footer-links li {
    display: inline;
    padding: 0 1rem 0 0;
}

.footer-links a {
    background: none;
    text-decoration: none;
    color: #fff8;
}

.copyright {
    color: #fff8;
    font-weight: lighter;
}

.items-inner {
    max-width: 35rem;
    width: 100%;
}

.left-notice {
    display: block;
    max-width: 50rem;
    margin: 3rem auto;
    text-align: left;
    color: #0005;
    font-size: 0.9em;
    padding: 1rem;
}

.right-notice {
    display: block;
    max-width: 50rem;
    margin: 2rem auto;
    text-align: left;
    color: #fff;
    font-size: 0.9em;
    padding: 1rem;
}

.inline-item-image {}

.pricing-table {
    width: 100%;
}

.pricing-table .inline-item {
    margin-top: 0.5rem;
}

.pricing-table .inline-item div {
    vertical-align: top;
}



.pricing-table .inline-item-image {}

.pricing-table p {
    margin: 0 0.5rem;
}

.inline-item-name {
    font-weight: normal;
}

.inline-item-description {
    font-weight: 400;
    color: #fffa;
    font-size: 0.9rem;
    vertical-align: top;
}

.inline-item-price {
    text-align: right;
    font-weight: bold;
}

.inline-item-price-subtotal {
    text-align: right;
    font-weight: 400;
    color: #fffa;
}

td.inline-item-price-total {
    text-align: right;
    font-weight: bold;
    color: #fff;
}

.inline-item-price-taxes {
    font-weight: 400;
    color: #fffa;
    font-size: 0.9rem;
}

.pricing-table hr {
    height: 1px;
    border-style: solid;
    border-color: #fff5;
    border-width: 1px 0 0 0;
    padding: 0;
    margin: 3rem 0 1rem 0;
}

.pricing-table .break {
    padding: 0;
}

.guarantee {}

.guarantee strong {
    text-transform: uppercase;
}

.highlight {
    color: #fff;
    font-weight: bold;
}

.discount-indicator {
    color: #000;
    background-color: #FFD141;
    padding: 0.1em 0.5em;
}

.checkout-container {}

.checkout-container iframe {
    min-height: 80vh;
}

.logo {
    flex: 1;
    width: 15rem;
    text-align: left;
    min-height: 3rem;
    padding: 0 0.5rem;
    margin-top: 3rem;
}

.summary-line {
    min-height: 1rem;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
}

.inline-upsell {
    margin-top: 5rem;
    cursor: pointer;
}

.inline-upsell-saving {
    color: #FFD141;
    text-align: right;
    font-weight: bold;
}

.inline-upsell-wrapper {
    border: 1px dashed #fffa;
    padding: 0.5rem;
    background-color: #0005;

}

.inline-upsell-type {
    text-transform: uppercase;
    color: #fffa;
    font-weight: bold;
}

.inline-upsell-title p {
    font-weight: bold;
}

.inline-upsell-title,
.inline-upsell-description {
    color: #FFD141;
}