/*
Theme Name: Axtra Child Theme
Theme URI: https://d4design.ch/
Description: Axtra is a theme of Visual Builder, created by D4Design
Author: D4Design
Author URI: https://d4design.ch/
Template: hello-elementor
Version: 1.0.0
Text Domain: d4d-textdomain
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.mobileonly {
	display: none !important;
}
@media only screen and (max-width:475px) {
	.mobileonly {
		display: flex !important;
	}
}
.vline::before {
	content: '';
	position: absolute;
	bottom: -40px;
	height: 100px;
	left: 50%;
	width: 2px;
	background-color: #000000;
	z-index: 1;
}
.elementor-slideshow__title {
	display: none !important;
}

 .vliner .e-con-inner::after {
	content: '';
	position: absolute;
	bottom: -40px;
	height: 100px;
	left: 50%;
	width: 2px;
	background-color: #000000;
	z-index: 1;
 }
.elementor-menu-toggle__icon--close svg {
	width: 40px;
}
button:focus {
	outline: none !important;
}
a {
	outline: none;
}
.arrows .elementskit-megamenu-panel:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 30%;
    width: 1px;
    height: 1px;
    border-width: 15px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 91;
    border-style: solid;
    transform: translateX(-50%);
}

@media (min-width: 1025px){

  /* Any menu item that has a class starting with "arrow" */
  #menu-main-menu li[class*="arrow"]{
    position: relative;
  }

  /* Hide the old arrow (if you added it on the panel earlier) */
  #menu-main-menu li[class*="arrow"] .elementskit-megamenu-panel:before{
    display: none !important;
  }

  /* Create arrow under the menu item */
  #menu-main-menu li[class*="arrow"]::after{
    content:"";
    position:absolute;
    left:50%;
    top:100%;
    transform:translateX(-50%);
    width:0; height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #ffffff;
    margin-top:-10px;
    z-index:9999;

    opacity:0;
    pointer-events:none;
    transition:opacity .15s ease;
  }

  /* Show arrow when dropdown opens */
  #menu-main-menu li[class*="arrow"]:hover::after,
  #menu-main-menu li[class*="arrow"]:focus-within::after{
    opacity:1;
  }
}

.elementor-widget-container p:last-child {
	margin-bottom: 0;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
a {
	color:#19395F;
	text-decoration: none;
}
a:hover {
	color: #201F5F;
}

.post-state {
	display: none !important;
}
/* Hide gallery caption in Elementor lightbox */
.elementor-lightbox .elementor-gallery-title {
    display: none;
}

/*-------------------------------------------------------------------
Page Loader
--------------------------------------------------------------------*/
#lottiewrap{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color:#000000;
}


#lottie {
	width:50%;
	height:100%;
	margin: 0 auto;
	max-width:165px;
}

.iva_page_loader {
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align: center;
	background: #ffffff url('svg-loaders/axe.svg') no-repeat center center;
	background-position: center center;
	background-size: 80px 80px;
}

.overlaybg2::after {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;	z-index: 0;
	background-color: transparent;
	background-image:url(assets/darkfade.png);
	background-repeat: repeat-x;
	background-position: top left;
	/* background-color: rgba(255,255,255,0.3); */
}
/* Add your custom styles here */
.overlaybg::after {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;	z-index: 2;
	background-color: transparent;
	background-image:url(assets/darkfade.png);
	background-repeat: repeat-x;
	background-position: top center;
	/* background-color: rgba(255,255,255,0.3); */
}

/* Add your custom styles here */
.box_overlay .elementor-cta__bg-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(0,0,0,0) 70%);
	z-index: 2;
}


.elementor-cta__button:after {
	content: url('assets/arrow_button.svg');
}

