/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*common*/.woocommerce-checkout #payment ul.payment_methods li
.btn-theme-gradient{
	background:linear-gradient(to right, #13477C,#3A75DC,#EA1089);
	 -webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

/* App screenshots: neighboring slides rotate into the center. */
.elementor-element-6527cad { overflow: hidden; }
.elementor-element-6880c7e.screens-slider {
    width: 72% !important;
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    isolation: isolate;
    overflow: visible !important;
}
.elementor-element-6880c7e.screens-slider .e-n-carousel {
    overflow: visible !important;
}
.elementor-element-6880c7e.screens-slider .swiper-slide {
    transform: scale(0.72) !important;
    bottom: auto !important;
    opacity: 0 !important;
    z-index: 0 !important;
    transition: transform 500ms ease, opacity 500ms ease;
}
.elementor-element-6880c7e.screens-slider .swiper-slide-prev {
    transform: translateX(66%) scale(0.72) !important;
    opacity: 0.55 !important;
}
.elementor-element-6880c7e.screens-slider .swiper-slide-next {
    transform: translateX(-66%) scale(0.72) !important;
    opacity: 0.55 !important;
}
.elementor-element-6880c7e.screens-slider .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
    z-index: 1 !important;
}
.elementor-element-6880c7e.screens-slider .elementor-swiper-button-prev { left: -48px !important; }
.elementor-element-6880c7e.screens-slider .elementor-swiper-button-next { right: -48px !important; }
.elementor-element-6880c7e.screens-slider .elementor-swiper-button { top: 50% !important; z-index: 3; }
@media (max-width: 767px) {
    .elementor-element-6880c7e.screens-slider { width: 76% !important; }
}

/* Payment arrows follow the actual gateway selection, including after AJAX refreshes. */
.woocommerce-checkout #payment .wc_payment_method > input[name="payment_method"]:checked ~ .arrow-icons.open,
.woocommerce-checkout #payment .wc_payment_method > input[name="payment_method"]:not(:checked) ~ .arrow-icons.close {
    visibility: visible !important;
}
.woocommerce-checkout #payment .wc_payment_method > input[name="payment_method"]:checked ~ .arrow-icons.close,
.woocommerce-checkout #payment .wc_payment_method > input[name="payment_method"]:not(:checked) ~ .arrow-icons.open {
    visibility: hidden !important;
}

/* Activation page */
.woocommerce-checkout #payment ul.payment_methods li {
    width: 100%;
    margin-right: 20px !important;
    height: max-content;
    display: flex;
    align-items: center;
    flex-direction: column;
   
}
li.wc_payment_method > label,
li.wc_payment_method > label div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    
}

h4.pg-title {
    margin: 0;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
}
ul#checkout-products {
    display: flex;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

li.product-item {
    width: 33.3%;
    position: relative;
}

.selected-icon{
    position: absolute;
    left: 20px;
    top: 20px;
       visibility: hidden;
}
.selected .selected-icon{ 
             visibility: visible;
}
#opc-product-selection .product-item label.opc-radio-list-label {
    display: block !important;
}

li.product-item .opc-radio-list-label{
    margin-right: 40px;
    padding: 40px 30px;
    box-shadow: 5px 5px 3px grey;
    color: #313149 !important;
    border: 5px solid transparent !important;
    border-radius: 15px;
background: #FFF;

/* shadow */
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
}

li.product-item [type=checkbox],
li.product-item [type=radio],
.woocommerce-checkout #payment ul.payment_methods > li > input[type=radio] {
    position: absolute;
    opacity: 0;
}

li.product-item.selected .opc-radio-list-label{
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #13477C , #3A75DC , #EA1089 ) border-box !important;
}

.product-item h4{
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.5;
}

.product-item .price{
    color: #000;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 15px;
}

.product-item .attributes{
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.variation-meta{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 60px;
    margin-bottom: 0;
}

.variation-meta span{
    opacity: 0.5;
}

@media (min-width: 768px) {
    .step-section.step-one {
        margin-top: 55px;
    }
    .woocommerce-billing-fields .step-section {
        margin-top: 65px;
    }
}

.step-section{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}


.step-section p{
    margin-bottom: 0;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}

.step-section p:first-child{
    border-radius: 30px;
    background: #F5F5F5;
    color: #737373;
    text-align: center;
    padding: 6px 40px;
}

.step-section p:last-child{
    color: #000;
}

.woocommerce-billing-fields > h3{
    display: none;
}

.woocommerce-billing-fields input.input-text,
.woocommerce-billing-fields select,
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    border-radius: 30px;
    background: #F4F4F4;
    border: 1px solid #817575;
    min-height: 50px;
    font-family: inherit;
    font-size: inherit;
    color: #000;
    width: 100%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    height: 50px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 18px;
    padding-right: 35px;
    color: #000;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 12px;
}

