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

/* Add your custom styles here */
/* .shopengine_swatches .swatch.disabled{
	display:none;
} */
/* .woocommerce div.product form.cart .reset_variations{
	display:none!important;
} */
/* .selected{
	z-index:-1;
} */
/* .woocommerce-variation-price{
	display:none;
} */
/*.elementor-widget-container p.price{
	display:none;
}*/
@keyframes nasa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes nasa-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nasa-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes nasa-spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes nasa-spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

.nasa-loader-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.single-product .e-loop-item,
.woocommerce-cart .e-loop-item
{
    width: 280px;
}
.nasa-loader {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    opacity: .6;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #333;
    border-left: 1px solid #efefef;
    border-right: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: nasa-spin .5s linear infinite;
    -moz-animation: nasa-spin .5s linear infinite;
    -o-animation: nasa-spin .5s linear infinite;
    -ms-animation: nasa-spin .5s linear infinite;
    animation: nasa-spin .5s linear infinite;
}

.product-color-swatch {
    border: 1px solid #000;
}

/* / cart page css / */
.addons-plans-wr.addons-bg h1 {
    font-weight: 600;
}

.addons-plans .addons-plans-wr>button {
    padding: 5px 30px;
    background: #39847b;
    border-color: #39847b;
    color: #fff;
    font-size: 18px;
    border-radius: 5px !important;
}

.addons-plans .addons-plans-wr .title-wr h1 {
    font-size: 15px;
    margin: 0;
    line-height: normal;
    color: #000000;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name .cartMeta {
    font-size: 14px !important;
}
.title-wr p {
    color: #737373;
    font-weight: 500;
}

.title-wr p a {
    text-decoration: underline;
}

.addons-plans-wr.addons-bg .title-wr h1 span {
    color: #1313d6 !important;
    font-weight: 700 !important;
}


.addons-plans-wr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
}

.addons-bg::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/02/imgpsh_fullsize_anim-1-scaled.jpg");
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: contain;
    left: -54px;
    top: 5px;
    background-repeat: no-repeat;
}

.urgrade-bg::before {
    content: "";
    background-image: url("/wp-content/uploads/2025/02/upgrade-scaled.jpg");
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: contain;
    left: -54px;
    top: 5px;
    background-repeat: no-repeat;
}

.addons-plans-wr.urgrade-bg p {
    color: #39847b;
}
 .currency_indicator{
    font-weight: 700;
    color: var(--e-global-color-primary);
    font-size: 16px;
}
 .currency_indicator.float-right{
float:right;
}
.float-left{
    float:left;
}
 .currency_indicator.black{
    color: #000;
 }
/* tumbnail css */
.addons-name-age-wrapper .action-button {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 00px;
}


.addons-name-age-wrapper .name,
.addons-name-age-wrapper .age {
    font-size: 15px;
    font-weight: 400;
    color: #39847b;
    text-align: left;
    padding: 0 05px;
}

.addons-name-age-wrapper .action-button p {
    font-weight: 400;
    text-decoration: underline;
    color: #777777 !important;
    cursor: pointer;
}

/* popup css */
.name-container-popup {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.name-container-popup.active-popup,
.nage-container-overly.active-popup {
    display: flex;
}

.addons-name-age-wrapper .cust_info {
    margin-left: 15px;
    margin-top: 2.2px;
}

.action-button.editmode {
    gap: 10px;
    justify-content: unset;
}

.name-popup-wr {
    background-color: #ffffff;
    max-width: 658px;
    margin: auto;
    text-align: center;
    padding: 30px 50px;
    position: relative;
}

div#name-popup-cross {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #ffffff;
    padding: 3px;
    border-radius: 50px;
    top: -10px;
    right: -10px;
    box-shadow: -3px 4px 7px 0 #0000003d;
    cursor: pointer;
}

.nage-container-overly {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    display: none;
    backdrop-filter: blur(6px);
}

.eligibility-popup-heading h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.eligibility-popup-heading input {
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid rgb(31 31 31 / 20%);
}

.eligibility-popup-heading label {
    text-align: left;
}

.input-wr {
    text-align: left;
}

#NASubmitButton {
    margin-top: 20px;
    text-transform: capitalize;
    background: #39847b;
    border-color: #39847b;
    color: #ffff;
}

.eligibility-popup-heading input[type=number]::-webkit-inner-spin-button,
.eligibility-popup-heading input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* cart product imaage css */
table.custom_carttable.cart td.product-thumbnail img {
    padding: 0px 10px;
}

.modify_prescription_wrap {
    margin-top: 00px !important;
    padding-bottom: 10px !important;
}

.modify_prescription_wrap label {
    padding-top: 4px;
}

.lens_price {
    color: #39847b !important;
    font-weight: bold !important;
}


