/* 
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
*/

:root {
    --color-primary: #0040c1;
    --color-secondary: #155eef;
    --color-white: #ffffff;
    --color-black: #181d27;
    --color-black-light: #414651;

    --color-border: #d5d7da;
    --color-bg-primary: #f5f5f5;

    --border-dashed: 1px dashed #d5d7da;
    --border-solid: 1px solid #d5d7da;

    --border-solid-primary: 1px solid #0040c1;

    --border-radius-sm: 9px;
    --border-radius-lg: 12px;

    --button-height: 55px;
    --button-icon-size: 35px;

    --input-field-height: 45px;
    --input-field-padding: 10px 12px;

    --shadow-light-sm: rgba(0, 0, 0, 0.11) 0.0602187px 0.602187px 0.605191px -1.25px,
        rgba(0, 0, 0, 0.1) 0.228853px 2.28853px 2.29995px -2.5px,
        rgba(0, 0, 0, 0.04) 1px 10px 10.0499px -3.75px;
}

/* Default Style Fixed */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-block-end: 0;
    margin-block-start: 0;
    outline: none;
}

html,
body {
    overflow-x: hidden;
}
input,
select,
textarea {
    outline: none;
    cursor: pointer;
}
div,
button,
a {
    outline: none;
}
/* SEO Metadata Content */
.seo__metadata {
    display: none;
    opacity: 0;
}

/* Shadow */
.shadow__sm {
    box-shadow: var(--shadow-light-sm);
}

/* Text Selection Style */
::selection {
    background-color: var(--color-primary);
    color: var(--color-white);
}
::-moz-selection {
    background-color: var(--color-primary);
    color: var(--color-white);
}

/* Reusable Styles */
#banner-background {
    background-color: transparent;
    background-image: linear-gradient(
            rgba(212, 212, 212, 0.23) 2px,
            transparent 2px
        ),
        linear-gradient(90deg, rgba(212, 212, 212, 0.23) 2px, transparent 2px),
        linear-gradient(rgba(212, 212, 212, 0.23) 1px, transparent 1px),
        linear-gradient(
            90deg,
            rgba(212, 212, 212, 0.23) 1px,
            rgba(0, 0, 0, 0) 1px
        );
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    background-size: 40px 40px, 40px 40px, 8px 8px, 8px 8px;
    border-radius: 0px;
}

/* Default Button Style */
#button-primary {
    box-shadow: var(--shadow-light-sm);
}
#button-primary .elementor-button-content-wrapper {
    height: var(--button-height);
    display: flex;
    align-items: center;
    justify-content: center;
}
#button-primary .elementor-button-icon {
    background-color: var(--color-white);
    height: var(--button-icon-size);
    width: var(--button-icon-size);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#button-primary .elementor-button-icon svg {
    fill: var(--color-secondary);
    font-size: 16px;
}

#button-secondary {
    height: var(--button-height);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-light-sm);
}

/* Banner Notice */
#banner_notice {
    max-width: fit-content;
}
#banner_notice .banner-notice__icon-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: fit-content;
    flex-wrap: nowrap;
}

.available-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.available-status::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    animation: 1s infinite blinkAnimation;
    background-color: var(--color-secondary);
}

@keyframes blinkAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Badge */
.badge-danger .badge,
.badge-info .badge,
.badge-primary .badge,
.badge-warning .badge {
    font-size: 12px;
    padding: 2px 6px;
    font-weight: 600;
    border: 1px solid;
    text-transform: uppercase;
    border-radius: 15px;
    letter-spacing: 0.2px;
}
.badge-primary .badge {
    background-color: #dcfae6;
    color: #067647;
    border-color: #abefc6;
}
.badge-info .badge {
    background-color: #f4ebff;
    color: #6941c6;
    border-color: #e9d7fe;
}
.badge-danger .badge {
    background-color: #fee4e2;
    color: #d92d20;
    border-color: #d92d204d;
}

/* Service Card Style */
.e-rating .e-rating-wrapper {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
}
.e-rating .e-rating-wrapper svg {
    max-width: 18px !important;
    max-height: 18px !important;
}

/* Jet Listing Slider Arrow */
.jet-listing-grid__slider-icon.prev-arrow.slick-arrow,
.jet-listing-grid__slider-icon.next-arrow.slick-arrow {
    border-radius: 50%;
    border: var(--border-solid);
}

