/* Common style */

body {
    cursor: auto;
}

.elementor-widget .elementor-icon-list-items:has(.elementor-icon-list-icon) .elementor-icon-list-item:not(:has(.elementor-icon-list-icon)) {
    padding-left: calc(var(--e-icon-list-icon-size) + 12px);
}

.elementor-lightbox .dialog-lightbox-close-button {
    box-shadow: none;
    -webkit-box-shadow: none;
}

body .elementor-lightbox .elementor-lightbox-image {
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
}

.elementor-widget.elementor-widget-icon-list a:hover .elementor-icon-list-text,
.elementor-widget.elementor-widget-icon-list a:focus .elementor-icon-list-text {
    color: rgba(var(--wdtHeadAltColorRgb),0.65);
}

.wdt-dark-bg .elementor-widget.elementor-widget-icon-list a:hover .elementor-icon-list-text,
.wdt-dark-bg .elementor-widget.elementor-widget-icon-list a:focus .elementor-icon-list-text {
    color: var(--wdtPrimaryColor);
}

.elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.elementor-widget .elementor-icon-list-items:has(.elementor-icon-list-icon) .elementor-icon-list-item:not(:has(.elementor-icon-list-icon)) a {
    background: linear-gradient(currentColor,currentColor) no-repeat bottom center / 100% 1px;
    line-height: 1.2;
}

.elementor-widget .elementor-icon-list-items:has(.elementor-icon-list-icon) .elementor-icon-list-item:not(:has(.elementor-icon-list-icon)) a:hover {
    background-size: 0% 1px;
}

.wdt-backdrop-filter { backdrop-filter: blur(10px); }

/* Button arrow hover keyframes */

