.new_wrapper {
    background: linear-gradient(0deg, rgba(229,202,191,1) 0%, rgba(209,163,165,1) 24%, rgba(130,174,179,1) 100%, rgba(69,152,180,1) 100%);
}
.new_wrapper:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,0.5) 0%, rgba(0, 0, 0, 0.15) 51.1%, rgba(0,0,0,0) 100%);
}

.order-summary-title{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    margin-bottom: 16px;
}
.order-summery-payment-block{
    height: 440px;
    width: 540px;
    background-color: rgba(21,73,179,0.5);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
    margin-top: 120px;
    margin-right: 60px;
    padding: 30px;
}
.order-summery-payment-block.gift {
    height: 350px;
}

.order-summary-border{
    height: 1px;
    /*width: 480px;*/
    background-color: #FFFFFF;
}

.payment-subscription-block{
    padding: 30px 0;
}

.payment-subscription-left-section{
    width: 75%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.payment-subscription-right-section{
    width: 20%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.payment-subscription-duration{
    width: 100%;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
}

.payment-subscription-recurring-type{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
}

.payment-subscription-amount{
    color: #9BF367;
    font-family: 'Open Sans', sans-serif;;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: right;
}

.payment-subscription-total-usd{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}


.payment-subscription-all-amount{
    width: 50%;
    text-align: left;
    display: inline;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.payment-subscription-change-subscription{
    text-align: right;
    float: right;
    display: inline;
    color: #9BF367;
    font-family: 'Open Sans', sans-serif;;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    transition: transform .5s;
    text-transform: uppercase;

}

.payment-subscription-change-subscription:hover , .payment-subscription-cancel-renews-anytime:hover{
    transform: scale(1.2);
    color: #9BF367;
}

.payment-subscription-description{
    padding: 30px 0;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    width: 350px;
}

.payment-subscription-about-automatically-renews{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.payment-subscription-cancel-renews-anytime{
    color: #9BF367;
    font-family: 'Open Sans', sans-serif;;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    transition: transform .5s;

}

@media (max-width: 683px) {
    .order-summery-payment-block{
        width: 90%;
        margin: auto;
        margin-top: 30px;

    }

    .payment-block-wrapper{
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .order-summery-payment-block{
        height: 314px;
        border-radius: 8px;
        background-color: rgba(21,73,179,0.5);
        margin: auto;
    }

    .order-summary-title{
        /*height: 24px;*/
        /*width: 275px;*/
        font-size: 18px;
        line-height: 24px;
    }

    .order-summary-border{
        /*width: 275px;*/
        margin: auto;
    }

    .payment-subscription-description{
        height: auto;
        max-width: 275px;
        width: 100%;
        font-size: 13px;
        line-height: 18px;
        padding: 15px 0 0;
    }

    .payment-subscription-about-automatically-renews{
        /*height: 45px;*/
        /*width: 275px;*/
        color: #FFFFFF;
        font-size: 11px;
        font-weight: 600;
        /*line-height: 15px;*/
    }

    .payment-subscription-duration{
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        max-width: 85%;
    }

    .payment-subscription-recurring-type{
        font-size: 11px;
        font-weight: 600;
        line-height: 18px;
    }

    .payment-subscription-amount{
        font-size: 18px;
        line-height: 24px;
    }

    .payment-subscription-total-usd{
        height: 18px;
        width: 130px;
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
    }

    .payment-subscription-block{
        padding: 15px 0;
    }

    .payment-subscription-change-subscription{
        font-size: 11px;
        line-height: 15px;
    }

    .payment-subscription-about-automatically-renews{
        /*height: 45px;*/
        /*width: 275px;*/
        font-size: 11px;
        font-weight: 600;
        line-height: 15px;
        padding-top: 15px;
    }
}