﻿.row {
    display: flex;
    flex-flow: row wrap;
}

.error-wrapper {
    display: flex;
    flex-flow: column;
    padding: 0 1rem;
}

.error {
    padding: .875rem;
    max-width: 100%;
    margin: 20px 0;
}

.error ul {
    margin: 0;
    padding-left: 0;
}

.success {
    margin: 20px 0;
    padding: 1rem;
}

.text-right {
    text-align: right;
}

#content {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
}

#content-left {
    display: none;
}

.publication .pub-right {
    width: 100%;
    margin-right: 0;
}

.publication .pub-far-right {
    display: none;
}



.intro {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.intro p {
    margin-top: 0;
    margin-bottom: .375rem;
}

.input input[type="text"], .input input[type="password"], .input input[type="email"], .input input[type="tel"], .input select, select, textarea {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    margin: 0 0 0;
    padding: 7px;
    width: 100%;
    max-width: 100%;
    height: 36px;
}

input[type="submit"], input[type="button"], button, .button, .btn, .cart input[type="submit"], .cart button, .cart .button, .cart button.btn-checkout {
    background-color: #4B95DF;
    border: 1px solid #4B95DF;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: .5rem .75rem;
    text-decoration: none;
    text-align: center;
    
    transition: background .3s ease;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, .btn:hover, .cart input[type="submit"]:hover, .cart button:hover, .cart .button:hover, .cart button.btn-checkout:hover, input:hover {
    background-color: #1b5895;
    border: 1px solid #1b5895;
}

.cart input[type="submit"].btn-secondary, input.btn-secondary, button.btn-secondary, .button.btn-secondary {
    background-color: #99a8b6;
    border: 1px solid #99a8b6;
    line-height: normal;
}

.cart input[type="submit"].btn-update:hover, input.btn-secondary:hover, button.btn-secondary:hover, .button.btn-secondary:hover{
    background-color: #7b8894;
    border: 1px solid #7b8894;
}

.cart input[type="submit"].btn-update {
    margin-right: .375rem;
}

.button-wrapper .button, input[type="submit"] {
    max-width: 240px;
    width: 100%;
}

input.promo-code-number-apply {
    max-width: 80px;
    padding: .25rem .75rem;
}

.input input[type="email"] {
    background: #fff;
}

.form-heading {
    text-align: center;
}

.form-subheading {
    margin: 0
}
.checkout {
    font-size: 16px;
    padding: 1rem 0.2rem 2.5rem;
}

.checkout .login {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.checkout .login-container, .checkout-container, .payment-type-container, .change-pw-container, .password-container {
    background-color: #f2f4f8;
    border-radius: 3px;
    width: 100%;
}

.checkout .login-inner, .change-pw-inner, .checkout-inner, .password-inner {
    padding: 1.5rem 1rem;
}

.subscription-summary {
    font-size: .875rem;
}

.subscription-summary .header, .purchase-summary .header {
    background-color: #edf1f6;
    border: 1px solid #dde3ed;
    color: #4B95DF;
    
    font-weight: bold;
    text-align: left;
}

.subscription-summary th, .purchase-summary th {
    border: 1px solid #dde3ed;
    font-size: .875rem;
    padding: .375rem .375rem;
    vertical-align: middle;
}

.checkout .subscription-summary td, .purchase-summary tr td {
    border: 1px solid #dde3ed;
    border-top: 0;
    font-size: .85rem;
    padding: .625rem .5rem;
    padding: .375rem .375rem;
    vertical-align: middle;
}

 .purchase-summary tr td {
    padding: .5rem .375rem .875rem;
}

.payment-type-container {
    padding: 1.25rem 0 1.5rem;
}

.purchase-summary {
    overflow-x: auto;
}

.checkout .wide-labels .input, .wide-labels .input {
    width: 100%;
}

.checkout .cart-intro {
    font-weight: normal;
    color: #336699;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2.5rem;
}

.checkout .subheading {
    text-align: left;
}

.checkout .subheading {
    text-align: left;
}

.order-sumary .subheading, .purchase-summary .subheading {
    text-align: center;
}

.checkout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.checkout .checkout-heading {
    border: none;
    color: #4B95DF;
    font-size: 22px;
    margin: 1.5rem 0 .5rem;
    padding: 0;
    text-align: left;
}

.checkout .checkout-heading {
    margin-top: 0;
}

.order-summary .checkout-subheading {
    text-align: center;
}

.checkout .label {
    margin: 4px 0;
}

.checkout .input {
    margin: 0;
    width: 100%;
}

.checkout .input.login-email {
    font-weight: bold;
}

.checkout .input.title {
    max-width: 100px;
}

.checkout .input.title-text {
    max-width: 120px;
    margin-left: 10px;
}

.checkout .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.checkout .button-wrapper.paypal {
   margin-top: 1rem;
   margin-bottom: 2rem;
}

.checkout .button-wrapper.login {
    margin-bottom: 1.5rem;
}

.checkout .button-wrapper.login a {
    display: block;
    margin-top: .125rem;
    margin-bottom: 1.75rem;
    text-decoration: underline;
}

.button-wrapper.continue {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.checkout .button-wrapper.authorise-payment  {
    margin-bottom: 1rem;
}

.checkout .authorise-price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .625rem;
    text-align: center;
    display: block;
}
.paypal-authorise {
    margin: 0 auto !important;
    display: block;
}
input[type="submit"].authorise {
    font-size: 16px;
    width: 100%;
    max-width: 240px;
}

.checkout .item-head {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product .item-head {
    margin-top: .5rem;
}

.checkout .terms-desc {
    width: calc(100% - 20px);
    font-size: 12px;
}

.cart-left {
    margin-right: 0;
}

.cart-right {
    width: 100%;
    float: right;
}

btn-login {
}

.cart .button.delete {
    background-color: #ffffff;
    border: 1px solid #DDE3ED;
    width: 34px;
    padding: 0.4rem 0;
    color: #B6C0D1;
    transition: all 0.3s ease-in-out;
}

.cart .button.delete:hover {
    background-color: #ffffff;
    border: 1px solid #7b818b;
    color: #7b818b;
}

.no-cart {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.promo-code {
    background-color: #f3f6f9;
    border: 1px solid #e4e8ee;
    margin-bottom: .375rem;
    margin-top: 1rem;
    padding: 1rem;
}

.promo-code-body {
    display: flex;
    flex-flow: column;
}

.promo-code-entry {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    margin-top: .125rem;
    margin-bottom: .25rem;
}

.promo-code-text {
    color: #4B95DF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.promo-code-number-entry {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e4e8ee;
    padding: 7px;
    height: 32px;
    vertical-align: middle;
    width: calc(100% - 80px);
    margin-right: 10px;
}

.promo-code-number-entry:hover {
    background-color: #fff;
    border: 1px solid #cccaca;
}

.promo-code-number-apply {
    font-size: 13px !important;
    width: 70px;
}

.offers-tabs {
    background-color: #4B95DF;
    padding: .625rem .625rem 0;
}

.offers-tabs-text {
    display: block;
    color: white;
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
}

.offers-tabs div {
    background-color: #2e71b4;
    border-radius: 2px 2px 0px 0px;
    margin: 0 .25rem;
    transition: background .3s ease;
}

.offers-tabs div:hover {
    background-color: #1b5895;
}


.offers-tabs div.selected {
    background-color: #fff;
    border-radius: 2px 2px 0px 0px;
    color: #4B95DF;
}

.offers-tab {
    width: auto;
    padding: 0 .625rem !important;
    height: 32px;
    line-height: 32px;
}

.offers-tab .tab-nz-desktop {
    display: none;
}

.cart-right form {
}

.buy-now {
    text-align: right;
}

.table {
    
}

.cart .table {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
}

.table .buy-now input[type="submit"], .cart input[type="submit"], .cart button, .cart button.btn-checkout {
    width: auto;
    font-size: .875rem;
    padding: .5rem .875rem;
}

.table .table-row.header {
    background-color: #edf1f6;
    
    font-weight: bold;
    font-size: 16px;
    color: #4B95DF;
}

.table .table-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dde3ed;
    padding: 0.875rem;
    text-align: center;
    margin: 1rem 0;
    position: relative;
}

.cart-content {
    margin-bottom: 1.5rem;
}

.table .table-cell {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0.215rem 0;
    padding-top: 0.425rem;
}


.pricing .table .table-cell:nth-of-type(1) {
    flex-basis: 110px;
    max-width: 110px;
}

.table .table-cell:nth-of-type(3) {
    flex-basis: 100%;
    max-width: 100%;
}

.pricing .table .table-cell:last-of-type {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
}


.pricing .table .table-cell:nth-of-type(2) {
    display: none;
}

.merch .pricing .table .table-cell:nth-of-type(2) {
    display: flex;
    justify-content: left;
}

#offer-au .pricing .table .header .table-cell:nth-of-type(4) {
    display: none;
}

.cart .table .table-cell:nth-of-type(1) {
    flex-basis: 40%;
    max-width: 40%;
}

.cart input[type="text"].vsmall {
    background-color: #fff;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 5px;
    padding-right: 3px;
    text-align: center;
    width: 36px;
    height: 34px;
    width: 32px;
    height: 28px;
}


.cart-wrapper.merch {
    margin-top: 1.5rem;
}

.table .title {
    color: #4B95DF;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 0.5rem;
}

.table .price, .table .total-price {
    font-weight: 500;
    color: #4B95DF;
}

.pricing .table .price {
    font-size: 16px;
}

.order-summary .table-cell strong{
    margin-right: 10px;
}

.order-summary .table .price, .order-summary .table .total-price {
    font-size: 15px;
}

.order-summary .footer {
    font-weight: bold;
    font-size: 17px;
    color: #4B95DF;
    display: block ruby;
}


.table .savings {
    color: #f97f66;
    font-weight: bold;
}

.table .savings-mob {
    color: #f97f66;
    font-size: 14px;
    font-weight: bold;
}

.table .details {
    font-size: 15px;
    padding-top: .75em;
}

.table .details .issues {
    font-weight:500;
}

.table .subscription-details {
    font-weight: 500;
    margin-top: .375rem;
}

.table .subscription-details .view-tshirt {
    margin-left: .5rem;
}

.table .offer-item-head {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.table .offer-item-head {
    flex: 100%;
}

.table .offer-item {
    background-color: #edf1f6;
    border-radius: 1px;
    display: flex;
    align-items: start;
    margin: .125rem .25rem .25rem 0;
    margin: .25rem 0;
    padding: .375rem;
}

.table .offer-item-desc {
    margin-left: .375rem;
    margin-right: .5rem;
}

.table .offer-item input[type="checkbox"], .table .offer-item input[type="radio"] {
    margin-top: .1875rem;
}

.table .footer {
    background-color: #edf1f6;
}

.table .table-row.footer .subtotal {
    color: #4B95DF;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.75;
}

.table .table-row.footer .subtotal-savings {
    color: #f97f66;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.75;
}

.table .table-row.footer .ph {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.table .table-row.footer .subtotal-wrapper {
    flex-basis: 50%;
    max-width: 50%;
    text-align:left;
}

.table .table-row.footer .amount {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.85;
    flex-basis: 50%;
    max-width: 50%;
    text-align: right;
}

/*Progress Bar*/
.progress-bar {
    width: 100%;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
}

.progress-step {
    text-align: center;
    position: relative;
}

.progress-step:before, .progress-step:after {
    background-color: #4B95DF;
    content: "";
    height: 2px;
    position: absolute;
    top: 20px;
    margin-left: 22px;
    margin-left: 22px;
}

.progress-step:after {
    left: 50%;
    width: 100%;
}

.progress-step:first-of-type:before {
    left: 0%;
}

.progress-step:last-of-type.is-active:after {
    background-color: #4B95DF;
}

.progress-step.is-active .step-count {
    background-color: #93a936;
}


.progress-step:last-of-type:after {
    left: 0%;
    width: 0%;
}

.progress-step .step-count {
    background-color: #4B95DF;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
    color: white;
    line-height: 30px;
    z-index: 100;
    border: 7px solid white;
    font-size: 0.8rem;
    font-weight: 500;
}

.progress-step .step-count a {
    color: white;
}

.progress-step.is-active .step-description {
    font-weight: bold;
}

.progress-step .step-description a {
    color: black;
}

.progress-step.is-active:after {
    background-color: #ced4da;
}

.progress-step.is-active ~ .progress-step .step-count {
    background-color: #ced4da;
}


.progress-step.is-active ~ .progress-step:after {
    background-color: #ced4da;
}

.step-description {
    font-size: 0.8rem;
}
/*End Progress Bar*/

/*Account form*/
.account-form, .card-details, .ecard-form {
    background-color: #f2f4f8;
    font-size: .875rem;
    /*padding: 1rem 1rem 0;*/
    padding: 1.5rem .5rem;
    margin-top: 1rem;
}

.mydetails-container {
    margin-bottom: 2.5rem;
}

.email-change {
    display: block;
    margin-top: .125rem;
    text-decoration: underline;
}

.input-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    width: 100%;
}

.input-wrapper.password {
    margin-bottom: 0;
}

.input-wrapper.delivery-details, .input-wrapper.cb-address, .payment-type .input-wrapper {
    flex-flow: row;
    align-items: start;
}

.payment-type .input-wrapper {
    margin-bottom: .275rem;
}

.input-wrapper.payment-type:last-of-type {
    margin-bottom: 0;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
}

.input-group .input-wrapper {
    width: 50%;
    justify-content: flex-end;
}

.input-group .input-wrapper.postcode {
    width: 100px;
}

.input-group .input-wrapper.state {
    justify-content: flex-end;
    width: calc(100% - 110px);
    margin-left: 10px;
}

.input-group .input-wrapper.state div:first-of-type {
    width: 90%;
    white-space: nowrap;
}

.payment-type-image-wrapper {
    margin-left: 1.125rem;
}

.payment-type-image-wrapper img {
    max-width: 120px;
    margin-bottom: 1rem;
}

.input-wrapper.delivery-details, .input-wrapper.cb-address {
    margin-top: .5rem;
    margin-bottom: 0;
}

.input-wrapper.delivery-details input[type="checkbox"], .input-wrapper.cb-address input[type="checkbox"], .payment-type .input-wrapper input[type="checkbox"] {
    margin-top: 5px;
}

.input-wrapper.delivery-details label, .input-wrapper.cb-address label, .payment-type .input-wrapper label {
    margin-left: .5rem;
}

.payment-type .input-wrapper label {
    color: #4B95DF;
    font-weight: bold;
    font-size: 16px;
}

.input-group.card-number .input input[type="text"], .input-group.card-number .input input[type="tel"] {
    max-width: calc(25% - 9px);
    text-align: center;
}

.input-group.card-data .input input[type="text"], .input-group.card-data .input input[type="tel"] {
    max-width: calc(50% - 9px);
}

.input-wrapper.card-type .input select {
    max-width: 212px;
}


.input-wrapper.cvv-number {
    padding-left: .25rem;
    width: calc(50% - .25rem);
}


.input-group.exp-date .input input[type="text"] {
    max-width: 100px;
}


.account-form .label {
    width: 100%;
}

/*.checkout-question .error, third-party-question .error {
    background: #dfe4e8;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin-top: 0;
    padding: .5rem .875rem;
}*/

.account-form .small-text {
    color: #666666;
    font-size: 13px;
}

.account-form .input .billing-email {
    margin-bottom: 0;
    background: #dfe4e8;
}

.account-form .column, .payment-type-container .column, .ecard-form-inner {
    padding: 0 1rem;
}

.account-form .column two-col {
    flex: 1 calc(50% - 2rem);
}

/*Recipient details*/
.product-container {
    border: 3px solid #f2f4f8;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product {
    padding: 1rem 0 0;
}

.product-title {
    font-size: 18px;
    margin: 0;
}

.product-image-wrapper {
    position: absolute;
    margin-right: 1rem;
    width: 60px;
}

.product-description .input-wrapper {
    margin-top: .75rem;
}

.product-image {
    width: 100%;
    max-width: 60px;
}

.product-description {
    width: 100%;
}

.product-description-data {
    margin-left: 70px;
    font-size: 14px;
}

.order-summary {
    font-size: 15px;
    margin-bottom: 1.375rem;
}

.order-summary a {
    color: #fff;
}

.order-summary-heading {
    background-color: #4B95DF;
    border: 1px solid #4B95DF;
    color: #fff;
    display: flex;
    
    font-weight: bold;
    font-size: 1.125rem;
    margin-top: 1rem;
    padding: .625rem .875rem;
}

.order-summary .row {
    border: 1px solid #dde3ed;
    border-top: 0;
    padding: .625rem .875rem;
}

.order-summary .left {
    flex: 1 calc(85% - 1.75rem);
}

.order-summary .right {
    flex: 1 15%;
    text-align: right;
}

.accepted-payment {
    display: flex;
    align-items: center;
}

footer .accepted-payment {
    flex-flow: column;
}

.checkout .accepted-payment {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
}

.checkout .accepted-payment span {
    
    font-weight: bold;
    font-size: 15px;
    color: #4B95DF;
    margin-right: .5rem;
    margin-bottom: .25rem;
    margin-top: .5rem;
}

.checkout .accepted-payment img {
    max-width: 160px;
}

footer .accepted-payment {
    justify-content: center;
    margin-bottom: .75rem;
}

footer .accepted-payment img {
    max-width: 180px;
    margin-top: 6px;
}

/* New Codes */

.checkout .promo-code-body {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.70rem;
}

.checkout .promo-code-text {
    flex: none;
    margin-bottom: 0;
    align-self: center;
}

.checkout .promo-code-number-entry {
    min-width: 70%;
    border: 1px solid #bbbbbb !important;
    height: 35px;
}

.checkout .button-wrapper.bottom{
    margin: 1rem auto;
}

.checkout .home-carousel-img-link img {
    max-width: 170px;
    max-height: 170px;
    padding: 6px 0;
}

.cart__automatic-renewal {
    font-size:14px;
}

.cart__automatic-renewal strong {
    font-weight:500;
}

.checkout .button-wrapper.bottom, .checkout .accepted-payment, .button-wrapper.top {
    justify-content: center;
}

.quantity-text-mob {
    display: none;
}

@media (min-width: 500px) {
    .column {
        flex: 1;
    }
   
    .offers-tabs {
        padding: .625rem;
    }

    .offers-tabs div {
        border-radius: 2px !important;
    }

    .offers-tabs-text {
        display: inline-block;
        width: auto;
    }

    .offer-digital-inner {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .offer-digital-item {
        padding: .5rem;
        margin-bottom: 0;
    }

    .checkout .login-container, .checkout-container, .payment-type-container,  .change-pw-container, .password-container {
        max-width: 380px;
        padding: 1rem;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .payment-type .checkout-inner {
        padding: 1rem 0 0;
    }

    .account-form .column, .payment-type-container .column, .ecard-form-inner {
        padding: 0 1.25rem;
    }

    .payment-type-container, .order-sumary-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        margin-bottom: 1rem;
    }

    .order-sumary-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }


    .checkout .login-container, .change-pw-container, .checkout-container, .password-container {
        max-width: 400px;
        margin-bottom: 1rem;
    }

    .checkout-container.payment-type {
        margin-top: 2rem;
        margin-bottom: 2rem;
        max-width: 420px;
    }

    .account-form.card-details {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }

    .promo-code-body {
        flex-flow: row;
    }

    .promo-code-text {
        flex: 0 0 70%;
        max-width: 70%;
        align-self: center;
        text-align: center;
    }

    .promo-code-entry {
        flex: 0 0 70%;
        max-width: 70%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .checkout .button-wrapper.login {
        flex-wrap: nowrap;
        margin-bottom: 2.5rem;
    }

    .checkout .button-wrapper.login a{
        margin-bottom: 0;
    }

    .checkout .login input[type="submit"] {
        margin-top: .5rem;
    }

    .subscription-summary .header th, .purchase-summary .header th {
        font-size: 1rem;
        padding: .625rem .5rem;
    }

    .checkout .subscription-summary td, .purchase-summary tr td {
        font-size: .875rem;
        padding: .625rem .5rem;
    }

    footer .accepted-payment {
        flex-flow: row;
    }

    footer .accepted-payment img {
        max-width: 180px;
        margin-top: 0;
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .btn {
        padding: .375rem .75rem;
    }

    .cart-left {
        text-align: left;
        width: 290px;
    }

    .cart-right {
        width: calc(100% - 300px);
    }

    .checkout {
        padding: 2rem;
    }

    .publication .pub-right {
        width: calc(100% - 290px);
        margin-bottom: .875rem;
    }

    .education .pub-right {
        width: 100% !important;
    }

    .cart input[type="submit"], .cart button, .cart button.btn-checkout {
       
    }

    .table .buy-now input[type="submit"] {
        font-size: .825rem;
    }

    .order-summary .left {
        flex: 1 85%;
    }

    .order-summary .right {
        text-align: left;
    }

    .subscription-summary {
        font-size: 1rem;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .subscription-summary .header {
        font-size: 1.125rem;
    }

    .subscription-summary .header th {
        padding: .625rem .875rem;
    }

    .email-change {
        display: inline-block;
        margin-left: .5rem;
    }

    .input-wrapper {
        width: auto;
    }

    .promo-code {
        margin-top: 0;
    }

    .promo-code-body {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }

    .progress-bar {
        padding-top: 1rem;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 3rem;
    }

    .table .table-row {
        border-top: 0;
        padding: .5rem .875rem;
        margin:0;
        text-align: left;
    }

    .table .offers-tabs-text {
        display: inline-block;
        width: auto;
    }

    .table .offers-tabs {
        padding: .875rem .625rem;
    }

    .table .offers-tabs div, .offers-tabs div.selected {
        border-radius: 2px 2px;
    }
    .table .table-cell {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .pricing .table .table-cell:nth-of-type(1) {
        flex-basis: 10%;
        max-width: 10%;
        height: 36px;
    }

    .pricing .table .table-cell:nth-of-type(1), .pricing .table .table-cell:nth-of-type(2), .pricing .table .header .table-cell {
        font-size: 15px;
        height: auto;
        padding: 0;
    }

    .pricing .table .table-cell:nth-of-type(2) {
        display: inline-flex;
        flex-basis: 35%;
        max-width: 35%;
        text-align: center;
        justify-content: center;
    }

    .pricing .table .header .table-cell:last-of-type {
        align-items: center;
        justify-content: left;
    }

    .pricing .table .table-cell:last-of-type {
        position: relative;
        flex-basis: 15%;
        max-width: 15%;
        padding: .25rem 0;
        align-items: start;
        justify-content: flex-end;
        right: 0;
        top: 0;
    }

    .pricing .table .table-cell:nth-of-type(3) {
        flex-basis: 40%;
        max-width: calc(40% - 1rem);
        padding-right: 1rem;
    }

    #offer-os .table .table-cell:nth-of-type(3), #offer-digitalprint .table .table-cell:nth-of-type(3) {
        flex-basis: 45%;
        max-width: 45%;
    }

    .education #offer-os .table .table-cell:nth-of-type(3) {
        flex-basis: 60%;
        max-width: calc(60% - 1rem);
        padding-right: 1rem;
    }


    #offer-os .table .table-cell:nth-of-type(4), #offer-digitalprint .table .table-cell:nth-of-type(4) {
        flex-basis: 15%;
        max-width: calc(15% - 1rem);
        padding-left: 1rem;
        padding-right: 1rem;
        padding-right: 1rem;
        height: 36px;
    }

    .education #offer-os .table .table-cell:nth-of-type(4) {
        height: auto;
    }

    #offer-os .table .table-cell:last-of-type, #offer-digitalprint .table .table-cell:last-of-type {
        flex-basis: 15%;
        max-width: 15%;
    }

    .merch .table .table-cell:nth-of-type(1) {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }

    .merch .pricing .table .table-cell:nth-of-type(2) {
        flex-basis: 25% !important;
        max-width: 25% !important;
        padding-right: 0;
    }

    .merch .table .table-cell:nth-of-type(3) {
        flex-basis: 37% !important;
        max-width: calc(37% - 1rem) !important;
    }

    #offer-os .table .table-cell:last-of-type, #offer-digitalprint .table .table-cell:last-of-type {
        max-width: calc(15% - 1rem);
    }

    .table .title {
        font-size: 14px;
        width: 100%;
    }

    .cart .table {
        padding: 0;
        border-top: 0;
        width:100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .cart .table .table-row.header {
        border-top: 1px solid #dde3ed;
    }

    .cart .table .table-cell{
        justify-content: center;
    }

    .cart .table .table-cell:nth-of-type(1) {
        flex-basis: 9%;
        max-width: 9%;
        justify-content: left;
    }

     .cart .table .table-cell:nth-of-type(2) {
        flex-basis: 19%;
        max-width: 19%;
        justify-content: left;
    }

    .cart .table .table-cell:nth-of-type(3) {
        display: inline-flex;
        flex-basis: 10%;
        max-width: 10%;
        text-align: center;
        justify-content: center;
    }

    .cart .table .table-cell:nth-of-type(4) {
        flex-basis: 11%;
        max-width: 11%;
    }

    .cart .table .table-cell:nth-of-type(5) {
        flex-basis: 11%;
        max-width: 11%;
    }

    .cart .table .table-cell:nth-of-type(6) {
        flex-basis: 18%;
        max-width: 18%;
        text-align: center;
    }

    .cart .table .table-cell:nth-of-type(7) {
        flex-basis: 13%;
        max-width: 13%;
    }

    .cart .table .table-cell:last-of-type {
        position: relative;
        flex-basis: 9%;
        max-width: 9%;
        align-items: center;
        justify-content: center;
    }

    .table .table-row.footer {
        justify-content: right;
    }

    .table .table-row.footer .subtotal-wrapper {
        flex-basis: 25%;
        max-width: 25%;
    }

    .table .table-row.footer .amount {
        flex-basis: 10%;
        max-width: 10%;
    }

    .table .price, .merch .table .delivery {
        font-size: 15px;
    }

    .table .pricing .savings {
        color: #f97f66;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .table .details {
        font-size: 13px;
        padding-top: 0;
        width: 100%;
    }

    .table .subscription-offer-selection {
        display: flex;
        flex-flow: row wrap;
    }

    .table .offer-item {
        flex: 45%;
        margin: .125rem .25rem .25rem 0;
    }

    .table .buy-now {
        text-align: right;
    }

    .table .savings-mob {
        display: none;
    }

    .billing-content, .mydetails-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 570px;
    }

    .order-summary .table .table-cell {
        align-items: flex-start;
    }

    .order-sumary, .checkout.purchase-summary {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }

    .order-summary .table .table-cell:nth-of-type(1) {
        flex-basis: 30%;
        max-width: calc(30% - 1rem);
        padding-right: 1rem;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .order-summary .table .table-cell:nth-of-type(2) {
        flex-basis: 30%;
        max-width: 30%;
    }

    .order-summary .table .table-cell:nth-of-type(3) {
        flex-basis: 10%;
        max-width: calc(10% - 1rem);
        padding-left: 1rem;
    }

    .order-summary .table .table-cell:nth-of-type(4) {
        flex-basis: 15%;
        max-width: 15%;
    }


    .order-summary .table .table-cell:nth-of-type(5) {
        flex-basis: 15%;
        max-width: 15%;
    }

    .order-summary .body .table-cell strong {
       display: none;
    }

    .account-form {
        margin-top: .5rem;
    }

    .checkout .promo-code-body {
        flex-flow: row;
    }

    .checkout .promo-code-body {
        gap: 1rem;
    }

    .checkout .home-carousel-img-link img {
        max-width: 45px;
        max-height: 100%;
        padding: 6px;
    }

    .promo-code-text {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .promo-code-entry {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cart .table {
        width: 100%;
    }

    .checkout .button-wrapper.bottom, .checkout .accepted-payment, .button-wrapper.top {
        justify-content: flex-end;
        margin: 15px 0;
    }

    .table .table-row.footer .amount {
        text-align: right;
        line-height: 1.75;
        margin-top: 3px;
    }
    .table .table-row.footer .subtotal-wrapper {
        text-align:left;
    }

    .checkout {
        font-size: 14px;
    }

    .cart__automatic-renewal {
        font-size: 11px;
    }

    .cart .table .title {
        font-size: 13px;
    }

}

@media (min-width: 960px) {
   .main-content {
        margin-top: 0;
    }

    .row {
        flex-direction: row;
    }

    .intro {
        padding: 0 2rem;
    }

    .product-list h1, #product-list h1 {
        margin-bottom: 2.25rem;
    }

    .publication .pub-right {
        width: calc(100% - 300px);
    }

    .cart-left {
        width: 300px;
    }

    .billing-content, .mydetails-container {
        margin-bottom: 2rem;
    }

    .mydetails-container {
        max-width: 600px;
    }

    .account-form, .ecard-form {
        padding: 1.5rem .5rem;
    }

    .ecard-form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .account-form.registration {
        margin-left: auto;
        margin-right: auto;
    }
    .product-container {
        
    }

    .product-image {
        max-width: 90px;
    }

    .product-image-wrapper {
        position: relative;
        margin-bottom: 0;
        width: 90px;
    }

    .product-description {
        width: calc(100% - 90px - 1rem);
    }

    .product-description-data {
        margin-left: 0;
        font-size: 15px;
    }

    .product-description .input-wrapper {
        margin-top: 0;
    }

    .cart-content {
        margin-bottom: 2.5rem;
    }

    .promo-code-text {
        font-size: 1.125rem;
        align-self: center;
    }

    .pricing .table .table-cell:nth-of-type(2) {
        flex-basis: 25%;
        max-width: calc(25% - 1rem);
    }

    .pricing .table .table-cell:nth-of-type(3) {
        flex-basis: 50%;
        max-width: calc(50% - 1rem);
    }

    .offers-tab .tab-nz-mob {
        display: none;
    }

    .offers-tab .tab-nz-desktop {
        display: inline-block;
    }

    .table .title {
        font-size: 16px;
    }

    .table .details {
        font-size: 14px;
    }

    .checkout {
        font-size: 16px;
    }

    .checkout .home-carousel-img-link img {
        max-width: 65px;
        max-height: 100%;
        padding: 6px;
    }

    .cart .table .table-cell:nth-of-type(1) {
        flex-basis: 10%;
        max-width: 10%;
    }

    .cart__automatic-renewal {
        font-size: 14px;
    }

    .table .table-row.footer .subtotal-wrapper {
        flex-basis: 20%;
        max-width: 20%;
    }

    .cart .table .table-cell:last-of-type {
        flex-basis: 8%;
        max-width: 8%;
    }
    .cart .table .title {
        font-size: 16px;
    }
}

@media (min-width: 1120px) {
    .checkout, .reset {
        padding: 2rem 0 1.5rem;
    }

    .checkout .home-carousel-img-link img {
        max-width: 80px;
    }
}

@media (min-width: 1200px) {
    .promo-code {
        margin-top: .5rem;
    }
    .promo-code-entry {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .promo-code-text {
        flex: 0 0 36%;
        margin-right: 10px;
    }

    .pricing .table .table-cell:nth-of-type(2) {
        flex-basis: 15%;
        max-width: calc(15% - 1rem);
    }

    .pricing .table .table-cell:nth-of-type(3) {
        flex-basis: 62%;
        max-width: calc(62% - 1rem);
    }
}

@media (max-width: 767px) {
    .cart .table .table-row.header {
        display: none !important;
    }

    .cart .table {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .checkout .home-carousel-img-link img {
        max-width: 100%;
        max-height: 100%;
        padding: 6px 0;
    }

    .cart .table .table-cell:nth-of-type(5) {
        display: none;
    }

    .cart .table .table-cell:last-of-type {
        flex-basis: auto;
        max-width: none;
        position: absolute;
        right: 2%;
        top: 3%;
    }

    .cart .table .table-row {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 29% 71%;
        grid-row-gap: 0;
        grid-column-gap: 0.9rem;
        text-align: left;
        font-size: 15px;
    }

    .cart .table .table-row.footer {
        grid-template-columns: 50% 45%;
    }

    .cart .table .table-row.footer .amount,
    .cart .table .table-row.footer .subtotal-wrapper{
        max-width:100%;
    }

    .cart .table .table-cell:nth-of-type(1) {
        flex-basis: 100%;
        max-width: 100%;
        grid-column: 1;
        grid-row: 1 / span 5;
    }

    .cart .table .table-cell:nth-of-type(2) {
        flex-basis: 81%;
        max-width: 81%;
    }

    .cart .table .table-cell {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0.2rem 0;
        grid-column: 0;
        margin-bottom: -0.15rem;
    }

    .cart .table .table-cell .quantity{
        display:flex;
        margin-bottom: 5px;
    }

    .quantity-text-mob {
        display:block;
    }

    .cart .table .details {
        font-size: 14px;
        padding-top: .05em;
    }

    .cart .home-carousel-img-link {
        line-height: 1.3;
    }

    .cart input[type="text"].vsmall {
        margin: -3px 5px;
        width: 30px;
        height: 26px;
    }

    .cart .price-wrapper {
        display: flex;
        align-items: center;
    }

    .cart-price-separator {
        color: #4d4d4d;
        margin: 0 0.5rem;
    }

}

@media screen and (max-width: 375px) {
    .cart .table .details {
        font-size: 13px;
    }

    .cart .table .table-row {
        font-size: 14px;
    }

    .cart .table .table-cell {
        margin-bottom: -0.2rem;
    }

    .cart input[type="text"].vsmall {
        margin: -1px 5px;
        width: 28px;
        height: 22px;
    }

    .cart__automatic-renewal {
        font-size: 12px;
    }
}