.woocommerce-billing-fields .form-row label{
    font-weight: bold;
font-family: Manrope;
font-size: 24px;
font-weight: 700;
line-height: 33px;
letter-spacing: 0em;
text-align: left;
}

h3#order_review_heading {
    display: none;
}

#order_review .opc_order_review tbody,#order_review .opc_order_review tfoot{
    margin-top: 15px;
    margin-bottom: 60px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

#order_review .opc_order_review tfoot{
    background: linear-gradient(98deg, #13477C -21.94%, #3A75DC 53.64%, #EA1089 120.79%);
    width: 100%;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 9px 12px;
    line-height: 1.5em;
    border: none !important;
}

.opc_order_review .product-quantity {
    float: initial !important;
}

.product-quantity h4,
.product-total h4,
.order-total th{
    color: #000;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}

.woocommerce table.shop_table {
    border: none;
    display: flex;
    gap: 40px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
}

ul.wc_payment_methods.payment_methods.methods > li{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px !important;
    padding: 15px 0;
	position: relative;
}

li.wc_payment_method > label {
    font-weight: bold;
	width: 100%;
    line-height: 62px;
    /*position: absolute; */
    left: 0;
    top: 0;
    padding: 0px 15px;
    margin-top: -15px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
}

.ppc-button-wrapper {
    max-width: 550px;
    padding: 0 10px;
}


#order_review .opc_cart_item td {
    padding-left: 0;
    min-width: 50% !important;
    padding: 20px;
}

tr.cart_item.opc_cart_item{
    min-width: 800px;
    display: flex;
}
.order-total .woocommerce-Price-amount {
    
    font-size: 28px;
    font-weight: 700;
    
}