table.custom_carttable.cart td.product-thumbnail {
    vertical-align: top !important;
    padding-top: 94px !important;
}

.dotted_wrap {
    padding: 1px 0;
}

/* 10-02 css*/

div#prescriptionPopup .addons-plans {
    display: none;
}

.product-thumbnail {
    position: relative;
}

.addons-name-age-wrapper {
    position: absolute;
    bottom: 92px;
}

/* edit popup */

.addons-name-age-wrapper.edit-mode-on {
    position: absolute;
    bottom: 13px;
}

/* cart page button accessories sub menus function hide show enble css  */
/* div#checkoutContainproduct1 {
    display: none !important;
}

.checkoutContain {
    display: block !important;
} */

a.button.add_to_cart_button.ajax_add_to_cart {
    background: var(--links-normal-color, #5bc0de);
    color: #fff !important;
};
.Text-wr>h2>span {
    color: #39847a;
    font-size: 19px;
}

/* --cart item product name or price special style- */
.dotted_wrap.product-ttl {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
}

.dotted_wrap.product-ttl .itm_price {
    text-align: right;
    display: block;
    margin-left: auto;
}

.dotted_wrap.product-ttl .dotted_line {
    top: -20%;
}

.dotted_wrap.product-ttl .dotted_line:before {
    content: '';
    background: #ffffff;
    width: 28%;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 0;
}

td.product-coupon {
    position: absolute;
    bottom: 0;
    right: 0px;
}

td.product-coupon input {width: 22px;height: 22px;}
table.custom_carttable.cart tr {
    position: relative;
}
.addons-name-age-wrapper .action-button p {
    font-size: 11px !important;
    color: #39847b !important;
}

.insurance-checkout:hover, .insurance-checkout:active, .insurance-checkout:focus, .checkout-buttons button.standard-checkout:hover, .checkout-buttons button.standard-checkout:active, .checkout-buttons button.standard-checkout:focus, .checkout-buttons .paypal-checkout:hover, .checkout-buttons .paypal-checkout:active, .checkout-buttons .paypal-checkout:focus {
    background-color: #39847b;
    color: #000;
}

.woocommerce-checkout.woocommerce-page .elementor-location-footer{
    display:none;
}
fieldset#wc-stripe-upe-form {
    width: 65%;
}
div#checkout-step-2 {
    width: 50%;
    margin: 0 auto;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    margin-top: 62px;
    padding-top: 33px;
}

ul.wc_payment_methods.payment_methods.methods {
    margin: 40px;
}

div#payment {
    margin: 40px auto;
    border: 2px solid #39847b;
    margin-top: 0;
}

li.wc_payment_method label {
    font-weight: 600;
}
.review-order-section {
    padding: 0;
}

h3.checkout_billing_heading {
    padding: 20px 30px;
}

div#order_review {
    padding: 10px 30px;
}

.review-order-section {
    background: #80808017;
}

div#order_review {
    background: #fff;
}

.review-order-section p {
    background: #fff;
    padding: 0 30px;
    padding-bottom: 10px;
}

.ConfirmNPay button {
    width: 90%;
    margin: 0 auto;
}

.ConfirmNPay {
    width: 70%;
    margin: 20px auto;
}

.ConfirmNPay button {
    height: 49px;
    font-size: 24px !important;
}
body:not(.logged-in) .prescription-form label:first {
    display: none;
}
body:not(.logged-in) #myac-new-container{
    display: none;
}
#login-btns .elementor-icon-list-item, #my-account-btns .elementor-icon-list-item {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
#login-btns .elementor-icon-list-item:hover, #my-account-btns .elementor-icon-list-item:hover {
    background-color: #39847a;
}
/* #FistAddTOCart .woocommerce-variation-add-to-cart
                {
                    display: block !important;
                    
                } */