.jet-listing-grid__slider-icon.slick-disabled {
    pointer-events: none;
    background-color: #f9f5ff !important;
}

/* Elementor Icon */
.elementor-icon-wrapper {
    line-height: 1;
}

/* Height: 100vh | Scroll Bar Width: 0 */
#full-height {
    min-height: 100vh;
    height: 100%;
}

/* ================================================================================================= */
/* Checkout Processing Loader */
/* ================================================================================================= */
.checkout.woocommerce-checkout.processing .blockUI.blockOverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    opacity: 1 !important;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout.woocommerce-checkout.processing .blockUI.blockOverlay:before {
    content: '';
    width: 36px;
    height: 36px;
    border: 4px solid var(--color-secondary);
    border-top-color: var(--color-white);
    border-radius: 50%;
    display: inline-block;

    animation: spinAnimation 1s linear infinite;
}

/* ================================================================================================= */
/* Scroll bar */
/* ================================================================================================= */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f9f5ff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-secondary);
    border-radius: 0px;
    border: 2px solid #f9f5ff;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-secondary);
}

/* ================================================================================================= */
/* Badge */
/* ================================================================================================= */
.text__highlight {
    color: var(--color-secondary);
}

.footer__badge {
    border: 1px solid #ffffff4d;
    background-color: #ffffff1a;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
}

/* ================================================================================================= */
/* Animation */
/* ================================================================================================= */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-loader.hideLoader {
    display: none;
}
.loader-spinner-3576 {
    width: 36px;
    height: 36px;
    border: 4px solid var(--color-secondary);
    border-top-color: var(--color-white);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: spinAnimation 1s linear infinite;
}

@keyframes spinAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    display: block;
    content: '';
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: transparent;
    border: 4px solid var(--color-secondary);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: spinAnimation 0.8s linear infinite;
}

#checkout-page-ID .woocommerce .blockUI {
    background-color: var(--color-white) !important;
}

#service-loader__button {
    cursor: pointer;
}
#service-loader__button .elementor-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#service-loader__button .loader__spinner {
    height: 16px;
    width: 16px;
    border: 2px solid var(--color-bg-primary);
    border-top-color: var(--color-secondary);

    animation: spinAnimation 0.6s linear infinite;
    display: none;
    border-radius: 50%;
}

/* Add to Cart | Buy Now Loader */
.single_add_to_cart_button_loader {
    height: 17px;
    width: 17px;
    border: 2px solid var(--color-bg-primary);
    border-top-color: var(--color-secondary);
    border-radius: 50%;
    animation: spinAnimation 0.6s linear infinite;
    display: none;
}
#single-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.adding-to-cart #single-add-to-cart .single_add_to_cart_button_text {
    display: none;
}
.adding-to-cart #single-add-to-cart .single_add_to_cart_button_loader {
    display: block;
}
.adding-to-cart #single-add-to-cart {
    cursor: not-allowed;
}

/* Order Review blockUI */
#order_review .blockUI.blockOverlay {
    visibility: hidden !important;
    background-color: transparent !important;

    display: flex;
    align-items: center;
    justify-content: center;
}
#order_review .blockUI.blockOverlay::before {
    content: '';
    width: 30px;
    height: 30px;
    border: 3px solid var(--color-secondary);
    border-top-color: var(--color-white);
    border-radius: 50%;
    display: inline-block;
    visibility: visible;

    animation: spinAnimation 0.6s linear infinite;
}

/* Remove item */
.remove-item .remove-item__loader {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid var(--color-white);
    border-top-color: var(--color-secondary);
    border-radius: 50%;
    display: none;
    animation: spinAnimation 0.6s linear infinite;
}
/* ================================================================================================= */
/* Ajax Search Popup */
/* ================================================================================================= */
#search-popup__open-search-btn {
    cursor: pointer;
}

#search__btn {
    height: 35px;
    width: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.search-popup__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;

    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.search-popup__area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--color-white);

    border-radius: var(--border-radius-lg);
    overflow: hidden;
    width: 500px;

    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);

    box-shadow: 0px 0px 0px 4px #e5e5e5;
}