.product-total span.woocommerce-Price-amount.amount{
    color: #1E1E1E;
font-family: Manrope;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

tr.order-total {
    display: flex;
    flex-direction: column;
    padding: 15px;
    color: #fff;
}

.order-total th,
tr.order-total span.woocommerce-Price-amount.amount{
    color: #fff;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 30px;
}

.form-row.email-sec-text{
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    color: #737373;
    font-family: Manrope;
    font-size: 14px;
    max-width: 300px;
}

.woocommerce-billing-fields__field-wrapper > p{
    width: calc(50% - 15px);
    margin: 0;
    float: none;
}
.woocommerce-billing-fields__field-wrapper > .form-row-wide{
    width: 100%;
}
/* Keep every billing control visually identical to the email field. */
.woocommerce .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce .woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce .woocommerce-billing-fields__field-wrapper select,
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection--single {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border: 1px solid #817575 !important;
    border-radius: 30px !important;
    padding: 0 18px !important;
    background: #F4F4F4 !important;
    color: #000 !important;
    font-family: Manrope, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    box-shadow: none !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-container {
    width: 100% !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
    padding: 0 22px 0 0 !important;
    line-height: 48px !important;
    color: #000 !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection__arrow {
    height: 48px !important;
    right: 12px !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row label {
    display: block;
    font-family: Manrope, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    margin-bottom: 6px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_email_field {
    order: -2;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > .email-sec-text {
    order: -1;
    width: 100%;
    max-width: none;
    margin-top: -12px !important;
}
@media (min-width: 768px) {
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_email_field { grid-row: 1; grid-column: 1 / 3 !important; }
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_first_name_field { grid-row: 1; grid-column: 3 / 5 !important; }
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_last_name_field { grid-row: 1; grid-column: 5 / 7 !important; }
    .woocommerce .woocommerce-billing-fields__field-wrapper > .email-sec-text { grid-row: 2; }
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_country_field { grid-row: 3; }
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_address_1_field { grid-row: 3; }
}
/* Mobile spacing between pricing cards, including the raised badge. */
@media (max-width: 767px) {
    ul#checkout-products {
        flex-direction: column;
    }
    ul#checkout-products > li.product-item {
        width: 100% !important;
        margin-bottom: 28px;
    }
    ul#checkout-products > li.product-item:has(input#product_2816) {
        margin-top: 40px;
    }
    ul#checkout-products > li.product-item .opc-radio-list-label {
        margin-right: 0;
    }
}
/* Popular lifetime plan badge, independent of selected plan. */
.product-item:has(input#product_2816) {
    position: relative;
}
.product-item:has(input#product_2816) {
    margin-top: 0;
    overflow: visible;
}
.product-item:has(input#product_2816) .opc-radio-list-label {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.product-item:has(input#product_2816) .opc-radio-list-label::after {
    content: "MOST POPULAR";
    position: absolute;
    top: -40px;
    left: -5px;
    right: -5px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 18px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(110deg, #13477C 0%, #3A75DC 48%, #EA1089 100%);
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    pointer-events: none;
}
/* Street address is optional: suppress its required marker. */
.woocommerce-billing-fields #billing_address_1_field label .required {
    display: none !important;
}
/* Optional fields remain optional without displaying the optional suffix. */
.woocommerce-billing-fields #billing_phone_field label .optional,
.woocommerce-billing-fields #billing_address_1_field label .optional {
    display: none !important;
}
/* Country, address and optional phone share the second desktop field row. */
@media (min-width: 768px) {
    .woocommerce .woocommerce-billing-fields__field-wrapper > p#billing_country_field {
        grid-row: 3 !important;
        grid-column: 1 / 3 !important;
    }
    .woocommerce .woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
        grid-row: 3 !important;
        grid-column: 3 / 5 !important;
    }
    .woocommerce .woocommerce-billing-fields__field-wrapper > p#billing_phone_field {
        grid-row: 3 !important;
        grid-column: 5 / 7 !important;
    }
}
/* Compact five-field checkout, with email first. */
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_email_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
    grid-column: span 2 !important;
    order: 0;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_country_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
    grid-column: span 3 !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > .email-sec-text {
    display: block;
    grid-column: 1 / -1 !important;
    order: 0 !important;
    margin-top: -8px !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_email_field {
    order: 0 !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_country_field {
    grid-column: span 2 !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
    grid-column: span 4 !important;
}
@media (max-width: 767px) {
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
        grid-column: 1 / -1 !important;
    }
}
@media (max-width: 767px) {
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_email_field,
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_country_field,
    .woocommerce .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
        grid-column: 1 / -1 !important;
    }
}
/* First name, last name and country share one desktop row. */
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_country_field {
    grid-column: span 2;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
    grid-column: 1 / -1;
}
/* Compact responsive billing grid; DOM order follows WooCommerce priorities. */
.woocommerce .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px 24px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > .form-row {
    grid-column: span 3;
    width: 100% !important;
    min-width: 0;
    padding: 0;
    margin: 0 !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_email_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > .email-sec-text {
    grid-column: 1 / -1;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > .email-sec-text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: -8px !important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_state_field,
.woocommerce .woocommerce-billing-fields__field-wrapper > #billing_postcode_field {
    grid-column: span 2;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row label {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .woocommerce .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
    .woocommerce .woocommerce-billing-fields__field-wrapper > .form-row {
        grid-column: 1 / -1 !important;
    }
}

.payment-methods-wrapper {
    display: flex;
}

li.wc_payment_method.payment_method_coinbase label img:not(:first-child),
#opc-messages{
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: none;
	    width: 100%;
    display: flex;
}


li.wc_payment_method.selected{
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #13477C , #3A75DC , #EA1089 ) border-box !important;
	border: 3px solid transparent;
}
/* PayPal card fields: match the checkout design and use the available space. */
.woocommerce-checkout #payment .payment_method_ppcp-credit-card-gateway .payment_box {
    position: static !important;
    inset: auto !important;
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0 20px;
    padding: 28px 30px;
    border-radius: 15px;
    background: #F4F4F4;
}
@media (min-width: 768px) {
    .woocommerce-checkout #payment .payment_method_ppcp-credit-card-gateway .payment_box {
        position: absolute !important;
        top: 200px !important;
        left: 0 !important;
        right: auto !important;
        z-index: 5;
        width: 100% !important;
        margin: 0 !important;
    }
}
.woocommerce-checkout #payment .payment_method_ppcp-credit-card-gateway .payment_box::before {
    display: none;
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(150px, 0.65fr);
    gap: 24px 26px;
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form .form-row {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form .form-row-wide {
    grid-column: 1 / -1;
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form label {
    display: block;
    margin: 0 0 10px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form input.input-text {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 46px !important;
    min-height: 46px;
    box-sizing: border-box;
    padding: 0 16px !important;
    border: 1px solid #817575 !important;
    border-radius: 30px !important;
    background: #FFF !important;
    color: #000 !important;
    font-family: Manrope, sans-serif !important;
    font-size: 18px !important;
    line-height: 42px !important;
    box-shadow: none !important;
}
@media (max-width: 767px) {
    .woocommerce-checkout #payment ul.payment_methods {
        flex-direction: column;
        gap: 16px;
    }
    .woocommerce-checkout #payment ul.payment_methods > li {
        width: 100%;
        margin-right: 0 !important;
    }
    .woocommerce-checkout #payment .payment_method_ppcp-credit-card-gateway .payment_box {
        width: 100%;
        margin: 4px 0 16px;
        padding: 24px 20px;
    }
    .woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form {
        grid-template-columns: minmax(0, 1.25fr) minmax(120px, 0.75fr);
        gap: 20px 16px;
    }
}
@media (max-width: 480px) {
    .woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form {
        grid-template-columns: minmax(0, 1fr);
    }
    .woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form .form-row {
        grid-column: 1 / -1;
    }
}
/* Expand the selected payment method and size PayPal hosted fields themselves. */
@media (min-width: 768px) {
    .woocommerce-checkout #payment ul.payment_methods {
        align-items: flex-start;
        gap: 22px;
    }
    .woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method {
        width: auto !important;
        min-width: 0;
        flex: 1 1 0;
        margin-right: 0 !important;
        height: auto !important;
        transition: flex-grow .2s ease;
    }
    .woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method:has(> input:checked) {
        flex-grow: 1.75;
    }
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-card-"] {
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    box-sizing: border-box;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-card-"] iframe.zoid-visible {
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
}
@media (max-width: 767px) {
    .woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-card-"],
    .woocommerce-checkout #payment #wc-ppcp-credit-card-gateway-cc-form div[id^="zoid-paypal-card-"] iframe.zoid-visible {
        height: 68px !important;
        min-height: 68px !important;
    }
}

