.payment-success-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.popup-back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.popup-wr {
    background: #fff;
    width: 400px;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    min-height: 500px;
    box-shadow: 0px 0px 6px #888;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 80px 60px 60px;
    align-items: center;
}

.pop-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
}

.pcb {
    cursor: pointer;
}

.popup-wr button {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    outline: 0;
    border-radius: 50px;
    padding: 16px 32px;
    font-size: 18px;
    color: #fff;
    transition: box-shadow 0.25s;
    transition-timing-function: ease-in;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#41cdc6), to(#7b7de8));
}

.psp-title {
    color: #7ed39c !important;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.psp-desc {
    text-align: center;
    color: #555;
}

.ppopup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 0px;
    transition: left .5s;
}

.payment-confirm-popup .popup-wr {
    padding: 0px 0px 30px;
    min-height: initial;
}

.cp-header .psp-title {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.cp-header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-size: 24px;
}

.cp-product {
    padding: 20px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp-product-title-in {
    font-weight: 500;
}

.cp-product-desc {
    color: #aaa;
    font-size: 14px;
    margin-top: 5px;
}

.cp-price {
    color: #7ed39c;
    font-weight: 500;
}

.cp-payment {
    padding: 20px 0px;
    width: calc(100% - 50px);
    margin: 0px 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cp-subtitle {
    text-transform: uppercase;
    color: #aaa;
    font-size: 15px;
}

.cp-cardinfo {
    text-transform: capitalize;
    margin-top: 5px;
    font-size: 15px;
}

.cp-billing>div {
    font-size: 13px;
    margin-bottom: 5px;
}

.cp-billing>div::first-letter {
    text-transform: uppercase;
}

.cp-billing {
    padding: 20px 25px;
    width: 100%;
}

.cp-billing .cp-subtitle {
    font-size: 15px;
}

.payment-confirm-popup button {
    max-width: initial;
    width: calc(100% - 50px);
    margin-bottom: 30px;
    margin-top: 10px;
}

.cp-terms {
    padding: 0px 25px;
    font-size: 13px;
    color: #aaa;
}

.cp-terms a {
    color: #7ed39c !important;
}

.menu-visible .ppopup {
    left: 250px;
}

@media (min-width: 800px) {
    .ppopup {
        left: 35px;
        top: 0px;
    }
    .menu-visible .ppopup {
        left: 135px;
    }
}

.share-popup .psp-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.share-popup .popup-wr {
    min-height: initial !important;
    width: 300px;
    padding: 40px 15px 15px;
}

.share-popup .pop-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}

.share-bth {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    width: 45px;
    height: 45px;
    padding: 0;
    box-shadow: 1px 1px 3px #777;
}

.share-btn-2 {
    background: transparent;
    color: #7ed39c;
    border: 1px solid #7ed39c;
    font-size: 16px;
    width: 300px;
    padding: 12px 20px;
}

.share-bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.share-b-in {
    margin-top: 10px;
}

@media (max-width: 620px) {
    .share-bottom {
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
}

.swap-btn {
    bottom: 75px !important;
}

.sw-wr {
    height: 100%;
    overflow: auto;
    padding: 2px 6px;
}

.sw-wr .pn-wr {
    margin-bottom: 8px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
    cursor: pointer;
}

.swap-popup .popup-wr {
    padding: 45px 15px;
}

.swr-check img,
.swr-check .swr-loader {
    display: none;
}

.swr-check {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #f5f5f5;
    margin-left: 10px;
}

.swr-loader {
    border: 5px solid #dffff0;
    border-top: 5px solid #389a6b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

.sw-wr .pn-wr.loading .swr-check,
.sw-wr .pn-wr.done .swr-check {
    border-color: transparent;
}

.sw-wr .disabled {
    pointer-events: none;
    cursor: initial;
}

.sw-wr .pn-wr.loading .swr-loader {
    display: block;
}

.sw-wr .pn-wr.done img {
    display: block;
}

.sw-wr .pn-wr.done .swr-check {
    background-image: -webkit-gradient(linear, left top, right top, from(#41cdc6), to(#7b7de8));
    background-image: -o-linear-gradient(left, #41cdc6, #7b7de8);
    background-image: linear-gradient(to right, #41cdc6, #7b7de8);
}

.sw-wr .pn-title {
    font-size: 15px;
}

.swap-popup .psp-title {
    font-size: 20px;
    margin-top: -15px;
    width: calc(100% - 10px);
    margin-left: 5px;
    padding: 0px 40px 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.swap-popup .pn-wr-thumb {
    height: 80px;
    width: 80px;
    margin-left: 5px;
}

.swap-popup .psp-in {
    height: calc(100% - 30px);
}

.swap-popup .popup-wr {
    max-height: 80%;
    height: 100%;
}

@media (min-width: 801px) {
    .popup-wr {
        top: calc(50% + 30px);
    }
}

@media (max-width: 800px) {
    .swap-popup .popup-wr {
        max-height: calc(100% - 85px);
        height: 100%;
    }
}