.bigPay-none {
    display: none !important;
}

.bigPay-block {
    display: block !important;
}

.bigPay-main-form-holder {

}

.bigPay-form .bigpay-input-row {
    position: relative;
    margin-bottom: 30px;
}

.bigPay-form .bigpay-input-row input[type=number] {
    -moz-appearance: textfield;
}

.bigPay-form .bigpay-input-row input::-webkit-outer-spin-button,
.bigPay-form .bigpay-input-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bigPay-form .bigpayInputBoth {
    display: flex;
    flex-wrap: wrap;
}

.bigPay-form .bigpayInputBoth p {
    max-width: calc(100% / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
}

.bigPay-form .bigpayInputBoth p:first-child {
    padding-left: 5px;
}

.bigPay-form .bigpayInputBoth p:last-child {
    padding-right: 5px;
}

.bigPay-form .bigpay-input-row #act-bigpay-coupon {
    position: absolute;
    bottom: 4px;
    left: 4px;
    padding: 10px 22px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none !important;
}

.bigPay-form .bigpay-input-row #act-bigpay-coupon.load {
    color: transparent !important;
}

.bigPay-form .bigpay-input-row #act-bigpay-coupon.load:before {
    opacity: 1;
    animation: esp-rotate 450ms infinite linear;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.bigPay-form .bigpay-input-row label {
    display: block;
}

.bigPay-form .bigpay-input-row input {
    display: block;
    outline: none !important;
    padding: 10px;
    border-radius: 5px;
    line-height: initial;
    width: 100%;
    color: #555E7B;
    border: 1px solid #B0BBDC;
}

.bigPay-form .bigpay-input-row input.type_code_meli {
    direction: ltr;
}

.bigPay-form .bigpay-input-row .select2-container {
    width: 100% !important;
}

.bigPay-form .bigpay-input-row .select2-container .select2-selection--single {
    height: auto !important;
}

.bigPay-form .bigpay-input-row .select2-container--default .select2-selection--single {
    border-color: #B0BBDC;
}

.bigPay-form .bigpay-input-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.bigPay-form .bigpay-input-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    left: 7px;
    height: auto;
}

.bigPay-form .bigpay-btn-holder .bigpay-btn-submit {
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
    color: #fff;
    background: #0047FF;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: initial;
    font-size: 17px;
    outline: none !important;
    box-shadow: none !important;
}

.bigpay-price-box {
    /*margin-top: 33px;*/
    /*text-align: center;*/
}

.bigpay-price-box .woocommerce-Price-amount {
    font-size: 20px;
}

.bigpay-price-box ins {
    text-decoration: none !important;
    margin-right: 10px;
}

.bigpay-price-box .woocommerce-Price-currencySymbol {
    font-size: 13px;
}