/* Container for the custom options */
    /* #power-lense{
        display: none;

    }
    .custom-options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
        width: 100%;
    } */

    /* Style each option box */
    /* .option-box {
        border: 1px solid #000;
        display: inline-block !important;
        margin-bottom: 10px;
        float: left;
        margin-left: 0px !important;
        margin-right: 10px !important;
        text-align: center;
        background-color: white;
        transition: background 0.3s ease;
    } */

    /* Change background when selected */
    /* .option-box.selected {
        background-color: #39847B;
        color: white;
    } */

    /* Hide default select dropdown */
    /* select {
        display: none;
    } */
    .e-n-tabs-heading button {
        background: #39847b !important;
    } 

   #power-lense option:first-child, #select-power option:first-child {
        display: none;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{
        height: 190px;
    }
    /* .not-reader #tab2{
        margin-left: 14%;
    } */
    #prescriptionPopup #productName{
        opacity: 0 !important;
    }
    #custom-preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff;
        z-index: 999999;
        display: flex;
        justify-content: center;
        align-items: center;
      }
  
      #custom-preloader img {
        width: 100px; /* Change size as needed */
        height: auto;
      }
      .e-loop-item-6965, .e-loop-item-8600, .e-loop-item-9279, .e-loop-item-9298{
        display: none !important;
      }

    .wpgb-facet.wpgb-facet-8 .wpgb-color-facet .wpgb-color{
        justify-self: center !important;
    }
    .elementor-widget-wpgb-facet button.wpgb-button.wpgb-reset{
        position: static !important;
    }
    /* .elementor-widget-n-tabs .e-n-tabs-heading{
        justify-content: left !important;
    } */
    #selectlenses .shopengine-wishlist{
        display: none;
    }
    #goodtoknow .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a,.e-n-menu-content .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
        white-space: unset !important;
    }
    .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){
        border-radius: 5px;
        border: solid 1px #39847b;
        font-size: 14px;
        font-weight: 600;
        height: 20px;
        width: 40px;
    }
    .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{
        display: none !important;
    }
    .woocommerce div.product form.cart .variations tr{
        display: block !important;
    }
    .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span{
        overflow: unset;
    }
    /*
    body.term-146 #_gender, body.term-144 #_gender, body.term-22 #_gender, body.term-116 #_gender, body.term-25 #_gender, body.term-106 #_gender, body.term-108 #_gender, body.term-31 #_gender, body.term-109 #_gender,body.term-23 #_gender,body.term-112 #_gender, body.term-24 #_gender{
        display: none !important;
    }*/
    .aipt-editor-loader {
        background: #0000!important;
        background: #fffc!important;
        border: 5px solid #0066ff1a!important;
        border-radius: 50%!important;
        box-shadow: 0 0 30px #00000026!important;
        color: #39847B!important;
        font-family: sans-serif!important;
        font-size: 20px!important;
        font-weight: 600!important;
        height: 200px!important;
        left: 50%!important;
        letter-spacing: 1px!important;
        line-height: 200px!important;
        position: absolute!important;
        text-align: center!important;
        text-shadow: 0 0 10px #39847B!important;
        text-transform: uppercase!important;
        top: 50%!important;
        transform: translate(-50%,-50%)!important;
        width: 200px!important;
        z-index: 9999!important
    }

    .aipt-editor-loader:before {
        animation: animateC 2s linear infinite;
        border-radius: 50%;
        border-right: 3px solid #0000;
        border-top: 3px solid #0000;
        border-color: #39847B #39847B #0000 #0000;
        border-style: solid;
        border-width: 3px;
        content: "";
        height: 100%;
        left: -3px;
        position: absolute;
        top: -3px;
        width: 100%
    }

    .aipt-editor-loader span {
        animation: animate 2s linear infinite;
        background: #0000;
        display: block;
        height: 4px;
        left: 50%;
        position: absolute;
        top: calc(50% - 2px);
        transform-origin: left;
        width: 50%
    }

    .aipt-editor-loader span:before {
        background: #39847B;
        border-radius: 50%;
        box-shadow: 0 0 20px #39847B;
        content: "";
        height: 16px;
        position: absolute;
        right: -8px;
        top: -6px;
        width: 16px
    }

    @keyframes animateC {
        0% {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(1turn)
        }
    }

    @keyframes animate {
        0% {
            transform: rotate(45deg)
        }

        to {
            transform: rotate(405deg)
        }
    }
.aipt-loader-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    z-index: 99999 !important;
}
.pname, .itm_price {
    z-index: unset !important;
}
.woo-variation-gallery-wrapper.loading-gallery::after {
    display: none !important;
    content: none !important;
    background: none !important;
}
.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-blur {
    -webkit-filter: unset !important; 
    filter: unset !important;
    opacity: 1 !important;
    visibility: unset !important;
}
#page-id-8348 .elementor-element.elementor-element-a8e8cb1 .e-n-menu-content{
    position: absolute !important;
}
.page-id-8527 .label-new-collection{
    display: none !important;
}
.woocommerce .elementor-widget-woocommerce-product-price .price{
    text-decoration: none !important;
}
button.btn-no-event{
    pointer-events: none !important;
    background-color: #69727d !important;
}
/*.hide-till-load{
    display: none !important;
} */
  .custom-checkout-links{
    padding: 20px;
  }
 .custom-checkout-links a {
    background: var(--e-global-color-primary) !important;
    color:#fff !important;
}
 .home .e-loop-item{
    width: 364.5px;
    min-height: 280px;
    max-height: 300px;
    height: auto;
 }
 .review-slider-container .swiper-slide{
    width:292.5px;
    margin-right: 20px;
 }