/* Accurate order summary and clearly visible checkout confirmations. */
.order-before-text .summery-div {
    margin-top: 20px;
}
.order-before-text .line-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 10px 0;
}
.order-before-text .line-item .left {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.order-before-text .order-item-quantity {
    color: #737373;
    font-size: 14px;
}
.order-before-text .line-item .right {
    flex: 0 0 auto;
    font-weight: 700;
}
.order-before-text .order-country {
    margin: 12px 0;
    padding-top: 14px;
    border-top: 1px solid #dedede;
}
.checkout-confirmations {
    margin-top: 22px;
}
.checkout-confirmations .form-row {
    width: 100%;
    margin: 0 0 14px !important;
}
.checkout-confirmations label.checkbox,
.woocommerce-terms-and-conditions-wrapper > .form-row label.checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    line-height: 1.45;
}
.checkout-confirmations input[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper > .form-row input[type="checkbox"] {
    display: inline-block !important;
    position: static !important;
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: #3A75DC;
}
@media (min-width: 768px) {
    .woocommerce-terms-and-conditions-wrapper > .form-row,
    .checkout-confirmations {
        width: calc(50% - 24px);
        max-width: 560px;
    }
}
@media (max-width: 767px) {
    .order-before-text .line-item {
        gap: 14px;
    }
    .checkout-confirmations label.checkbox {
        font-size: 14px;
    }
}

/* Compact summary typography, matching the existing checkout palette. */
.woocommerce-checkout #payment .order-before-text {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.woocommerce-checkout #payment .order-before-text > p:first-child {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px;
}
.woocommerce-checkout #payment .order-before-text > h4:not(.checkout-order-total) {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: 600;
}
.woocommerce-checkout #payment .order-before-text .summery-div {
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #dedede;
}
.woocommerce-checkout #payment .order-before-text .line-item {
    margin: 0 !important;
    padding: 9px 0 !important;
    font-size: 16px;
    line-height: 1.5;
}
.woocommerce-checkout #payment .order-before-text .line-item strong {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-checkout #payment .order-before-text .order-country,
.woocommerce-checkout #payment .order-before-text > p:has(.country) {
    border: 0;
    margin: 14px 0;
    padding: 0;
    font-size: 15px;
}
.woocommerce-checkout #payment .order-before-text .country {
    color: #3A75DC;
}
.woocommerce-checkout #payment .checkout-order-total {
    margin: 16px 0 20px;
    font-size: 26px;
    line-height: 1.3;
}
.woocommerce-checkout #payment .checkout-confirmations {
    margin-top: 12px;
}
.woocommerce-checkout #payment .checkout-confirmations .form-row,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper > .form-row {
    padding: 0 !important;
    margin-bottom: 12px !important;
}
.woocommerce-checkout #payment .checkout-confirmations label.checkbox,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper > .form-row label.checkbox {
    position: relative;
    display: block !important;
    padding: 0 0 0 29px;
    margin: 0;
    font-family: Manrope, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.6 !important;
    color: #313149;
}
.woocommerce-checkout #payment .checkout-confirmations input[type="checkbox"],
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper > .form-row input[type="checkbox"] {
    position: absolute !important;
    left: 0;
    top: 2px;
    width: 18px !important;
    min-width: 18px;
    height: 18px !important;
    margin: 0 !important;
}
.woocommerce-checkout #payment label.checkbox .required {
    display: inline;
    margin-left: 3px;
}
.woocommerce-checkout #payment label.checkbox a {
    color: #3A75DC;
    text-underline-offset: 3px;
}
@media (min-width: 768px) {
    .woocommerce-checkout #payment .order-before-text {
        width: calc(50% - 24px);
        max-width: 560px;
    }
}
@media (max-width: 767px) {
    .woocommerce-checkout #payment .order-before-text,
    .woocommerce-checkout #payment .checkout-confirmations,
    .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper > .form-row {
        width: 100%;
        max-width: none;
    }
}