@keyframes wdt-button-arrow {
    0% {
        transform: translate(0em,0em) scale(1);
        -webkit-transform: translate(0em,0em) scale(1);
        opacity: 1;
    }
    49% {
        transform: translate(1em,-1em) scale(0);
        -webkit-transform: translate(1em,-1em) scale(0);
        opacity: 0;
    }
    50% {
        transform: translate(-1em,1em) scale(0);
        -webkit-transform: translate(-1em,1em) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(0em,0em) scale(1);
        -webkit-transform: translate(0em,0em) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes wdt-button-arrow {
    0% {
        transform: translate(0em,0em) scale(1);
        -webkit-transform: translate(0em,0em) scale(1);
        opacity: 1;
    }
    49% {
        transform: translate(1em,-1em) scale(0);
        -webkit-transform: translate(1em,-1em) scale(0);
        opacity: 0;
    }
    50% {
        transform: translate(-1em,1em) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(0em,0em) scale(1);
        -webkit-transform: translate(0em,0em) scale(1);
        opacity: 1;
    }
}

@media only screen and (min-width: 1281px) {
    .wdt-footer-tpl .elementor-widget.elementor-widget-wdt-logo a, 
    .wdt-footer-tpl .elementor-widget.elementor-widget-wdt-logo a img {
        width: 100%;
        max-width: 100%;
    }
}


/* Megamenu Menu */

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu ul {
    width: 100% !important;
}

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li a {
    font-size: var(--wdtFontSize_Base);
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_Alt);
    text-transform: capitalize;
    position: relative;
    padding-right: 1.3em;
}

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li a::before {
    content: '';
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    right: 0;
    top: 0.45em;
    background: currentColor;
    
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M99.3,8.2v68.2c0,4.2-3.4,7.6-7.6,7.6c-4.2,0-7.6-3.4-7.6-7.6V26.5L11.4,99.3L0.7,88.6l72.8-72.8H23.6c-4.2,0-7.6-3.4-7.6-7.6c0-4.2,3.4-7.6,7.6-7.6h68.2C95.9,0.7,99.3,4.1,99.3,8.2z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M99.3,8.2v68.2c0,4.2-3.4,7.6-7.6,7.6c-4.2,0-7.6-3.4-7.6-7.6V26.5L11.4,99.3L0.7,88.6l72.8-72.8H23.6c-4.2,0-7.6-3.4-7.6-7.6c0-4.2,3.4-7.6,7.6-7.6h68.2C95.9,0.7,99.3,4.1,99.3,8.2z'%3E%3C/path%3E%3C/svg%3E");
}

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li:hover a::before {
    animation: wdt-button-arrow 0.3s linear;
    -webkit-animation: wdt-button-arrow 0.3s linear;
}

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li:not(:last-child) a {
    margin-bottom: 20px;
}

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li:not(:first-child) a {
    margin-top: 20px;
}

.wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li:not(:last-child) {
    border-bottom: 1px solid var(--wdtBorderColor);
}

.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder.wdt-template-textual .wdt-button:not(:focus), 
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder.wdt-template-textual .wdt-button:not(:hover),
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder.wdt-button-style-underline:before {
    color: var(--wdtLinkColor);
}

.wdt-header-menu ul li.has-mega-menu ul .wdt-button,
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder .wdt-button {
    background-color: var(--wdtLinkColor);
    color: var(--wdtAccentTxtColor);
    box-shadow: 0 0 0 4px rgb(var(--wdtLinkHoverColorRgb), 0.3), inset 0 0 0 3px rgb(var(--wdtLinkHoverColorRgb), 0.3);
    -webkit-box-shadow: 0 0 0 4px rgb(var(--wdtLinkHoverColorRgb), 0.3), inset 0 0 0 3px rgb(var(--wdtLinkHoverColorRgb), 0.3);
}

.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder.wdt-template-textual .wdt-button {
    background-color: transparent !important;
}

.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder:not(.wdt-template-textual) .wdt-button .wdt-button-icon span {
    background-color: var(--wdtLinkHoverColor);
    color: var(--wdtHeadAltColor);
    box-shadow: inset 0 0 0 1.5px var(--wdtLinkHoverColor), inset 0 0 0 3px var(--wdtLinkColor);
    -webkit-box-shadow: inset 0 0 0 1.5px var(--wdtLinkHoverColor), inset 0 0 0 3px var(--wdtLinkColor);
}

.wdt-header-menu ul li.has-mega-menu ul .wdt-button:hover,
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder .wdt-button:hover,
.wdt-header-menu ul li.has-mega-menu ul .wdt-button:focus,
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder .wdt-button:focus {
    background-color: var(--wdtLinkHoverColor);
    color: var(--wdtHeadAltColor);
    box-shadow: 0 0 0 4px rgb(var(--wdtLinkColorRgb), 0.04), inset 0 0 0 3px rgb(var(--wdtLinkColorRgb), 0.1);
    -webkit-box-shadow: 0 0 0 4px rgb(var(--wdtLinkColorRgb), 0.04), inset 0 0 0 3px rgb(var(--wdtLinkColorRgb), 0.1);
}
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder:not(.wdt-template-textual) .wdt-button:hover .wdt-button-icon span,
.wdt-header-menu ul li.has-mega-menu ul .wdt-button-holder:not(.wdt-template-textual) .wdt-button:focus .wdt-button-icon span {
    background-color: var(--wdtLinkColor);
    color: var(--wdtAccentTxtColor);
    box-shadow: inset 0 0 0 1.5px var(--wdtLinkColor), inset 0 0 0 3px var(--wdtLinkHoverColor);
    -webkit-box-shadow: inset 0 0 0 1.5px var(--wdtLinkColor), inset 0 0 0 3px var(--wdtLinkHoverColor);
}

@media only screen and (max-width:1540px) and (min-width:1281px) {
    .wdt-header-menu ul li.has-mega-menu ul li.menu-item-object-wdt_mega_menus .elementor-widget-wp-widget-nav_menu li a {
        font-size: var(--wdtFontSize_Base);
    }
}

@media only screen and (max-width:1280px) {
    .mobile-menu ul li.has-mega-menu .elementor-widget-wp-widget-nav_menu ul > li > a {
        min-height: 42px;
        line-height: 42px;
        display: block;
        padding: 0 15px;
    }
    .mobile-menu ul li.has-mega-menu .elementor-widget-wp-widget-nav_menu ul > li > a {
        border-bottom: 1px solid rgba(var(--wdtHeadAltColorRgb),0.06);
    }
}

/* --------------------------------------------------- */
                  /* Product style */
/* ---------------------------------------------------- */

/* #Product wishlist */

.woocommerce ul.products li.product .product-wrapper > .tinv-wraper { 
    display: none; 
}

.woocommerce div.product .wdt-product-summary .product-buttons-wrapper .wc_btn_inline a.tinvwl_add_to_wishlist_button {
    background: transparent;
    border: 1px solid var(--wdtBorderColor);
    box-shadow: none;
    color: var(--wdtHeadAltColor);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, 
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, 
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, 
a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, 
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    content: '\e804' !important;
    font-family: "wdt-alt-icons" !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    content: '\e805' !important;
}

.woocommerce div.product .summary.wdt-product-summary .variations_button {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.woocommerce div.product .summary.wdt-product-summary .variations_button > * {
    margin: 0;
}

.woocommerce div.product .summary.wdt-product-summary .variations_button > .tinv-wraper {
    display: flex;
}

.tinv-wishlist .social-buttons li {
    padding-bottom: 0;
}

.tinv-wishlist .social-buttons > span {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    position: relative;
}

.tinv-wishlist .social-buttons > span::after {
    content: ':';
}

.woocommerce.tinv-wishlist .tinvwl-input-group .select2-container .select2-selection--single {
    line-height: 48px;
}

.woocommerce.tinv-wishlist table th input[type=checkbox] {
    border-color: var(--wdtAccentTxtColor) !important;
    top: 0;
}

.woocommerce.tinv-wishlist table th input[type=checkbox]::before {
    background-color: var(--wdtAccentTxtColor) !important;
}

.woocommerce.tinv-wishlist table td img, .woocommerce.tinv-wishlist table th img {
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
    background-color: var(--wdtTertiaryColor);
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
    background-color: var(--wdtBodyBGColor);
    max-width: 300px;
    padding: 40px;
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, 
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, 
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
    display: none
}

.tinv-wishlist .social-buttons li a.social { color: var(--wdtLinkColor); }
.tinv-wishlist .social-buttons li a.social:hover,
.tinv-wishlist .social-buttons li a.social:focus { color: rgba(var(--wdtLinkColorRgb),0.65); }

.tinv-overlay { background: var(--wdtHeadAltColor); }
.tinv-modal.tinv-modal-open .tinv-overlay { opacity: .9; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    height: auto;
    aspect-ratio: 1;
    -webkit-aspect-ratio: 1;
    -moz-aspect-ratio: 1;
}

.tinv-wishlist .product-stock i {
    margin-right: 10px;
}

.tinv-wishlist .product-stock i.ftinvwl-times:before {
    font-size: 1.7em;
    position: relative;
    top: -1px;
    margin-right: -7px;
    margin-left: -7px;
}

.tinv-wishlist .product-stock span {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product button style */

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a.button,
.woocommerce.single-product .product button.single_add_to_cart_button {
    padding-right: 3.55em !important;
}

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a::before,
.woocommerce.single-product .product button.single_add_to_cart_button::before {
    content: '\e800';
    font-family: "wdt-alt-icons";
    font-size: 0.5em;
    position: absolute;
    right: 2.6em;
    top: 50%;
    translate: 0% -50%;
    -webkit-translate: 0% -50%;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    z-index: 1;

    color: var(--wdtHeadAltColor);
    margin: 0;
    width: 1em;
    height: 1em;
}

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a::after,
.woocommerce.single-product .product button.single_add_to_cart_button::after {
    content: '' !important;
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    font-size: 0.5em;
    width: 5em;
    height: 5em;
    margin-left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);

    position: absolute;
    right: 0.6em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    background-color: var(--wdtLinkHoverColor);
    box-shadow: inset 0 0 0 1.5px var(--wdtLinkHoverColor), inset 0 0 0 3px var(--wdtLinkColor);
    -webkit-box-shadow: inset 0 0 0 1.5px var(--wdtLinkHoverColor), inset 0 0 0 3px var(--wdtLinkColor);

    animation: none;
    -webkit-animation: none;
}

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a:hover::before,
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a:focus::before,
.woocommerce.single-product .product button.single_add_to_cart_button:hover::before,
.woocommerce.single-product .product button.single_add_to_cart_button:focus::before {
    color: var(--wdtAccentTxtColor);
    animation: wdt-button-arrow 0.3s linear;
    -webkit-animation: wdt-button-arrow 0.3s linear;
}

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a:hover::after,
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button a:focus::after,
.woocommerce.single-product .product button.single_add_to_cart_button:hover::after,
.woocommerce.single-product .product button.single_add_to_cart_button:focus::after {
    background-color: var(--wdtLinkColor);
    box-shadow: inset 0 0 0 1.5px var(--wdtLinkColor), inset 0 0 0 3px var(--wdtLinkHoverColor);
    -webkit-box-shadow: inset 0 0 0 1.5px var(--wdtLinkColor), inset 0 0 0 3px var(--wdtLinkHoverColor);
}

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a.button, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button.button, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline .button {
    background-color: var(--wdtHeadAltColor);
    color: var(--wdtAccentTxtColor);
}

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a:hover, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a.button:hover, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button:hover, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button.button:hover, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline .button:hover,

.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a:focus, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline a.button:focus, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button:focus, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline button.button:focus, 
.woocommerce ul.products li.product .product-details .product-buttons-wrapper.product-button .wc_btn_inline .button:focus {
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtHeadAltColor);
}

.woocommerce div.product form.cart .reset_variations {
    font-size: var(--wdtFontSize_Base);
    text-decoration: none;
    color: var(--wdtLinkColor);
}

.woocommerce div.product form.cart .variations a.reset_variations:hover,
.woocommerce div.product form.cart .variations a.reset_variations:focus {
    color: rgba(var(--wdtHeadAltColorRgb),0.65);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
    padding-right: 24px;
}

.woocommerce-password-strength {
    margin-top: 15px;
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
}



/* --------------------------------------------------- */
                 /* Product style end */
/* ---------------------------------------------------- */



/* Icon Aside Title Template divider style */

.elementor-widget-divider:has( + .elementor-widget-wdt-image-box .wdt-image-box-holder.wdt-rc-template-icon-aside-title ) .elementor-divider {
    align-items: center;
}

.elementor-widget-divider:not(.alternate):has( + .elementor-widget-wdt-image-box .wdt-image-box-holder.wdt-rc-template-icon-aside-title ) .elementor-divider:before,
.elementor-widget-divider.alternate:has( + .elementor-widget-wdt-image-box .wdt-image-box-holder.wdt-rc-template-icon-aside-title ) .elementor-divider:after {
    content: "";
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: rgb(var(--wdtAccentTxtColorRgb),0.2);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    flex: 0 0 auto;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 0 8px rgb(var(--wdtAccentTxtColorRgb),0.2);
    -webkit-box-shadow: inset 0 0 0 8px rgb(var(--wdtAccentTxtColorRgb),0.2);
}


/* Home Page Blog */

@media only screen and (min-width:1541px) {
    .tpl-blog-holder:not(:has(.wdt-post-entry:nth-child(3))) .entry-grid-layout .blog-entry div.entry-media-group > div.entry-thumb img {
        min-height: 458px;
    }
}

@media only screen and (max-width:1540px) and (min-width:1281px) {
    .tpl-blog-holder:not(:has(.wdt-post-entry:nth-child(3))) .entry-grid-layout .blog-entry div.entry-media-group > div.entry-thumb img {
        min-height: 445px;
    }
}

@media only screen and (max-width:1280px) and (min-width:1025px) {
    .tpl-blog-holder:not(:has(.wdt-post-entry:nth-child(3))) .entry-grid-layout .blog-entry div.entry-media-group > div.entry-thumb img {
        min-height: 370px;
    }
}


/* Home Slider Blur */

.elementor-element.e-con.e-child:has( > .elementor-widget-image + .elementor-widget-wdt-testimonial),
.elementor-element.e-con.e-child:has( > .elementor-widget-image + .elementor-widget-text-editor) {
    width: fit-content;
    backdrop-filter: blur(10px);
}

.elementor-element.e-con.e-child:has(.elementor-widget-wdt-thumbs-slider) ~ .elementor-element.e-con.e-child:has( > .elementor-widget-wdt-animation) {
    position: relative;
}

.elementor-element.e-con.e-child:has(.elementor-widget-wdt-thumbs-slider) ~ .elementor-element.e-con.e-child:has( > .elementor-widget-wdt-animation) > .elementor-widget-wdt-animation {
    position: static;
}

.elementor-element.e-con.e-child:has(.elementor-widget-wdt-thumbs-slider) ~ .elementor-element.e-con.e-child:has( > .elementor-widget-wdt-animation) > .elementor-widget-wdt-animation::before,
.elementor-element.e-con.e-child:has(.elementor-widget-wdt-thumbs-slider) ~ .elementor-element.e-con.e-child:has( > .elementor-widget-wdt-animation) > .elementor-widget-wdt-animation::after {
    content: '';
    position: absolute;
    top: -3px;
    background: linear-gradient(90deg, var(--wdtPrimaryColor), transparent);
    height: 5px;
    width: 300px;
    animation: wdt-animation-line 3s linear infinite;
    -webkit-animation: wdt-animation-line 3s linear infinite;
    pointer-events: none;
}

.elementor-element.e-con.e-child:has(.elementor-widget-wdt-thumbs-slider) ~ .elementor-element.e-con.e-child:has( > .elementor-widget-wdt-animation) > .elementor-widget-wdt-animation::after {
    top: auto;
    bottom: -3px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    animation-direction: reverse;
    -webkit-animation-direction: reverse;
}

@keyframes wdt-animation-line {
    0% { left: 100%; }
    100% { left: -300px; }
}

@-webkit-keyframes wdt-animation-line {
    0% { left: 100%; }
    100% { left: -300px; }
}


/* Testimonial Container */

.wdt-thumb-carousel-holder .swiper-slide .elementor-element.e-con.e-child:has( > .elementor-widget-image + .elementor-widget-wdt-testimonial) {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdt-thumb-carousel-holder .swiper-slide-active .elementor-element.e-con.e-child:has( > .elementor-widget-image + .elementor-widget-wdt-testimonial) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}



/* --------------------------------------------------- */
                  /* Unit Test */
/* ---------------------------------------------------- */

/* Block naviation */

.wp-block-navigation .wp-block-navigation__submenu-icon { 
    background-color: transparent; 
    box-shadow: none; 
    -webkit-box-shadow: none; 
    margin-top: 0;
    font-size: 1.2em;
}

/* Search Button */

.wp-block-search__button svg {
    background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M96.15,92.17,78.48,74.56A42.22,42.22,0,0,0,89,46.5,42.78,42.78,0,1,0,46.23,89.31,42.22,42.22,0,0,0,74.3,78.74L91.91,96.41a3.09,3.09,0,0,0,4.24,0A3.08,3.08,0,0,0,96.15,92.17ZM73.1,71.63a1.69,1.69,0,0,0-1.07.66,1.73,1.73,0,0,0-.66,1.08,36.43,36.43,0,0,1-25.14,10A36.81,36.81,0,1,1,83.07,46.5,36.39,36.39,0,0,1,73.1,71.63Z'/%3E%3Cpath d='M49.22,22.61a3,3,0,0,1-3,3,20.92,20.92,0,0,0-20.9,20.9,3,3,0,0,1-3,3,3,3,0,0,1-3-3A26.91,26.91,0,0,1,46.23,19.63,3,3,0,0,1,49.22,22.61Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M96.15,92.17,78.48,74.56A42.22,42.22,0,0,0,89,46.5,42.78,42.78,0,1,0,46.23,89.31,42.22,42.22,0,0,0,74.3,78.74L91.91,96.41a3.09,3.09,0,0,0,4.24,0A3.08,3.08,0,0,0,96.15,92.17ZM73.1,71.63a1.69,1.69,0,0,0-1.07.66,1.73,1.73,0,0,0-.66,1.08,36.43,36.43,0,0,1-25.14,10A36.81,36.81,0,1,1,83.07,46.5,36.39,36.39,0,0,1,73.1,71.63Z'/%3E%3Cpath d='M49.22,22.61a3,3,0,0,1-3,3,20.92,20.92,0,0,0-20.9,20.9,3,3,0,0,1-3,3,3,3,0,0,1-3-3A26.91,26.91,0,0,1,46.23,19.63,3,3,0,0,1,49.22,22.61Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center center; mask-position: center center; -webkit-mask-size: 20px auto; mask-size: 20px auto; 
}

/* MEJS Audio control */

.mejs-controls .mejs-button [type="button"] { box-shadow: none !important; -webkit-box-shadow: none !important; background-color: transparent; }


/* Color */

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content,
.wp-block-query-pagination a, .wp-block-query-pagination span,
.taxonomy-category a,

.single-entry-body a {
    color: var(--wdtLinkColor);
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus,

.wp-block-query-pagination a:hover, .wp-block-query-pagination a:focus,

.taxonomy-category a:hover, .taxonomy-category a:focus,

.single-entry-body a:hover, .single-entry-body a:focus {
    color: rgba(var(--wdtLinkColorRgb),0.65);
}