.overlaybg .swiper-slide-bg:after {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background-image:url(assets/darkfade.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: 100%;
	background-color: rgba(0,0,0,0);
}

.slideroverlay .swiper-slide-bg::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:url(assets/darkfade.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: rgba(0,0,0,0);
	z-index: 0;
}

/*============================*/
/* Slider Homepage            */
/*============================*/
.swiper-slide-contents {
    margin-top: 80px !important;
}

.homeslider .elementor-swiper .swiper .elementor-swiper-button-prev {
    left: 30px;
    bottom: 0;
    top: auto;
}
.homeslider .swiper .elementor-swiper-button-prev .eicon-chevron-left:before {
	content: url('assets/left-arrow.svg');
}
.homeslider .elementor-swiper .swiper .elementor-swiper-button-next {
	left: 30px;
	bottom: 30px;
	top: auto;
}
.homeslider .swiper .elementor-swiper-button-next .eicon-chevron-right:before {
	content: url('assets/right-arrow.svg');
}


/*============================*/
/* Default Widgets            */
/*============================*/

.widget ul, .widget ol {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.widget li { margin-bottom: 0; }
	.widget_pages ul li,
	.widget_nav_menu ul li,
	.widget_categories ul li,
	.widget_archive ul li {
	display: block;
	padding: 2px 0;
	text-align: right;
}
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
	position: relative;
	float: left;
	padding: 2px 0;
	color: #222222;
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(0,0,0,0.1);
}

.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
	color: #3F3F3F;
}
.widget_pages ul li::after,
.widget_nav_menu ul li::after,
.widget_categories ul li::after,
.widget_archive ul li::after {
	clear: both;
	display: block;
	content: "";
}
.widget_pages ul li a:after,
.widget_nav_menu ul li a:after,
.widget_categories ul li a:after,
.widget_archive ul li a:after {
	content: '';
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0%;
	left: 0;
	transition: all 200ms linear;
}
.widget_pages ul li a:hover:after,
.widget_nav_menu ul li a:hover:after,
.widget_categories ul li a:hover:after,
.widget_archive ul li a:hover:after {
	width: 100%;
	border-color: #3F3F3F;
}
.widget_pages ul.children,
.widget_nav_menu ul.children,
.widget_categories ul.children,
.widget_archive ul.children { clear: both; padding: 5px 0 0 10px; }

.widget_pages ul.children li,
.widget_nav_menu ul.children li,
.widget_categories ul.children li,
.widget_archive ul.children li { padding: 5px 0; }

.widget_nav_menu ul.children li,
.widget_nav_menu ul.children li a,
.widget_pages ul.children li,
.widget_pages ul.children li a,
.widget_categories ul.children li,
.widget_categories ul.children li a,
.widget_archive ul.children li,
.widget_archive ul.children li a { line-height: 1; padding-left: 8px;}

table thead th {
	background-color:#F3F5F7;
	color: #ffffff;
}

/* WordPress Clanedar */
#wp-calendar { border: none; }
#wp-calendar tbody td,
#wp-calendar th,
#wp-calendar table,
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption,
#wp-calendar tbody td {
	background-color: transparent !important;
	border: none !important;
}
#wp-calendar tbody td a {
	display: block;
	width: 38px;
	height: 38px;
	color: #000000;
	padding: 6px;
	border: 1px solid #3F3F3F;
	border-radius: 50%;
}
#wp-calendar tbody td {
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	vertical-align: middle;
}
#wp-calendar tbody td { text-align: center; }
#wp-calendar th {
	font-weight: 300;
	text-align: center;
}
#wp-calendar caption { font-weight: bold; color: inherit; }
#wp-calendar tfoot tr a { color: inherit; }
#wp-calendar tfoot #prev { text-align: left;}
#wp-calendar tfoot #next { text-align: right;}

#wp-calendar tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.023);
}
/*============================*/
/* Menu Cart Icon             */
/*============================*/
.elementor-menu-cart__toggle .elementor-button:hover {
	border: 0 !important;
	padding: 0 !important;
}

/*============================*/
/* Toggle Icon Plus Minus */
/*============================*/

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block;
    font-size: 40px;
    margin-top: -10px;
}

/*============================*/
/* Responsive CSS             */
/*============================*/

/* This media query targets screens with a maximum width of 1024px or tables */