.remove-cart-item{
        font-size: 2em;
        margin-top: -17px;
        margin-left: -10px;
        margin-right: 10px;
}
.cart-product-remove{
    padding-left: 0;
    padding-right: 0;
}
table.custom_carttable.cart td.cart-product-remove{
    vertical-align: top;
}
.selectedFacet{
  background: rgb(57, 132, 123) !important;
}
.selectedFacet .e-n-menu-title-text{
    color: #fff !important;
}
.selectedFacet .e-n-menu-dropdown-icon-opened svg,
.selectedFacet .e-n-menu-dropdown-icon-closed svg{
    fill: #fff !important;
}
.SplitCardField
{
    padding: 5px 10px !important;
}
#eh-stripe-card-element, #eh-stripe-exp-element, #eh-stripe-cvc-element, #eh-stripe-iban-element {
    background: #fff;
    height: 35px;
    padding: 10px 50px;
    border: 1px solid #39847B;
    width: 100%;
}
#checkout-step-2.step2Active{
    width: 90% !important;
    margin: 0px 10% !important;
}
.review-order-section.step2Active{
    border: 2px solid #39847B !important;
    border-radius: 5px !important;
    margin-top: 60px !important;
}
.checkoutshippingheading{
    padding: 20px;
}
.checkoutshippingheading.step2Active{
    display:none !important;
}
.no-service{
    font-size: 25px !important;
    text-align: center;
    margin: 200px auto;
    border: 2px solid var(--e-global-color-primary);
    width: 80%;
}
h2.pa_select_size_heading {
    font-size: 16px;
    margin-bottom: 0;
}
.pa_select_size_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
button.select_pa_select_size {
    flex: 0 0 calc(33.333% - 10.66px);
    box-sizing: border-box;
    background: #eee;
    padding: 20px;
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--e-global-color-primary);
    padding: 10px 0;
    border-radius: 5px;
    color: #000;
    min-width:79px;
}
button.select_pa_select_size.selected, button.select_pa_select_size:hover {
    color: #fff;
    background: var(--e-global-color-primary);
}
select#pa_select-power{
    display: none;
}
span.current_selected_color_name {
    order: 999;
    min-width: 100px !important;
    display: block;
    
}
.single-product .shopengine_swatches{
    align-items: center;
}
.current_selected_color{
    vertical-align: middle;
    margin-left: 10px;
    line-height: 6px;
    font-size: 20px;
}
img.zoomImg {
    background: #fff;
}
.cart_sliders_wrappers {
    margin-top: 20px;
}
.cartSlider{
    display: none;
}
#cartSlider-cases{
    display: block;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-name 
div#e-n-tab-content-1451218001 {
    display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-name a {
    display: block;
}

.social_login_wrapper h2 {
    text-align: center;
    font-size: 17px !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

.social_login_container {
    display: flex;
    justify-content: center;
}
/* Custom tooltip using title attr */
      .product-color-swatch::after {
        content: attr(ttitle);
        position: absolute;
        bottom: 135%; /* show above */
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 13px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
        z-index: 10;
      }

      /* Arrow */
      .product-color-swatch::before {
        content: "";
        position: absolute;
        bottom: 88%; /* just under tooltip box */
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
        z-index: 10;
      }

      /* Show tooltip on hover */
      .product-color-swatch:hover::after,
      .product-color-swatch:hover::before {
        opacity: 1;
        visibility: visible;
      }
      span.swatch.swatch_image.selected:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -3px;
    border: 1px solid #000;
    left: -0.5px;
    border-radius: 50%;
    padding: 4px !important;
}
.xoo-el-form-container.xoo-el-form-inline[data-active="login"] .g-recaptcha{
    margin-bottom: 50px;
}
.swatch_image.selected{
    pointer-events: none;
    opacity: 1;
}


a#try-on-button {
    background: transparent;
    color: #000;
    border: 1px solid;
}
a#try-on-button svg {

    fill: #000;
}
#shoptryon a#try-on-button {
    padding: 0;
    border: none;
}
a#try-on-button {
    padding: 8px 14px;
}
div#openTryon a {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 5px;
}
div#openTryon svg {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
button#try-on-button {
    color: #39847B;
    border: 1px solid #39847B;
    padding: 4px 16px;
}
button#try-on-button:hover {
    background: transparent;
}
.archive  button#try-on-button{
    padding: 10px;
    font-size: 14px;
    color:#39847B;

}
button#try-on-button svg{
    fill:#39847B;
}
.archive  button#try-on-button svg{
    width: 15px;
}
.archive  button#try-on-button:hover,
.archive  button#try-on-button:active,
.archive  button#try-on-button:focus
{
    border: none !important;
    padding: 0;
    background:none !important;
    outline:none;
}
                    
