.paywall-modal {
    position: relative;
    margin: 20px auto;
    margin-top: 0px;
    flex: 1 1 0;
    padding: 32px 25px;
    padding-top: 10px;
    /* background: #fff; */
    border-radius: 10px;
    /* border-top: 4px #ff4e36 solid; */
    /* justify-content: flex-start; */
    /* gap: 32px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
    font-size: 14px;
    /* max-width: 500px; */
    width: 100%;
    clear: both;
}

.plus-paywall-payment>* {
    position: relative;
    z-index: 2;
}

.plus-paywall-payment::before {
    background-color: #f2eae8;
    bottom: 0;
    content: "";
    left: -10000px;
    position: absolute;
    right: -10000px;
    top: 0;
}

.plus-paywall-payment::after {
    background-image: linear-gradient(to top, #f2eae8 0, #0000 100%);
    bottom: 100%;
    content: "";
    height: 150px;
    left: -10000px;
    position: absolute;
    right: -10000px;
}

.paywall-modal.minimal {
    border-top: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .paywall-modal {
        width: 100%;
    }

    .plus-paywall-payment::before {
        left: -16px;
        right: -16px;
    }

     .plus-paywall-payment::after {
        left: -16px;
        right: -16px;
     }
}

.paywall-modal h6, .paywall-flow-choose-plan-2 h6 {
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}

.paywall-modal .form-control {
    border: 1px solid #949494;
    border-radius: 10px;
    height: 55px;
    font-size: 16px;
    overflow: hidden;
}

.paywall-modal input[type='text'] {
    background: none!important;
}

.paywall-modal .form-control .input-icon {
    border-radius: 7px;
    background-color: #e8e8e8;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 22px;
    margin-right: 7px;
}

.paywall-modal .checkbox-label {
    text-transform: none;
    color: #b8b8b8;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.paywall-modal .checkbox-label input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.paywall-modal .checkbox-label div {
    flex-basis: 100%;
}

.paywall-modal .button {
    text-decoration: none;
    padding: 14px 22px;
    background: #ff4e36;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    min-width: 60%;
}

.paywall-modal .block {
    display: block;
}

.paywall-modal .button span {
    font-size: 30px;
    line-height: 20px;
    margin-top: -5px;
}

.paywall-modal .paywall-prices {
    position: relative;
    background: url("/assets/plus/plus_paywall_bg_2.png") center no-repeat;
    background-size: cover;
    width: 120%;
    max-width: 400px;
    height: 770px;
    margin-top: -45px;
}

.paywall-modal .toggle-switch {
    position: relative;
    box-shadow: inset 0 2px 4px #dddddd;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 4px;
    display: flex;
}

.paywall-modal .toggle-switch a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.paywall-modal .toggle-switch a.active {
    color: #fff;
    background-color: #ff4e36;
    border-radius: 20px;
}

.paywall-modal .toggle-switch .slogan {
    position: absolute;
    width: 121px;
    height: 55px;
    top: -27px;
    right: -131px;
}

@media (max-width: 768px) {
    .paywall-modal .toggle-switch .slogan {
        width: 80px;
        height: 36px;
        right: -87px;
        top: -13px;
    }
}

.paywall-modal .paywall-prices .paywall-prices-price {
    position: absolute;
    width: 100%;
    top: 220px;
    font-size: 25px;
    font-weight: 700;
}

.paywall-modal .paywall-prices .paywall-prices-price div {
    position: relative;
    font-size: 16px;
    color: #ff0000;
}
.paywall-modal .paywall-prices .paywall-prices-price div::after {
    content: "";
    background: url("/assets/plus/plus_stripe.png") center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
}

@media (max-width: 768px) {
    .paywall-modal .paywall-prices .paywall-prices-price {
        top: 222px;
    }
}

.paywall-modal .paywall-prices .paywall-prices-footer {
    position: absolute;
    width: 100%;
    padding: 0 60px;
    bottom: 50px;
}

.paywall-flow-choose-plan-2 .paywall-prices-alt {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.paywall-flow-choose-plan-2 .paywall-prices-alt small {
    font-size: 20px;
    font-weight: 700;
}

.paywall-flow-choose-plan-2 .paywall-prices-alt div {
    position: relative;
    font-size: 16px;
    color: #ff0000;
}
.paywall-flow-choose-plan-2 .paywall-prices-alt div::after {
    content: "";
    background: url("/assets/plus/plus_stripe.png") center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
}

.paywall-flow-choose-plan-2 .button {
    min-width: 300px;
    text-transform: uppercase;
}

.paywall-flow-choose-plan-2 .text-link {
    text-decoration: underline;
}

.paywall-flow-choose-plan-2 .paywall-price-h {
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    flex-direction: column;
    display: flex;
}

.paywall-flow-choose-plan-2 .paywall-price-h, .paywall-price-i {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.paywall-flow-choose-plan-2 .paywall-price-h, .paywall-price-i img {
    flex-shrink: 0;
}
.paywall-flow-choose-plan-2 .spacer {
    align-self: stretch;
    height: 1px;
    background: #e0e6e9;
}
.paywall-flow-choose-plan-2 .disclaimer {
    font-size: 16px;
    font-weight: 500;
}

.paywall-flow-choose-plan-2.hidden {
    display: none !important;
}

.paywall-modal figcaption {
    display: none;
}

.paywall-modal .singlepic {
    margin: 0;
}

.paywall {
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
}


.cards {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cards img {
    width: auto;
    height: 20px;
}

.sub-items {
    margin-top: 1rem;
    list-style-type: none;
}

.sub-items li {
    font-size: 16px;
}

.info-txt {
    font-size: 16px;
}

.paywall-price-a {
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: inline-flex;
    width:100%;
}

@media (max-width: 768px) {
    .paywall-price-a {
        flex-direction: column;
    }
}

.paywall-price-b, .paywall-price-c {
    flex-direction: column;
    align-items: center
}

.paywall-price-b {
    position: relative;
    flex: 1 1 0;
    padding: 32px 25px;
    background: #fff;
    border-radius: 10px;
    border-top: 4px #ff4e36 solid;
    justify-content: flex-start;
    gap: 20px;
    display: inline-flex;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.paywall-price-c {
    align-self: stretch;
    height: 105px;
    justify-content: center;
    display: flex
}

.paywall-price-d, .paywall-price-e, .paywall-price-f, .paywall-price-g {
    text-align: center;
    color: #1a1a1a;
    font-family: IBM Plex Sans, sans-serif;
    word-wrap: break-word
}

.paywall-price-d {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px
}

.paywall-price-e, .paywall-price-f, .paywall-price-g {
    font-size: 32px;
    font-weight: 700
}

.paywall-price-f, .paywall-price-g {
    align-self: stretch;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
}

.paywall-price-g, a.paywall-price-g:hover {
    text-decoration: none;
    padding: 8px 20px;
    background: #ff4e36;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px
}

.paywall-price-h, .paywall-price-i {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.paywall-price-h {
    text-align: left;
    flex-direction: column;
    display: flex
}

.paywall-price-i {
    display: inline-flex
}

.paywall-price-j {
    flex: 1 1 0;
    color: #1a1a1a;
    font-size: 15px;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 400;
    line-height: 17px;
    word-wrap: break-word
}

.paywall-price-o {
    align-self: stretch;
    height: 1px;
    background: #e0e6e9
}

.paywall-price-p {
    align-self: stretch;
    text-align: center;
    color: #1a1a1a;
    font-size: 15px;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 600;
    line-height: 17px;
    word-wrap: break-word
}

@media (min-width: 768px) {
    .paywall-price-p.popular {
        padding-bottom: 70px;
    }
}

.paywall-price-q {
    position: absolute;
    top: -15px;
    padding: 3px 10px;
    background: #1a1a1a;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex
}

.paywall-price-q--yellow {
    background: #e9cd00;
}

.paywall-price-q--yellow .paywall-price-r {
    color: #000000;
}

.paywall-price-r {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

.paywall-price-a--offer2 .paywall-price-b {
    border-top: none;
    padding: 0 0 0 0;
    box-shadow: none;
    background: none;
}

.paywall-price-a--offer2 .paywall-price-button {
    position: absolute;
    bottom: 14%;
}

.paywall-price-a--offer2 img {
    max-width: 100%;
}

.new-product-extra {
    /* background: red; */
    background: url("/assets/gaiss/red-grad-bg.jpg") no-repeat;
    background-size: cover;
    color: #ffffff;
    position: absolute;
    left: -15px;
    right: -15px;
    /* height: 120px; */
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 5px; */
    /* justify-content: space-between; */
    text-align: center;
}

.new-product-extra > div {
    /* padding: 0 10px; */
    font-weight: 700;
}

.new-product-extra > div i {
    font-weight: 300;
}

.new-product-extra::after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 15px solid #af1903;
    clear: both;
}

.new-product-extra::before{
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #af1903;
    clear: both;
}

.new-product-extra a {
    color: #ffffff;
}

.new-product-extra a:hover {
    text-decoration: none;
}

.paywall-price-f--striked {
    position: relative;
    font-size: 20px;
}

.paywall-price-f--striked::after {
    /* content: "";
    background: url("/assets/plus/plus_stripe.png") center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0; */

    content: "";
    background: url("/assets/plus/plus_stripe.png") center no-repeat;
    width: 30%;
    height: 74%;
    position: absolute;
    left: 34%;
    top: 17%;
}

.go3-logo {
    width: 50px;
    margin-left: 5px;
}

@media (max-width: 761px) {
    .superatlaide-container .paywall-price-a {
        display: flex;
        flex-direction: column;
    }

    .paywall-price-a .paywall-price-b:nth-child(2) {
        order: 1
    }

    .paywall-price-a .paywall-price-b:first-child {
        order: 2;
    }

    .paywall-price-a .paywall-price-b:last-child {
        order: 3;
    }
}