/* Mobile checkout: aligned confirmations and compact payment spacing. */
@media (max-width: 767px) {
  .woocommerce-checkout #payment .place-order {
    padding: 20px !important;
    margin-bottom: 12px !important;
  }
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
  .woocommerce-checkout #payment .checkout-confirmations {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper > .form-row,
  .woocommerce-checkout #payment .checkout-confirmations > .form-row {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
  }
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.checkbox,
  .woocommerce-checkout #payment .checkout-confirmations label.checkbox {
    display: block !important;
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 30px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: left;
  }
  .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
  .woocommerce-checkout #payment .checkout-confirmations input[type="checkbox"] {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
  }
  .woocommerce-checkout #payment .checkout-order-total {
    margin: 12px 0 18px !important;
    font-size: 26px !important;
  }
  .woocommerce-checkout #ppc-button,
  .woocommerce-checkout .ppc-button-wrapper,
  .woocommerce-checkout #ppc-button-ppcp-gateway {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
  }
  .woocommerce-checkout #payment #place_order {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}

/*activation page end*/

#btn-id > span {
    background: linear-gradient(to right, #13477C,#3A75DC,#EA1089);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#btn-id:hover > span {
    -webkit-text-fill-color: #fff;
}
/* div.payment-meta-sec {
	border-radius: 15px;
    background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
} */

/*Activation Key Stylings*/
.woocommerce-order-received{
    width:100%;
    max-width:100%;
    /* height: 960px; */
    background-image:url('https://project-demos.com/ott-website/wp-content/uploads/2023/09/suces-purchase-1-2.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: none;
}

h1.entry-title,
.woocommerce-order > p,
.woocommerce-customer-details {
    display: none;
}

.thanksactivation{
    padding-top: 100px;
}

.thanksactivation h1{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
}
div.keysec{
    width: 100%;
    max-width: 600px;
    height: 193px;       
    border-radius: 15px;
    background: var(--Gradient, linear-gradient(93deg, #13477C -7.18%, #3A75DC 47.54%, #EA1089 102.25%));
    padding:20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    margin: 0px auto;
    text-align: center;
}
.keysec h3{
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    vertical-align:center;
}
.activekey{
    width: 90%;
    height: 45px;
    border-radius: 5px;
    background: rgb(245 245 245 / 30%);
    margin: 0px auto;
    line-height: 42px;
    color: #fff;
    text-align:center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
}
.keysec p{
    color: #D6D6D6;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 15px;
}
  
@media(max-width:767px){
    .thanksactivation {
        padding-top: 50px;
    }
    .thanksactivation h1 {
        font-size: 34px;
    }
    .keysec p {
        line-height: 20px;
    }
}