/**
Theme Name: Astra Child
Author: Dalianul
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Start of custom CSS - 19.06.2025 by Togaether */

/** Dynamic Mobil -Start- **/

.ne-menu-link .elementor-item.menu-link {
	position: relative;
	overflow: hidden;
}

/* NEU -Start- */

.ne-item-box {
	display: flex;
	flex-direction: column;
}

a.ne-item-box-heading, .ne-item-box-content-item > p, .ne-item-box-content-item {
	font-size: 0.9rem;
	margin-bottom: 0em;
	width: fit-content;
}

.ne-item-box-heading {
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 0.9rem;
}

.ne-item-box-content-item {
	font-size: 0.9rem;
}

.ne-item-box-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 40px;
}

@media only screen and (max-width: 1024px) {
	.ne-item-box-content {
		grid-template-columns: 1fr 1fr;
	}
	
	.ne-modal-closeBtn {
		right: 20px;
	}
	
	.neotes-backBtn {
		width: fit-content;
		margin-top: 40px;
	}
	
	.neotes-menu-container {
		margin-top: 20px;
	}
}


@media only screen and (max-width: 768px) {
	.ne-item-box .ne-item-box-content {
		display: flex;
		flex-direction: column;
	}
	
	.neotes-menu-container {
		margin-top: 0px;
	}
	
	.neotes-backBtn {
		margin-top: 0px;
	}
}

/* NEU -Ende- */


.ne-menu-link .elementor-item.menu-link::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000 !important;
	position: absolute;
	bottom: 5px;
	left: 0;
	transform: translatex(-100%);
	opacity: 1 !important;
}

.ne-menu-link .elementor-item.menu-link:hover:before {
	animation: menuSlideInBefore 0.55s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.ne-menu-link .elementor-item.menu-link:hover:after {
	animation: menuSlideInAfter 0.55s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	animation-delay: 0.2s;
}

.ne-menu-link .elementor-item.menu-link::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000 !important;
	position: absolute;
	bottom: 5px;
	left: 0;
	transform: translatex(-200%);
	
	opacity: 1 !important;
}

@Keyframes menuSlideInBefore {
	0% {
		transform: translatex(-100%);
	}
	
	50% {
		transform: translatex(0);
	}
	100% {
		transform: translatex(100%);
	}
}

@Keyframes menuSlideInAfter {
	0% {
		transform: translatex(-200%);
	}
	
	50% {
		transform: translatex(-100%);
	}
	100% {
		transform: translatex(0);
	}
}

.neotes-menu-toggle {
	z-index: 25;
}

.neotes-master-container {
	background-color: #fff;
}

.neotesMenuContent.neotes-slide-out {
	animation: slide-out 0.7s forwards;
}

.ne-sec-menu-container .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	flex-wrap: nowrap;
}

.ne-sec-menu {
	min-width: fit-content;
}

.ne-search-bar .elementor-widget, .ne-search-bar .e-con, .ne-search-bar {
	position: static;
}

.neotes-menu-links {
	flex-direction: row;
	justify-content: space-between;
	z-index: 17;
}

.neotes-menu-logo {
	width: auto;
}

.neotes-menu-icons {
	flex-direction: row;
	width: auto;
}

.neotes-menu-icons > div.elementor-element {
	width: auto;
}

.neotes-menu.mobil-main nav ul li.menu-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

.neotes-menu.mobil-main nav ul li.menu-item:not(:nth-child(3))::after {
	content: url('<?php echo home_url(); ?>/wp-content/uploads/Vector-2.svg');
	position: absolute;
	right: 0;
	top: 20px;
}

.neotes-menu.mobil-main nav ul li.menu-item a {
	width: calc(100% - 20px);
}

.neotes-menu.mobil-sec nav ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.neotes-menu-container {
	display: grid;
	position: absolute;
  top: 20px;
  left: 0;
  padding: 20px;
  z-index: 15;
  background: #fff;
}

.neotes-menu-container.hidden {
	display: none;
}

.neotes-menu-content, .neotes-menu-wrapper, .neotes-item-link-content {
	grid-area: 1/1;
	background: #fff;
	min-height: 100dvh;
	z-index: -1;
}

.neotes-content-heading-container {
	flex-direction: row;
}

.neotes-all-link, .neotes-bundle-link {
	width: auto;
}

.neotes-menu-container.active, .neotes-menu-content.active, .neotes-menu-wrapper.active, .neotes-item-link-content.active {
	z-index: 16;
}

.neotes-subcat-Info-Img {
object-fit: cover;
width: 100%;
	border-radius: 7px 7px 0 0 !important;
	max-height: 100%;
}

.neotes-subcat-Info-Img-Container {
border-radius: 7px 7px 0 0;
	height: 175px;
}

.neotes-subcat-Info-Container, .neotes-item-link {
max-width: 100%;
border-radius: 7px;
}

.neotes-subcat-Info-Container {
background: #48706f;
}

