@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
div.wrapper__product-neno {

	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1600px;
		/*background-color: #adbcb5;*/
	margin: 0 auto;
	padding: 0.5rem;
}
body.single-product #content:not(.has-sidebar) #products-wrapper .woocommerce-tabs.wc-tabs-wrapper {
    background-color:#eeded7;
}

article.content__neno-box {
	display: flex;
	flex-direction: column;
	align-self: center;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

img.header__image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 50px;
}

h2.text__title {
	font-weight: 800;
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	margin-top:1rem;
	text-align: left;
}

h2.text__title--color-one {
	color: #3953a5;
}

h2.text__title--color-two {
	color: #008080;
}

h2.text__title--color-three {
	color: #cf949f;
}

h2.text__title--color-four {
	color: #729ed5;
}

h2.text__title--color-five {
	color: #3e84a3;
}

h2.text__title--color-six {
	color: #006b5b;
}

h2.text__title--color-seven {
	color: #233561;
}

h2.text__title--color-eight {
	color: #996952;
}

h2.text__title--color-nine {
	color: #516fb5;
}

h2.text__title--color-ten {
	color: #2B4955;
}

a.title__link {
	color: #665e54;
}

a.title__link:hover {
	color: #729ed5;
}

p.text__paragraph {
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	padding: 0.1rem;
	hyphens: none;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
}

p.text__facts {
	padding-bottom: 1.8rem;
}

p.paragraph--color-one {
	color: #4861b1;
}

p.paragraph--color-two {
	color: #329999;
}

p.paragraph--color-three {
	color: #3f3f3f;
}

p.paragraph--color-four {
	color: #274c77;
}

p.paragraph--color-five {
	color: #5190ac;
}

p.paragraph--color-six {
	color: #002c25;
}

p.paragraph--color-seven {
	color: #384970;
}

p.paragraph--color-eight {
	color: #a8765f;
}

p.paragraph--color-nine {
	color: #202a55;
}

p.paragraph--color-ten {
	color: #556d76;
}

section.product-neno__content {
	display: flex;
	flex-direction: column;
}

div.neno-box__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 3rem;
	/* max-width: 80vw; */
	max-width: 1000px;;
}

div.neno-box__image {
	display: flex;
	align-items: center;
	border-radius: 50px;
}

section.product-neno__news {
	background-color: #eeded7;
	border-radius: 60px;
}

article.news__box {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
}

section.product-neno__button {
	display: block;
	margin: 0 auto;
}

img.image__banner {
	max-width: 70vw;
	border-radius: 50px;
}

.entry-content p {
  margin-bottom: 0em;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	img.image__banner {
		max-width: 80vw;
		border-radius: 50px;
	}

}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	img.image__banner {
		max-width: 90vw;
		border-radius: 50px;
	}

}
@media only screen and (max-width: 768px) {
	div.neno-box__text {
		padding: 2rem 0.5rem;
		max-width: 600px;
	}

	h2.text__title {
		padding-top: 1rem;
		font-size: 1.7rem;
	}

	p.text__paragraph {
		line-height: 1.4;
		font-size: 1.2rem;
	}

	article.content__neno-box {
		padding-bottom: 0;
	}
	img.image__banner {
		max-width: 90vw;
		border-radius: 50px;
	}
}

@media only screen and (max-width: 568px) {
	div.neno-box__text {
		padding: 0.6rem;
	}

	h2.text__title {
		font-size: 1.3rem;
		padding-top:1rem;
		 margin-bottom:1rem;
	}

	p.text__paragraph, p.text__facts {
		font-size: 1rem;
	}
	p.text__paragraph{
		padding-bottom:1.2rem;
	}


}