body {
	background-color: #fff;
}

.container-detox-dagen article {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title-pros {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
}

.container-why {
	padding-top: 1rem;
}

.container-detox-dagen article h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	color: #4b4b4b;
}

.container-detox-dagen article p {
	max-width: 769px;
	line-height: 27px;
}

.container-detox-dagen {
	margin-top: 0rem
}

.container-detox-dagen h2 {
	margin-bottom: 0;
}

a.read_all_reviews {
	color: #111111;
	text-decoration: underline;
	font-weight: 600;
}

.banana-review {
	background-image: url('/src/images/review/image-review-background.svg');
	background-repeat: no-repeat;
	background-size: 160%;
	background-position: center;
	padding: 1rem;
	color: #fff;
	transition: .3s ease;
	width: 358px;
	height: auto;
	display: flex;
	background-color: #E7D6D6;
	flex-wrap: wrap;
}

.reivew_item_bottom {
	align-self: flex-end;
	flex: 0 0 100%;
}

.banana-review:hover {
	background-size: 180%;
}

.container-banana-icons {
	padding: 5px 0px;
}

.banana-review p {
	margin: 0;
	margin-top: 1rem;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	color: #FFFFFF;
}

.banana-review footer {
	background-color: transparent;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 100;
	line-height: 19px;
	letter-spacing: 1px;
	flex-direction: row;
}

.banana-review h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-top: 0;
}

.container-banana-reviews {
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1rem;
}

.button-load-more {
	color: #fff;
	background-color: #000;
	border-radius: 100px;
	width: 156px;
	height: 37px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin-top: 3rem;
}

.title-most-sold {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 0rem;
	margin-top: 2rem;
}

.banana-review footer {
	padding: 0;
}

.banana-review h2 {
	margin-bottom: 0;
}

summary {
	font-family: 'Roboto', sans-serif;
}
.reivew_item_top {
	width: 100%;
}

@media (max-width: 900px) {
	.mobile-container-sapjes {
		width: 106%;
		display: grid;
		grid-template-columns: 49% 46%;
	}
	.container-banana-reviews {
		display: flex;
		flex-direction: column;
	}
	.section-sap {
		align-items: baseline;
		transform: scale(.8);
	}
	.container-why { 
		padding-bottom: 1rem;
		padding-top: 0;
	}
	.section-why-block {
		margin-top: 3rem;
	}

	.container-detox-dagen article {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
		margin-bottom: 0rem;
		margin-top: 1rem;
	}
	.container-detox-dagen article h1 {
		max-width: 303px;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 48px;
	}
	.container-detox-dagen article p {
		font-size: 18px;
		width: 90%;
		text-align: center;
	}
	.link-view-reviews {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: 1px;
		text-decoration: underline;
		color: #000;
		align-self: flex-start;
		margin-left: 5%;
		margin-top: 1.5rem;
	}
	/*.container-banana-icons img {
	width: calc(80%/9);
	}*/

	.title-pros {
		margin-bottom: 20px;
	}
	.section-why-block {
		flex: 0 0 50%;
		margin: 0px 0px 30px 0px !important;
		max-width: inherit;
	}
	.container-why-blocks {
		display: flex;
		align-items: flex-start;
	}
	.container-why {
		padding-left: 5%;
		padding-right: 5%;
	}
	.container-why-blocks {
		padding-bottom: 0px;
	}
	.container-detox-dagen article h1 {
		margin-top: 0px;
	}
	.container-detox-dagen {
		padding-bottom: 40px;
	}

	@media(max-width:480px){
		.section-why-block {
			flex: 0 0 100%;
		}
	}

	@media(max-width:350px){
		.container-detox-dagen article{
			padding-top: 1rem;
		}
		.banana-review{
			width: 100%;
			height: auto;
		}
		.mobile-container-sapjes{
			width: 100%;
			grid-template-columns: 50% 50%;
			justify-items: center;
		}
	}
}