.neotes-subcat-Info-Content {
padding: 20px;
}

.neotes-subcat-Info-Heading {
font-size: 16px;
color: #fff;
font-weight: 600;
letter-spacing: 0.5px;
}

.neotes-subcat-Info-Desc {
font-size: 13px;
color: #fff;
}

.neotes-item-link {
 background: #f8f8f8;
padding: 20px;
	color: #2f2f2f;
}

.neotes-item-text {
font-size: 14px;
font-weight: 600;
text-align: center;
color: #2f2f2f;
display: block;
}

.neotes-item-link-desc {
font-size: 16px;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
	color: #2f2f2f;
}

@Keyframes slide-out {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	to: {
		transform: translateY(-100%);
		opacity: 0;
	}
}

/** Dynamic Mobil -Ende- **/

/* Dynamic Menü -Start- */

.ne-item-preview-container.hidden {
	display: none;
}

.ne-item-preview-container {
	justify-content: center;
}

.ne-hover-img.hidden {
	display: none;
}

.ne-preview-heading {
	font-weight: 600;
	font-family: "Open Sans", Sans-serif;
	font-size: 0.9rem;
	color: #2f2f2f;
	text-align: center;
}

.ne-short-desc {
	font-size: 0.9rem;
  font-weight: 400;
	color: #2f2f2f;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ne-preview-img {
	min-height: 375px;
  object-fit: contain;
}

.ne-item-preview-container p, .ne-short-desc {
	margin-block-end: 5px;
}

.ne-logo-container {
	width: auto;
}

.ne-menu-link.e-con.e-flex > .e-con-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	justify-content: space-between;
}

.menu-hover-test {
	width: auto;
}

.super-speedy-searchform {
	z-index: 1;
}

.ne-menu-icons {
	padding-right: 10px;
	width: auto;
	gap: 20px;
	
}

.ne-searchbar-container {
	max-width: 225px;
}

.super-speedy-search-form input[type="text"] {
	padding: 0;
}

.super-speedy-search-form input[type="text"] {
	min-height: 30px;
	
}

.super-speedy-search-form .ssswrapper .sssbuttonwrapper, .super-speedy-search-form .ssswrapper .sssresetwrapper {
	height: auto;
}

.super-speedy-search-form button[type="submit"], .super-speedy-search-form button[type="button"] {
	background: none;
}

.wpi-sss-icon-search {
	color: #2f2f2f;
	font-size: 20px
}

.ssswrapper {
	border: 2px solid #2f2f2f;
}

.sssbuttonwrapper {
	order: -1;
}

/*.ne-menu-icons > .elementor-element {
	width: 100%;
}*/

.ne-sec-menu-container {
	justify-content: end;
	width: 100%;
	gap: 25px;
}

.ne-menu-icons .elementor-menu-cart__toggle .elementor-button {
	padding: 0px;
	margin-top: 5px;
}

.ne-tabs-content.hidden {
		display: none;
	}

.ne-tab-cat {
	cursor: pointer;
	position: relative;
	animation: slideToLeft 0.3s linear;
}

.ne-cat-link-container {
	display: flex;
	gap: 20px;
	flex-direction: row;
}

.ne-tab-cat-link::after {
	content: url('https://neotes.com/wp-content/uploads/Union.svg');
	transform: rotate(180deg);
	padding-left: 5px;
}

.ne-tab-cat-link {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  height: 100%;
  align-items: center;
	font-size: 0.9rem;
  font-weight: 400;
	padding-right: 10px;
	color: #2f2f2f;
}

.ne-tab-cat-link:hover {
	font-weight: 600;
}

.ne-tab-heading {
	position: relative;
	font-weight: 600;
	font-family: "Open Sans", Sans-serif;
	font-size: 0.9rem;
	color: #2f2f2f;
	cursor: default;
}

.ne-tab-cat .ne-tab-subcat {
	cursor: pointer;
	font-size: 0.9rem;
  font-weight: 400;
	color: #2f2f2f;
}

.ne-tab-cat p {
	margin-bottom: 0;
	margin-block-end: 5px;
}

.ne-item-wrapper {
	display: flex;
	height: 100%;
}

.ne-item-link {
	width: fit-content;
	animation: slideToLeft 0.3s linear;
	font-size: 0.9rem;
	font-weight: 400;
	margin-block-end: 5px;
	color: #2f2f2f;
}
.ne-container {
	display: grid;
	min-height: 87dvh;
	transform: translateX(0);
	position: absolute;
  top: 100px;
  left: 0;
  z-index: 15;
  background: #fff;
}

.ne-feat-product.slideToBottomSlight {
	animation: slideToBottomSlight;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
}

.ne-feat-product.hidden {
	opacity: 0;
	display: none;
}

.ne-feat-wrapper {
	margin-top: auto;
}

.ne-modal-closeBtn {
	cursor: pointer;
	width: fit-content;
}