/* Header CART Icon */
.circle-cart__icon a.jet-blocks-cart__heading-link {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-cart__icon .jet-blocks-cart__count {
    position: absolute;
}

/* Header */
.search-popup__header {
    border-bottom: var(--border-dashed);
    padding: 15px;
    position: relative;
}
.search-popup__header label {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.search-popup__header svg {
    fill: #737373;
    height: 14px;
    width: 14px;
    margin-top: 2px;
}
.search-popup__header input {
    height: var(--input-field-height);
    border: var(--border-solid);
    border-radius: var(--border-radius-sm);
    padding: 10px 10px 10px 30px;
    font-size: 15px;
    font-weight: 500;
}
.search-popup__header input::placeholder {
    color: var(--color-black-light);
}

.search-popup__header input:focus {
    box-shadow: 0 0 0 1px var(--color-white), 0 0 0 3px var(--color-secondary);
    border: var(--border-solid);
}

/* Body */
.search-popup__body {
    height: 300px;
    overflow-y: scroll;
    padding: 0 10px;
    scrollbar-width: none;
}
.search-popup__result-item {
    border-radius: var(--border-radius-lg);
    border: 1px solid transparent;
}
.search-popup__result-item:hover {
    background-color: var(--color-bg-primary);
    border: var(--border-dashed);
}

.search-popup__result-item a {
    display: grid;
    grid-template-columns: 1fr 30px;
    gap: 15px;
    padding: 10px;
}
.search-popup__result-item .product-wrap {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    align-items: center;
}

.search-popup__result-item img {
    height: 55px;
    border-radius: var(--border-radius-sm);
    object-fit: cover;
}

.product-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.search-popup__result-item h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-black);
}
.product-meta__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black-light);
}

/* Footer */
.search-popup__footer {
    background-color: var(--color-bg-primary);
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: var(--border-dashed);
}

.search-popup__footer .btn__label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black-light);
    line-height: 1;
    padding: 3px 5px 3px 5px;
    background-color: #f9f5ff;
    border: 1px solid var(--e-global-color-c26ee16);
    border-radius: 4px;
}
.btn__label-info {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-black-light);
    line-height: 1;
}

#search-popup__close-btn {
    border: var(--border-solid);
    background-color: var(--color-white);
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#search-popup__close-btn svg {
    height: 10px;
    width: 10px;
    fill: var(--color-black-light);
}
/* Loader */
.search-popup__loader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.search-popup__loader > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.search-popup__loader .spinner-rotation {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid var(--color-secondary);
    border-top-color: var(--color-white);

    animation: spinAnimation 0.8s linear infinite;
}

/* ================================================================================================= */
/* Single Product Page Code */
/* ================================================================================================= */
.custom-variation__price .price {
    display: flex;
    align-items: end;
    gap: 6px;
    justify-content: start;
}
.custom-variation__price.elementor-jet-single-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 8px 0;
}
.single_variation_wrap .quantity {
    display: none !important;
}
.custom-variation__price .price del {
    margin-bottom: 4px;
    order: 2;
}
.custom-variation__price .price ins {
    order: 1;
}

p.stock.in-stock {
    background: #00800054;
    border: 1px solid #008000cf;
    border-radius: 8px;
}
p.stock.out-of-stock {
    background-color: #ff00003b;
    border: 1px solid #ff0000ad;
    border-radius: 8px;
}

/* FAQ Accordion */
#sp-faq__accordion .sp-faq__toogle {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 20px;
    cursor: pointer;
    gap: 10px;

    padding: 12px 15px;
}

#sp-faq__accordion .sp-faq__content {
    width: 100%;
    flex-direction: column;
    align-items: start;
    color: #535862;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 0px 15px 0;
}
#sp-faq__accordion .sp-faq__content strong {
    font-weight: 600;
}

#sp-faq__accordion .sp-faq__content p {
    margin-bottom: 1.2em;
}
#sp-faq__accordion .sp-faq__content ul,
#sp-faq__accordion .sp-faq__content ol {
    margin: 0 0 1.5em 1.8em;
    padding: 0;
}

#sp-faq__accordion .jet-listing-dynamic-repeater__item {
    background-color: #fafafa;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

#sp-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.sp-faq__toogle-icon::before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border-bottom: 2px solid #a4a7ae;
    border-right: 2px solid #a4a7ae;
    transform: translateY(-2px) rotate(45deg);

    transition: all 0.2s;
}
.sp-faq__toogle-icon {
    margin-left: auto;
}
.jet-listing-dynamic-repeater__item.active .sp-faq__toogle-icon::before {
    transform: translateY(0px) rotate(227deg);
}