.logo a {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.logo img {
	width: 100%;
	transition: all 0.2s linear;
}
.elementor-sticky--effects .logo img{
		width: 70px !important;
}

.hidesticky {
	transition: all 0.2s linear;
}

.elementor-sticky--effects .hidesticky {
	display: none !important;
}

.elementor-sticky--effects {
	background-color: #000000;
	box-shadow: 0 0 14px 0 rgba(0,0,0,.2);

}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border:none !important;
}

/* Humburger Menu */
#hummenu .elementor-menu-toggle,
#hummenu .elementor-menu-toggle:focus,
#hummenu .elementor-menu-toggle:visited {
	background-color: transparent;
}

#hummenu .fa-angle-down:before {
	content: url('assets/arrow-down.svg') !important;
}

#hummenu .highlighted .fa-angle-down:before {
	content: url('assets/arrow-down-white.svg') !important;
}

#hummenu .elementor-menu-toggle .eicon-menu-bar:before {
	position: absolute;
	transform: translate(-100%, -45%);
	content: url('assets/ham-open.svg');
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s linear;
	z-index: 9999;
}
#hummenu .elementor-menu-toggle.elementor-active .eicon-close:before {
	position: absolute;
	transform: translate(-100%, -45%);
	content: url('assets/ham-close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9999;
}

/* custom dropdown menu */
#hummenu .elementor-nav-menu--dropdown .elementor-nav-menu {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
	outline: none;
}
#hummenu nav.elementor-nav-menu--dropdown {
	top: 0 !important;
	margin:0;
	position: fixed !important;
	width: 100vw !important;
	height: 100vh !important;
	background-color: rgba(0, 0, 0, 1) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: all 0.4s cubic-bezier(0.54, 0.17, 0.47, 0.83);
}
#hummenu .elementor-menu-toggle {
	z-index: 999;
	padding:0;
	position: relative;
}

#hummenu .elementor-nav-menu--dropdown .elementor-item:focus {
	background-color: transparent !important;
}

#hummenu .elementor-nav-menu--dropdown .elementor-nav-menu a {
	transition: all 0.23s ease-in-out;
}

#hummenu .elementor-nav-menu--dropdown .elementor-item:focus,
#hummenu .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child a {
	border-bottom: none !important;
}

#hummenu .elementor-nav-menu--dropdown .mb-show {
	display: block !important;
}
#hummenu .elementor-nav-menu--dropdown ul {
	width: 40%;
}

.elementor-nav-menu__align-right .elementor-nav-menu,
.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: center !important
}
#hummenu .elementor-menu-toggle.elementor-active .eicon-close:before{
	margin-right:0 !important;
	right: -50% !important;
	transform: translate(50%,-50%);
}
#hummenu .elementor-menu-toggle .eicon-menu-bar:before {
	width: 70px;
	transform: translate(-40%,-50%);
	overflow: hidden;
}

/*============================*/
#heroimages {
    opacity: 0; /* Initially invisible */
    transition: opacity 1s ease-in-out; /* Smooth fade-in effect */
    background-size: cover;
    background-position: center;
    height: 100vh; /* Fullscreen height */
    width: 100%; /* Full width */
    -webkit-animation: kenburns-zoomin 20s ease-in-out forwards;
            animation: kenburns-zoomin 20s ease-in-out forwards; /* Apply zoom-in effect */
}

/* Ken Burns Zoom-In Effect Keyframes */
@-webkit-keyframes kenburns-zoomin {
    0% {
        transform: scale(1); /* Start at normal size */
    }
    100% {
        transform: scale(1.2); /* Gradually zoom in to 120% */
    }
}
@keyframes kenburns-zoomin {
    0% {
        transform: scale(1); /* Start at normal size */
    }
    100% {
        transform: scale(1.2); /* Gradually zoom in to 120% */
    }
}

#heroimages img {
    display: none; /* Hide original gallery images */
}


.elementor-button svg {
    width: 20px;
    height: 18px;
    margin-top: 2px
}

.elementor-button-wrapper .elementor-button:hover {
    box-shadow: 0 0 0 0 transparent !important;
}