.bigpay-price-box del {
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.bigpay-price-box del .woocommerce-Price-amount {
    font-size: 16px;
}

.bigpay-price-box del:before {
    content: ' ';
    width: 100%;
    position: absolute;
    top: 16px;
    right: 0;
    height: 1px;
    background: #34373c;
    transform: rotate(354deg);
}

.bsPay-title-fail-danger {
    font-size: 18px;
    color: #d41918;
    font-weight: 500;
    text-align: center;
}

.bsPay-title-fail {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.bigPay-thanks-pay-holder {
    margin: 25px 0;
}

.bigPay-thanks-pay-holder img {
    display: block;
    margin: 0 auto 30px auto !important;
    border-radius: 10px !important;
}

.bigPay-thanks-pay-holder .bigPay-thanks-pay--ok {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.bigPay-thanks-pay-holder .bigPay-thanks-pay--txt {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    font-weight: 500;
    color: #28a745 !important;
}

.bigPay-thanks-pay-holder .bigPay-thanks-pay--number {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.bigPay-main-form-top {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 20px;
}

.bigPay-main-form-top .bigPay-main-form-product--img {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.bigPay-main-form-top .bigPay-main-form-product--img img {
    border-radius: 15px !important;
    width: 100%;
}

.bigPay-main-form-top .bigPay-main-form-product--info {
    margin-right: 20px;
}

.bigPay-main-form-top .bigPay-main-form-product--info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px;
    color: #000000;
}

.bigPay-main-form-product--info .bigPay-main-form-product--desc {
    font-size: 15px;
    margin-bottom: 20px;
}

.big-fail-message-pay .img-fail-message-pay {
    display: block;
    border-radius: 15px;
    margin: auto auto 20px auto;
}

@media (max-width: 576px) {
    .bigPay-main-form-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bigPay-main-form-top .bigPay-main-form-product--img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bigPay-main-form-top .bigPay-main-form-product--info {
        margin: 25px 0 0 0;
    }
}

/* Start Bundle */
.bigPay-bundle-products {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.bigPay-bundle-products .bigPay-bundle-products-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-bottom: 17px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--name h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--price .woocommerce-Price-amount {
    font-size: 20px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--price ins {
    text-decoration: none !important;
    margin-right: 10px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--price .woocommerce-Price-currencySymbol {
    font-size: 13px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--price del {
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--price del .woocommerce-Price-amount {
    font-size: 16px;
}

.bigPay-bundle-products .bigPay-bundle-products-item .bigPay-bundle-products--price del:before {
    content: ' ';
    width: 100%;
    position: absolute;
    top: 11px;
    right: 0;
    height: 1px;
    background: #34373c;
    transform: rotate(354deg);
}

.bigpay-btn-holder {
    position: relative;
}

.big-loading-run .big-loading-es {
    opacity: 1;
    z-index: 55;
}

.big-loading-run .big-verify-code-again {
    color: transparent !important;
    text-indent: -111px;
}

.big-loading-run .big-verify-submit {
    color: transparent !important;
    text-indent: -111px;
}

.big-loading-run.bigPay-form .bigpay-btn-holder .bigpay-btn-submit {
    color: transparent !important;
    text-indent: -111px;
}

.big-loading-es {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: -5;
}

.big-lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 55px;
    margin: auto;
}

.big-lds-ellipsis div {
    position: absolute;
    top: 22px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.big-lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: big-lds-ellipsis1 0.6s infinite;
}

.big-lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: big-lds-ellipsis2 0.6s infinite;
}

.big-lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: big-lds-ellipsis2 0.6s infinite;
}

.big-lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: big-lds-ellipsis3 0.6s infinite;
}

@keyframes big-lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes big-lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes big-lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.big-verify-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: -11px;
}

.big-verify-head span {
    font-size: 15px;
    margin: auto 0;
    font-weight: 500;
}

.big-verify-head #big-otp-phone-verify {
    font-size: 16px;
}

.bigPay-form .big-verify-code-again {
    display: none;
    width: 100%;
    border: none;
    padding: 15px;
    color: #fff;
    background: #0047FF;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: initial;
    font-size: 17px;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 25px;
}

.big-verify-expire-holder {
    font-size: 14px;
    margin: 8px 5px 10px 0;
}

#big-verify-checked--code {
    display: block;
    outline: none !important;
    padding: 10px;
    border-radius: 5px;
    line-height: initial;
    width: 100%;
    color: #555E7B;
    border: 1px solid #B0BBDC;
    text-align: center;
    letter-spacing: 10px;
}

.esyCodeVerify {
    display: flex;
    direction: ltr;
    justify-content: center;
    margin-bottom: 15px;
}

.esyCodeVerify input {
    height: 48px;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    margin: auto 5px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    outline: none !important;
    border: 1px solid #80868a;
    box-shadow: none !important;
}

.bigPay-form .big-verify-submit {
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
    color: #fff;
    background: #0047FF;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: initial;
    font-size: 17px;
    outline: none !important;
    box-shadow: none !important;
}

#big-form-verify-holder .big-verify-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#big-form-verify-holder .big-verify-footer .easyChangePhone {
    cursor: pointer;
    margin: 8px 5px 10px 0;
}

#big-form-verify-holder .big-verify-footer .big-verify-code-again {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.easy-spot-holder {
    display: flex;
    flex-wrap: wrap;
}

