html, body {
    margin: 0;
    padding: 0
}

#app {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/*loader*/
.imgloader-wrapper-inline {
    float: left;
    position: relative
}

.imgloader-wrapper-inline-small {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
}

.imgloader-wrapper-inline-text {
    float: left;
    margin-left: 7px
}

.imgloader {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .imgloader:before {
        content: "";
        text-indent: -9999em;
        border-top: 3px solid rgba(255,255,255,0.3);
        border-right: 3px solid rgba(255,255,255,0.3);
        border-bottom: 3px solid rgba(255,255,255,0.3);
        border-left: 3px solid rgb(255,255,255);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -30px;
        margin-left: -30px;
    }

    .imgloader:before,
    .imgloader:after {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        content: "";
    }

    .imgloader span {
        /*
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -43px;
        margin-top: 40px;*/
        margin-top: 120px;
        color: #fff;
        font-size: 18px;
        width: 100%;
        text-align: center;
        position: absolute;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadercommonstyle .imgloader:before {
    border-top: 3px solid rgba(255,91,96,0.3);
    border-right: 3px solid rgba(255,91,96,0.3);
    border-bottom: 3px solid rgba(255,91,96,0.3);
    border-left: 3px solid rgb(255,91,96);
}

.loadercommonstyle .imgloader {
    background: rgba(255,255,255,0.8);
}

.imgloader.blackcolor:before {
    border-top: 3px solid rgba(0,0,0,0.3);
    border-right: 3px solid rgba(0,0,0,0.3);
    border-bottom: 3px solid rgba(0,0,0,0.3);
    border-left: 3px solid rgb(0,0,0);
}

.imgloader.blackcolor span {
    color: #282828
}

.imgloader.blackcolor {
    background: rgba(255,255,255,0.6);
}

.imgloader.smallloader:before,
.imgloader.smallloader:after {
    width: 20px;
    height: 20px;
}

.imgloader.smallloader:before {
    margin-top: -10px;
    margin-left: -10px;
}

/*endloader*/

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.text-white {
    color: white
}

.width50percent {
    width: 50%
}

.width100percent {
    width: 100%
}

.fontbold {
    font-weight: bold
}

.font400 {
    font-weight: 400
}

.font500 {
    font-weight: 500
}

.fontsize16 {
    font-size: 16px
}

.fontsize18 {
    font-size: 18px
}

.fontsize20 {
    font-size: 20px
}

.fontsize22 {
    font-size: 20px
}

.fontsize24 {
    font-size: 24px
}

.fontsize26 {
    font-size: 26px
}

.top0 {
    top: 0px
}

.top10 {
    top: 10px
}

.top20 {
    top: 20px
}

.paddingtop5 {
    padding-top: 5px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop15 {
    padding-top: 15px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop30 {
    padding-top: 20px;
}

.paddingtop40 {
    padding-top: 20px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingtopbot55 {
    padding-top: 5px;
    padding-bottom: 5px
}

.paddingtopbot1010 {
    padding-top: 10px;
    padding-bottom: 10px
}

.paddingleftright55 {
    padding-left: 5px;
    padding-right: 5px
}

.paddingleftright1010 {
    padding-left: 10px;
    padding-right: 10px
}

.breakword {
    word-break: break-word
}

.btn-main {
    background: rgb(0, 116, 212)
}

.marginauto {
    margin: 0 auto
}


.price-table {
    width: 100%;
    max-width: 880px;
    margin: 16px auto;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    font: 14px/1.5 system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    background: #fff;
}

.price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 16px 20px;
    border-top: 1px solid #f0f2f5
}

    .price-row:first-child {
        border-top: 0
    }

    .price-row.header {
        background: #f8fafc;
        font-weight: 600;
        color: #111827
    }

.price {
    font-weight: 700
}

    .price.right {
        display: flex;
        align-items: center;
        gap: 12px
    }

.price-line {
    min-width: 64px;
    text-align: right
}

.reduced {
    display: block;
    color: #6b7280;
    font-weight: 400;
    font-size: 13px;
    margin-top: 2px
}

.buy-btn {
    padding: 8px 14px;
    border: 1px solid #111827;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s ease;
}

    .buy-btn[disabled] {
        opacity: .6;
        cursor: not-allowed
    }

.error {
    color: #b91c1c;
    padding: 8px 16px;
    font-weight: 600
}

#purchaseContainer{
    max-width:700px
}

@media (max-width:560px) {
    .price-row {
        grid-template-columns: 1fr
    }

    .price.right {
        justify-content: space-between
    }
}