/* ================================================================================================= */
/* Collection Page */
/* ================================================================================================= */
.collection__card .order__now--btn {
    transition: all 0.3s;
    line-height: 1;
}
.collection__card:hover .order__now--btn {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}
.collection__card h4 {
    transition: all 0.3s;
}
.collection__card:hover h4 {
    text-decoration: underline;
}

#collection__card-title {
    display: block;
}

#collection__card-title h4,
#collection__card-title div {
    display: inline;
}

/* ================================================================================================= */
/* Payment Page */
/* ================================================================================================= */
#payment-page {
    max-height: 100vh;
    height: 100vh;
    background-image: linear-gradient(
        90deg,
        var(--e-global-color-primary) 50%,
        var(--e-global-color-5815c6c) 50%
    );
}

#card-payment__box {
    box-shadow: var(--shadow-light-sm);
}

#wallet__accordion .e-n-accordion-item {
    background-color: #53389e;
    border: 1px solid #7f56d9;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light-sm);
}
#wallet__accordion .e-n-accordion-item-title-text {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

#bitcoin__btc .e-n-accordion-item-title-text::before,
#usdt__erc20 .e-n-accordion-item-title-text::before,
#usdt__trc20 .e-n-accordion-item-title-text::before {
    content: '';
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain;
}
#bitcoin__btc .e-n-accordion-item-title-text::before {
    background-image: url(/wp-content/uploads/2025/07/BITCOIN-BTC.png);
}
#usdt__erc20 .e-n-accordion-item-title-text::before {
    background-image: url(/wp-content/uploads/2025/07/USDT-ERC20.png);
}
#usdt__trc20 .e-n-accordion-item-title-text::before {
    background-image: url(/wp-content/uploads/2025/07/USDT-TRC20.png);
}

#wallet__accordion span.wallet_fiat {
    border: 1px solid #16a34a4d;
    font-size: 12px;
    padding: 1px 5px;
    background-color: #bbf7d0;
    color: #16a34a;
}

#wallet__accordion .wallet-accordion__address span {
    word-break: break-all;
}

button.copy-fiat__address {
    width: 100%;
}
.wallet-fiat__address {
    border: 1px solid #d5d7da;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 10px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-light-sm);
    word-break: break-all;
}

#wallet__accordion .wallet-fiat__address {
    background: #fff;
    padding: 12px 12px;
    border-radius: 7px;
    border: var(--border-solid);
    line-height: 1.2em;
}
/* ================================================================================================= */
/* Cart Page Style */
/* ================================================================================================= */
/* Cart table */
#cart__content .cart_totals table {
    border: none;
}
#cart-table--ID .shop_table tr {
    display: grid;
    grid-template-columns: 90px 1fr 100px 30px;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background-color: #6941c6;
    margin-bottom: 20px;
    border: 1px solid #7f56d9;
}

#cart-table--ID .shop_table thead tr {
    display: none;
}

#cart-table--ID .product-thumbnail {
    grid-row: span 2;
}
#cart-table--ID .product-name,
#cart-table--ID .product-quantity {
    grid-column: span 2;
}

#cart-table--ID .product-name,
#cart-table--ID .product-subtotal {
    padding-left: 15px;
    text-align: left !important;
}
#cart-table--ID .product-subtotal,
#cart-table--ID .product-quantity {
    padding-top: 10px;
}

#cart-table--ID .quantity {
    display: flex;
    align-items: center;
    justify-content: end;
}

#cart-table--ID td::before {
    display: none;
}

#cart__content .wc-proceed-to-checkout {
    border-top: var(--border-dashed);
    padding-top: 25px;
}
#cart__content .wc-proceed-to-checkout a {
    margin-bottom: 0;
}

#cart__content .variation {
    font-size: 13px;
}
#cart__content .variation dt {
    font-weight: 500;
}
#cart__content .variation dd {
    font-weight: 400;
}

#cart__content .wc-empty-cart-message,
#cart__content .woocommerce-notices-wrapper {
    display: none;
}

/* ================================================================================================= */
/* Checkout Page Style */
/* ================================================================================================= */

#checkout-content.checkout-background {
    background-image: linear-gradient(
        90deg,
        var(--e-global-color-primary) 50%,
        var(--e-global-color-5815c6c) 50%
    );
}

#checkout-content input {
    border: var(--border-solid);
    height: var(--input-field-height);
    border-radius: var(--border-radius-sm);
    padding: var(--input-field-padding);

    color: var(--color-black-light);
    font-weight: 500;
    font-size: 16px;
}