.easy-spot-holder input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    padding: 15px;
    font-size: 15px;
    max-width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 12px 12px 0;
    background: #fafafa !important;
    border-top: 1px solid #6611dd;
    border-right: 1px solid #6611dd;
    border-bottom: 1px solid #6611dd;
    border-left: none;
    border-color: #6611dd !important;
}

.easy-spot-holder span {
    color: #fff;
    width: 120px;
    cursor: pointer;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    background: #6611dd;
    line-height: inherit;
    display: inline-block;
    border-radius: 12px 0 0 12px;
}

.easy-spot-holder .sp_title {
    flex: 0 0 100%;
    font-size: 16px;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 20px;
}

.easy-spot-holder .sp_title b {
    top: 1px;
    color: #61d;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    font-family: spfont, sans-serif;
}

.easy-spotDownload {
    margin-bottom: 22px;
}

.easy-spotDownload #sp_players .sp_title {
    font-size: 16px;
    margin-bottom: 18px;
}

.easy-spotDownload #sp_players .sp_title b {
    top: 1px;
    color: #61d;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    font-family: spfont, sans-serif;
}

@keyframes esp-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.easySellPro-rowAttributes {
    display: flex;
    margin-bottom: 22px;
    justify-content: space-between;
}

.easySellPro-rowAttributes .esyPro-attName {
    margin: auto 0;
}

.easySellPro-rowAttributes .reset_variations {
    z-index: 2;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 15px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    visibility: visible;
    display: inline-block;
    background: #9e9e9e29;
}

.easySellPro-woocommerce-variation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between;
}

.easySellPro-woocommerce-variation .woocommerce-variation-description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.easySellPro-woocommerce-variation .woocommerce-variation-price {
    margin: auto 0;
}

.easySellPro-woocommerce-variation .woocommerce-variation-price .price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 400;
}

.easySellPro-woocommerce-variation .woocommerce-variation-price .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.easySellPro-woocommerce-variation .woocommerce-variation-availability p {
    margin: auto 0;
    font-size: 14px;
    border-radius: 5px;
    line-height: normal;
    padding: 3px 15px 5px;
    background: #9e9e9e29;
}

.easySellPro-woocommerce-variation .woocommerce-variation-availability p.out-of-stock {
    color: #fe0000;
    background: #fe000024;
}

/*Start Style Temp Cart Download*/
.esCart-download .easySell-mini-cart li {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.easySellCart-Inner .esCart-download .easySell-mini-cart li a.remove {
    top: 10px;
    left: 10px;
}

.easySellCart-Inner .esCart-download .easySellCart-CheckoutFields .easySellCart-FieldsInner > p > label {
    display: none;
}

.easySellCart-Inner .esCart-download .easySellPro-cartHolder .easySellCart-footer {
    margin: 15px 0 22px 0;
}

.easySellCart-Inner .esCart-download .easySellPro-cartHolder .easySellCart-footer .easySell-totalPrice {
    margin: auto 0;
}

.easySellCart-Inner .esCart-download .easySellPro-cartHolder .easySellCart-footer .easySell-totalPrice strong {
    font-size: 16px;
}

.easySellCart-Inner .esCart-download .easySellPro-cartHolder .easySellCart-footer .easySell-totalPrice .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
}

.easySellCart-Inner .esCart-download .easySellPro-cartHolder .easySellCart-couponHolder {
    padding: 5px 6px;
    border-radius: 9px;
}

.easySellCart-Inner .esCart-download .easySellPro-cartHolder .easySellCart-footer .easySellCart-couponHolder button {
    border-radius: 7px;
}

.easySellCart-Inner .esCart-download .easySellCart-couponHolder .easySellCouponCode {
    padding: 8px 18px 6px;
}

.easySellCart-Inner .esCart-download .woocommerce-checkout-payment .wc_payment_methods {
    display: none;
}

body .easySellPro-back-in-stock-wrap .easySellPro-back-in-stock-button {
    color: #fff;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    text-shadow: none;
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    background: #ED2464;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

body .easySellPro-back-in-stock-wrap .easySellPro-back-in-stock-button i {
    top: 3px;
    font-size: 17px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}