.elementor-button-wrapper:hover .elementor-button-icon {
      transition: all 0.3s linear;
}

.elementor-button-icon {
    right: 0px;
    position: relative;
    transition: all 0.3s linear;
}



.logocarousel .elementor-widget-container:before {
    background-image: linear-gradient(90deg, #ffffff, transparent);
    pointer-events: none;
    width: 100px;
    position: absolute;
    content:'';
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.logocarousel .elementor-widget-container:after {
    background-image: linear-gradient(90deg, transparent, #ffffff);
    pointer-events: none;
    width: 100px;
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.elementskit-submenu-indicator {
    display: inline-block;
    width: 12px; /* Slightly larger width for better visibility */
    height: 12px; /* Match the height to width */
    vertical-align: middle; /* Align with the text */
    background: no-repeat center;
    background-size: contain;
    content: '';
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g id="surface25339102"><path style="stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1.726562 4.015625 L 1.023438 4.734375 L 7.5 11.074219 L 13.972656 4.734375 L 13.277344 4.015625 L 7.5 9.675781 Z M 1.726562 4.015625 "></path></g></svg>') no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g id="surface25339102"><path style="stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1.726562 4.015625 L 1.023438 4.734375 L 7.5 11.074219 L 13.972656 4.734375 L 13.277344 4.015625 L 7.5 9.675781 Z M 1.726562 4.015625 "></path></g></svg>') no-repeat;
    background-color: black; /* Set the color of the arrow */
    margin-left: 5px; /* Add space between text and arrow */
}

/*============================*/
/* WPML dropdown icon         */
/*============================*/
.d4d-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url(assets/arrow-down-white.svg);
    border: unset!important;
    position: absolute;
	right: 0;
    top: 50%;
	width: 22px;
	transform: translateY(-50%) scale(1.1);
}

.elementor-sticky--effects .d4d-wpml.black .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: url(assets/arrow-down-white.svg);
    border: unset!important;
    position: absolute;
	right: 0px;
    top: 50%;
	width: 22px;
	transform: translateY(-50%) scale(1.1);
}
.wpml-ls-legacy-dropdown a {
	padding: 0 0 0 10px!important;
	border: unset!important;
	line-height: unset!important;
	background: transparent;
	text-decoration: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
	background:transparent;
}
.wpml-ls-sub-menu li {
	line-height: 20px;
}
.wpml-ls-legacy-dropdown a span {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.d4d-wpml ul.wpml-ls-sub-menu {
	width: 45px;
}
.d4d-wpml li {
	transition: all 0.5s linear;
}
.d4d-wpml .wpml-ls-legacy-dropdown li:hover {
	background-color: transparent;
}



.button-arrow .elementor-button-text:after {
	content: url('assets/arrow_button.svg');
	left: 10px;
    position: relative;
    top: -2px;
}

.button-arrow-w .elementor-button-text:after {
	content: url('assets/arrow_button-white.svg');
	left: 10px;
    position: relative;
    top: -2px;
}

.elementor-post-navigation .post-navigation__arrow-prev.post-navigation__arrow-wrapper i {
	content: url('assets/arrow_button.svg');
	transform: rotate(180deg) translateY(8px);
	width: 32px;
}

.elementor-post-navigation .post-navigation__arrow-next.post-navigation__arrow-wrapper i {
	content: url('assets/arrow_button.svg');
	transform: translateY(-8px);
	width: 32px;
}
/*============================*/
/* Custom CTA Box Overlay */
/*============================*/
.ctabox-overlay .elementor-cta__bg.elementor-bg:after {
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 13%, rgba(255,255,255,0) 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ctabox-overlay .elementor-cta__button:after {
    content: '';
    bottom: -3px;
    position: relative;
    background-image: url(assets/arrow_button.svg);
    background-repeat: no-repeat;
    background-size: 50px 9px !important;
    width: 69px;
    padding-left: 52px;
	transition: all 0.3s linear;

}

.ctabox-overlay:hover .elementor-cta__button:after {
    background-image: url(assets/arrow_button-white.svg);
}



/*-------------------------------------------------------------------
Logo Carousel
--------------------------------------------------------------------*/
.logo-carousel-widget {
    position: relative;
    width: 100%;
}

.logo-carousel-widget .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.logo-carousel-widget img {
    max-height: 80px;
    max-width: 100%;
    transition: transform 0.3s ease;
}

.logo-carousel-widget img:hover {
    transform: scale(1.05);
}

.logo-carousel-widget .swiper-button-prev,
.logo-carousel-widget .swiper-button-next {
  display: none !important;
}


.logo-carousel-swiper:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}


/* Custom Gallery Hover Icon */
/* ==== Insight gallery overlay + magnifier icon ==== */
.cg-insight-gallery .gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;          /* keeps overlay inside image */
}

/* Dark overlay */
.cg-insight-gallery .gallery-icon a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

/* Magnifier SVG icon */
.cg-insight-gallery .gallery-icon a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    
    /* your SVG as data-uri, colored white */
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'>\<path fill='white' d='M 21 3 C 11.601563 3 4 10.601563 4 20 C 4 29.398438 11.601563 37 21 37 C 24.355469 37 27.460938 36.015625 30.09375 34.34375 L 42.375 46.625 L 46.625 42.375 L 34.5 30.28125 C 36.679688 27.421875 38 23.878906 38 20 C 38 10.601563 30.398438 3 21 3 Z M 21 7 C 28.199219 7 34 12.800781 34 20 C 34 27.199219 28.199219 33 21 33 C 13.800781 33 8 27.199219 8 20 C 8 12.800781 13.800781 7 21 7 Z'/>\</svg>");
}