#checkout-content input:focus,
#checkout-content .select2-container--open .select2-selection,
#checkout-content textarea:focus {
    box-shadow: 0 0 0 1px var(--color-white), 0 0 0 3px var(--color-secondary);
}

/* Form Grid */
#checkout-content .form-row {
    width: 100%;
}
#checkout-content .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#checkout-content .form-row:first-child {
    grid-column: 1 / 1;
}
#checkout-content .form-row-wide {
    grid-column: 1 / span 2;
}

#checkout-content .woocommerce-billing-fields h3,
#checkout-content #order_review_heading {
    display: none;
}

/* Select2 Field */
#checkout-content .select2-selection {
    border: var(--border-solid);
    height: var(--input-field-height);
    border-radius: var(--border-radius-sm);
    color: var(--color-black-light);
    font-weight: 500;

    display: flex;
    align-items: center;
}
#checkout-content .select2-selection .select2-selection__rendered {
    padding: 0 12px;
    color: var(--color-black-light);
    font-weight: 500;
    font-size: 16px;
}
span.select2-dropdown.select2-dropdown--above,
span.select2-dropdown.select2-dropdown--below {
    border: var(--border-solid);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

/* Payment methods */
#checkout-content .wc_payment_methods {
    display: grid;
    gap: 15px;
}
#checkout-content .payment-method__box {
    width: 100%;
    background-color: var(--color-white);
    border: var(--border-solid);
    border-radius: var(--border-radius-sm);
    height: 50px;

    padding: var(--input-field-padding);
    display: flex;
    align-items: center;
    gap: 12px;

    cursor: pointer;
}

#checkout-content input[type='radio'] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    padding: 0;

    width: 16px;
    height: 16px;
    border: 2px solid var(--color-secondary);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}
#checkout-content input[type='radio']:focus {
    box-shadow: none;
}

#checkout-content input[type='radio']::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-secondary);
    display: block;
}
#checkout-content input[type='radio']:checked::before {
    transform: scale(1);
}
.payment-method__box-title svg {
    width: 20px;
    height: 20px;
}
.payment-method__box-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment_method_woo_multi_pay_stripe svg .fill-1 {
    fill: #444;
}
.payment_method_woo_multi_pay_crypto svg .fill-1 {
    fill: #f7931a;
}
.payment_method_woo_multi_pay_crypto svg .fill-2 {
    fill: #fff;
}

#checkout-content input[type='radio']:checked ~ .payment-method__box-title {
    color: var(--color-secondary);
}

/* Order Review */
#checkout-content table {
    border: none;
    background-color: transparent;
}
#checkout-content td,
#checkout-content th {
    border: none;
    padding: 0;
    background-color: transparent;
}

#checkout-content .cart-item__meta {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 15px;
}
#checkout-content .cart-item__meta img {
    border-radius: var(--border-radius-lg);
}

#checkout-content .cart-item__product-title a {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-white);
}

.cart-item__product-title-wrap {
    display: grid;
    grid-template-columns: 1fr 30px;
    gap: 10px;
}
#checkout-content .cart-item__meta .meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.cart-item {
    border-radius: 20px;
    background-color: #004ce56b;
    padding: 16px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #155eef;
}

.cart-item__product-variation {
    margin-top: 5px;
    padding: 0;
    list-style: none;
}
.cart-item__product-variation li {
    font-size: 14px;
    color: var(--e-global-color-c26ee16);
    font-weight: 500;
}
#checkout-content .separator {
    width: 6px;
    height: 6px;
    background: var(--color-white);
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
}

/* Remove item */
.remove-item svg {
    height: 16px;
    width: 16px;
    fill: var(--color-white);
}
#checkout-content a.remove {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: var(--color-secondary);
    height: 30px;
    border-radius: 8px;
    width: 100%;
}
/* Quantity Field */
#checkout-content .quantity svg {
    height: 14px;
    width: 14px;
}
#checkout-content .quantity {
    border: 1px solid #ffffff1f;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 3px;
}
#checkout-content .quantity input.qty {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 6px;
    -moz-appearance: textfield;
    outline: none;
    width: 35px;
}
#checkout-content .quantity input::-webkit-outer-spin-button,
#checkout-content .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#checkout-content .quantity .button-minus,
#checkout-content .quantity .button-plus,
#checkout-content .quantity input.qty {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--e-global-color-c26ee16);
    fill: var(--color-white);
    text-align: center;
}
#checkout-content .quantity input.qty:focus {
    outline: none;
    box-shadow: none;
}