.ne-modal-backBtn {
	position: absolute;
	left: 5%;
	top: 0;
	cursor: pointer;
	width: fit-content;
	z-index: 10;
	}

.ne-container.hidden {
	display: none;
}

.ne-tab-subcat-title {
	color: #2f2f2f;
}

.ne-searchbar-container {
	width: fit-content;
}

@Keyframes slideToLeft {
	from {
		transform: translateX(20px);
		opacity: 0;
	}
	to: {
		transform: translateX(0);
		opacity: 1;
	}
}

@Keyframes slideToBottom {
	from {
		transform: translateY(-10%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@Keyframes slideToBottomSlight {
	from {
		transform: translateY(-10%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media only screen and (max-width: 1360px) {
	.ne-container {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1024px){
	.ne-container {
		padding: 0;
		background: #fff;
		min-height: 95vh;
	}
	
	.ne-modal-closeBtn {
		right: 10px;
	}
	
	.ne-menu-link > .e-con-inner {
		gap: 0;
	}
	
	.neotes-menu-icons #elementor-menu-cart__toggle_button {
		padding: 0;
		padding-left: 12px;
	}
	
	.neotes-menu-icons .elementor-menu-cart__wrapper {
		padding: 0 5px;
	}
	
	.neotes-menu-icons .neotes-menu-toggle {
		margin-top: -5px;
	}
	
	.ne-menu-icons {
		width: auto;
		display: flex;
		margin-bottom: -9px;
		gap: 10px;
}
	
	.menu-hover-test {
		width: auto;
	}
	
	.ne-menu-icons > .elementor-element {
		width: auto;
	}

	.ne-menu-link .ne-menu-icons {
	padding-right: 10px;
	}

	.ne-searchbar-container {
	max-width: 100%;
	}

	.ne-menu-link .elementor-menu-toggle {
		padding: 0;
		}
	
	.ne-tab-subcat:after {
		content: url('<?php echo home_url(); ?>/wp-content/uploads/Vector-2.svg');
		position: absolute;
		right: 0;
		top:0;
	}
	
	.ne-tab-subcat-title {
		width: calc(100% - 30px);
	}
	
	.ne-tab-subcat {
		border-bottom: solid 1px #ebeff0;
		padding-bottom: 20px;
	}
	
	.ne-tab-cat p {
		margin-block-end: 0px;
		
	}
	
	.ne-item-link {
		margin-block-end: 10px;
		border-bottom: solid 1px #ebeff0;
		padding-bottom: 10px;
		animation: none;
		width: 100%;
    font-size: 0.9rem;
	}
	
	.ne-item-link span {
		width: calc(100% - 30px);
	}
	
	.ne-item-link:after {
		content: url('<?php echo home_url(); ?>/wp-content/uploads/Vector-2.svg');
		position: absolute;
		right: 0;
		transform: rotate(90deg);
	}
	
	.ne-mobil-menu .elementor-item.menu-link {
		padding: 0 !important;
		padding-bottom: 10px !important;
		margin-bottom: 10px;
		border-bottom: solid 1px #ebeff0;
	}
	
	.ne-mobil-menu .elementor-nav-menu {
		padding-top: 20px;
		margin: 0 20px;
		min-height: 85dvh;
	}
}

@media only screen and (max-width: 768px){
	
	.ne-item-wrapper.hidden {
		display: none;
	}
	
	.ne-item-wrapper {
		display: flex;
		position: absolute;
    z-index: 5;
    min-height: 125dvh;
    height: 100%;
		gap: 0px;
		padding-top: 20px;
	}
	
	.ne-feat-product {
		padding: 40px 0;
	}
	
	.ne-container {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		overflow: hidden;
		min-height: 125dvh;
		padding: 40px 20px;
	}
	.ne-modal-closeBtn {
		top: 10px;
		right: 10px;
		background: #fff;
	}
	
	.ne-modal-backBtn {
		top: 10px;
	}
	
	.ne-tabs-content {
		margin-top: 0px;
		padding-top: 20px;
		z-index: 6;
		gap: 20px;
	}
	
	.ne-container > .elementor-element {
		height: fit-content;
	}
	
	.ne-tabs-content.hidden {
		display: none;
	}
	
	.ne-tab-cat {
		display: flex;
		flex-direction: column;
		gap: 20px;
  		margin: 0;
		border-bottom: none;
	}
	
	.ne-tab-cat:nth-child(2) .ne-tab-heading {
		margin-top: -20px;
	}

	.ne-tab-heading {
	display: flex;
	font-size: 0.9rem;
	font-weight: 600;
	color: #2f2f2f;
	}

	.ne-tab-cat .ne-tab-subcat {
		color: #2f2f2f;
		line-height: 100%;
		font-size: 0.9rem;
		position: relative;
	}
	
}

/* Dynamic Menü -Ende- */

/* End of custom CSS - 19.06.2025 by Togaether */