/* Show overlay + icon on hover */
.cg-insight-gallery .gallery-icon a:hover::before,
.cg-insight-gallery .gallery-icon a:hover::after {
    opacity: 1;
}

.cg-insight-gallery .gallery-icon a:hover::after {
    transform: translate(-50%, -50%) scale(1);
} 

/* Font Animate */
.fontanimate-wrapper {
	white-space: nowrap;
	display: inline-flex;
	overflow: hidden;
	color: #DD0703;
	line-height: 1em;
}
.fontanimate-cursor {
	display: inline-block;
	margin-left: 1px;
	color: #ffffff;
	-webkit-animation: blink 1s infinite;
	        animation: blink 1s infinite;
	font-weight: normal;
}

@-webkit-keyframes blink {
	0%, 50%, 100% { opacity: 1; }
	25%, 75% { opacity: 0; }
}

@keyframes blink {
	0%, 50%, 100% { opacity: 1; }
	25%, 75% { opacity: 0; }
}

.fontanimate-prefix {color: #FFFFFF;}
.fontanimate-prefix, .fontanimate-typed-text, .fontanimate-cursor { display: inline; }

/* "name" */
#buchen #form-field-name{
  background-image: url("assets/icons-axe.svg");
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 22px 22px;
  padding-left: 44px; 
}

#buchen #form-field-field_944599a{
  background-image: url("assets/icons8-people.svg");
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 22px 22px;
  padding-left: 44px; 
}

#buchen #form-field-field_20ef477{
  background-image: url("assets/icons8-calendar.svg");
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 22px 22px;
  padding-left: 44px; 
}
#buchen #form-field-field_34fa0f0{
  background-image: url("assets/icons8-clock.svg");
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 22px 22px;
  padding-left: 44px; 
}


/* Diagonal strike for Elementor price table original price */
.elementor-price-table .elementor-price-table__original-price{
  position: relative;
  display: inline-block;
  text-decoration: none !important; /* disable horizontal line-through */
}

/* the diagonal line */
.elementor-price-table .elementor-price-table__original-price::after{
  content: "";
  position: absolute;
  left: -12%;
  top: 50%;
  width: 124%;
  height: 3px;                 /* thickness */
  background: currentColor;     /* uses same color as text */
  transform: rotate(-18deg);    /* adjust angle */
  transform-origin: center;
  pointer-events: none;
}