#checkout-content .quantity .button-minus,
#checkout-content .quantity .button-plus {
    width: 26px;
    cursor: pointer;
    background-color: var(--color-secondary);
    border-radius: 5px;
}

.cart-item__qty-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-item__qty-subtotal .product-subtotal {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-white);
}

/* Coupon form */
.checkout-coupon-form__wrap {
    position: relative;
    margin: 30px 0 40px 0;
}
.checkout-coupon-form__wrap label {
    position: absolute;
    top: 52%;
    left: 14px;
    transform: translateY(-50%);
}
.checkout-coupon-form__wrap label svg {
    height: 24px;
    width: 24px;
}
#checkout-content .checkout-coupon-form__wrap input {
    padding: 8px 66px 8px 50px;
    height: 55px;
}

#checkout_apply_coupon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);

    background-color: #f9f5ff;
    padding: 5px 8px;
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--e-global-color-c26ee16);
    border-radius: 5px;
}

/* Order Review Calculation */
.order-review-calculate__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-review-calculate__meta .order-review-calculate__meta-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--e-global-color-c26ee16);
}
.order-review-calculate__meta
    .order-review-calculate__meta-value
    .woocommerce-remove-coupon {
    font-size: 15px;
    font-weight: 600;
    color: red;
}

.order-review-calculate__meta .order-review-calculate__meta-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
}
.order-total .order-review-calculate__meta-label,
.order-total .order-review-calculate__meta-value {
    font-size: 17px;
    color: var(--color-white);
    font-weight: 700;
}

.woocommerce-order-review-calculate
    tr:not(:last-child)
    .order-review-calculate__meta {
    margin-bottom: 22px;
}

.order-review-calculate__meta-divider {
    width: 100%;
    border: var(--border-dashed);
    margin-bottom: 22px;
}

/* Place Order Button */
button#place_order {
    width: 100%;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-weight: 600;
    font-size: 17px;
    height: 48px;
    border-radius: var(--border-radius-sm);
    letter-spacing: 0.6px;
    border: none;
    margin-top: 48px;
}

/* ================================================================================================= */
/* Header Navigation */
/* ================================================================================================= */
#custom-header {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
#custom-header.hidden {
    transform: translateY(-100%);
}

#custom-header.scrolled {
    background-color: var(--color-white);
    box-shadow: 0 8px 30px #0000001f;
}
#custom-header.mobile-nav__bg {
    background-color: var(--color-white);
    box-shadow: none;
}

#elementor-template__selector {
    position: fixed;
    width: 100%;
    z-index: 98;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: hidden;
    transition: all 0.3s;
    opacity: 0;
    height: 0;

    overflow: hidden;
    transform: translateY(-100px);
    scrollbar-width: none;
}
#elementor-template__selector.open {
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    overflow-y: scroll;
}

/* Toggle */
#elementor-nav__selector .toggle__bar {
    position: relative;
    display: block;
}
#elementor-nav__selector .toggle__bar,
#elementor-nav__selector .toggle__bar::before,
#elementor-nav__selector .toggle__bar::after {
    width: 18px;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 0;
}
#elementor-nav__selector .toggle__bar::before,
#elementor-nav__selector .toggle__bar::after {
    content: '';
    position: absolute;
    left: 0;
}
#elementor-nav__selector .toggle__bar::before {
    top: -4px;
    background-color: var(--color-secondary);
}
#elementor-nav__selector .toggle__bar::after {
    top: 4px;
    background-color: var(--color-secondary);
}

#elementor-nav__selector.open .toggle__bar {
    background-color: transparent;
}

#elementor-nav__selector.open .toggle__bar::before {
    transform: rotate(45deg) translate(3px, 3px);
}
#elementor-nav__selector.open .toggle__bar::after {
    transform: rotate(-45deg) translate(3px, -3px);
}
.mobile-nav-widget {
    line-height: 0em;
}
button#elementor-nav__selector {
    background-color: transparent;
    padding: 0;
    height: 35px;
    width: 35px;
    border: 1px solid var(--e-global-color-c26ee16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#elementor-nav__selector.open {
    background-color: #f9f5ff;
}

