.bigPay-main-form-holder {

}

.bigPay-form .bigpay-input-row {
    margin-bottom: 30px;
}


.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-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 {
    border-radius: 10px !important;
    margin-bottom: 30px !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.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;
}

.bigBuyCourse {
    display: block;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #8ed557;
}

@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);
    }
}