/* Mobile Navigation */
.mobile-navigation__nav .jet-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* Dropdown */
.jet-nav__sub {
    box-shadow: var(--shadow-light-sm);
}

/* ================================================================================================= */
/* Payment Page */
/* ================================================================================================= */
button#stripe-payment-button {
    height: 50px;
}
#stripe-payment-button .spinner {
    animation: spinAnimation 1s linear infinite;
}

/* ================================================================================================= */
/* Footer Style */
/* ================================================================================================= */
.footer-nav__link .jet-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__payment img {
    height: 34px;
    width: auto;
    background-color: #ffffff1a;
    border: 1px solid #ffffff4d;
    border-radius: 5px;
    padding: 4px;
}

/* ================================================================================================= */
/* Terms Page */
/* ================================================================================================= */
.term__content strong {
    font-weight: 600;
}

.term__content ul {
    list-style-type: '- ';
    margin: 0 0 0 12px;
    padding: 0;
}
.term__content p {
    margin-bottom: 10px;
}
.term__content ul p {
    margin-bottom: 4px;
}

/* ================================================================================================= */
/* Login Form */
/* ================================================================================================= */
#login__form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#login__form-wrap form.login__form {
    width: 450px;
    border: 0;
    padding: 0;
}

.login__form-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 25px;
    text-align: center;
}
.login__form-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-black);
}
.login__form-header span {
    color: var(--color-black-light);
    font-weight: 500;
    font-size: 16px;
}

.login__form input {
    border: var(--border-solid);
    border-radius: var(--border-radius-sm);
    height: var(--input-field-height);
    transition: all 0.3s;
}
.login__form input:focus {
    box-shadow: 0 0 0 1px var(--color-white), 0 0 0 3px var(--color-secondary);
    border: var(--border-solid);
}
.login__form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.login__form-field-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.login__form-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login__form-remember .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 5px;
}
.login__form button[type='submit'] {
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-secondary);
    border-radius: var(--border-radius-sm);
}
.login__form button[type='submit']:hover {
    color: var(--color-white);
    background-color: var(--color-secondary);
}
.login__form label {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black-light);
}
.lost_password {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-secondary);
}
/* ================================================================================================= */
/* Thank you page */
/* ================================================================================================= */
#thank-you__order-review .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
#thank-you__order-review .woocommerce-order-overview li {
    background-color: var(--e-global-color-1b9dd9f);
}
#thank-you__order-review .woocommerce-order-overview li.email {
    display: none;
}

/* ================================================================================================= */
/* Media Query */
/* ================================================================================================= */

/* Min Tablet Landscape */
@media only screen and (min-width: 1024px) {
    .checkout-form__wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 64px;
    }
}

/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
    #order_review_heading {
        margin-top: 48px;
    }
    #checkout-content.checkout-background {
        background-image: none;
    }
    #payment-page {
        height: 100%;
        background-image: none;
    }
    #thank-you__order-review .woocommerce-order-overview {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet Potrait */
/* @media only screen and (max-width: 834px) {} */
/* @media only screen and (min-width: 881px) {
    
} */

/* Mobile Landscape */
@media only screen and (min-width: 768px) {
    #checkout-content .wc_payment_methods {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .search-popup__result-item .arrow-icon {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .cart-item {
        padding: 12px;
        margin-bottom: 15px;
    }
    .search-popup__area {
        width: calc(100% - 40px);
    }
    .search-popup__result-item .product-wrap {
        gap: 10px;
    }
    .search-popup__result-item a {
        grid-template-columns: 1fr;
    }
    .search-popup__result-item .arrow-icon {
        display: none;
    }
    #sp-faq__accordion .sp-faq__content {
        font-size: 15px;
    }

    .sp-faq__toogle-icon::before {
        height: 9px;
        width: 9px;
    }
}

/* Mobile Potrait */
@media only screen and (max-width: 480px) {
    .search-popup__result-item h5 {
        font-size: 14px;
    }

    button#elementor-nav__selector {
        height: 32px;
        width: 32px;
    }
    #checkout-content .cart-item__meta img {
        width: 60px;
    }
    #checkout-content .cart-item__meta {
        grid-template-columns: 60px 1fr;
        gap: 15px;
    }

    #cart-table--ID .shop_table tr {
        grid-template-columns: 60px 1fr 60px 30px !important;
    }

    .footer__payment img {
        height: auto;
        width: 100%;
    }
    #thank-you__order-review .woocommerce-order-overview {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
