.review_box
{
	background: #FFF;
	max-width: 500px;
    box-shadow: 1px 1px 15px 1px #c1c1c1;
    margin-bottom: 25px;
	padding: 10px;
	text-align: left;
	position: relative;
	border-radius: 20px;
}
.review_box .title
{
	font-size: 14px;
    height: 40px;
    overflow: hidden;
    font-weight: 500;
}
.review_box .title a
{
	color: #000;
	text-decoration: none;
}
.review_box .content
{
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding: 10px;
	border-radius: 10px;
}
.review_box .header
{
	display: flex;
	justify-content: space-between;
	color: #4f3013;
	font-size: 12px;
	margin-bottom: 5px;
}
.review_box .header .utente_nome
{
	font-weight: bold;
	font-size: 16px;
}
.review_box .header .nazione
{
	display: flex;
	align-items: center;
}
.review_box .header img.bandiera
{
	width: 18px;
	height: 12px;
	margin-left: 3px;
	border-radius: 10px;
}
.review_box .image
{
	text-align: center;
}
.review_box .image img
{
	height: 100px;
	margin: 10px auto;
}
.review_box .stelle
{
	color: #4f3013;
	font-size: 12px;
	margin-bottom: 10px;
}
.review_box .stelle>div
{
	display: flex;
	align-items: center;
}
.review_box .stelle>div>div
{
	width: 30%;
}
.review_box .stelle .rateYo
{
	margin-top: -3px;
}
.review_box .text, .review_box .response
{
	height: 50px;
	font-size: 11px;
	margin-bottom: 10px;
}
.review_box .response .lineapasta
{
	font-size: 14px;
	color: #ff8f02;
}
.review_box .text .read_more, .review_box .response .read_more
{
	color: #ff8f02;
    text-transform: uppercase;
    margin-left: 5px;
}
.review_box .data
{
    font-size: 12px;
	color: #727272;
}
.review_box .bottom
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.review_box .lingua_originale
{
    text-align: center;
    font-size: 12px;
}
.review_box .lingua_originale a
{
	color: #000;
}
.review_box .link
{
	color: #c69259;
	text-decoration: none;
}
.review_box .expand
{
	display: none;
	padding: 10px;
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
}
.review_box .expand>div
{
    overflow-y: hidden;
    background: #FFF;
    box-shadow: 1px 1px 5px 1px #c1c1c1;
	font-size: 11px;
	height: 240px;
	z-index: 50;
	border-radius: 10px;
	position: relative;
}
.review_box .expand>div>div
{
    overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #cbcbcb #fff;
	height: 100%;
	padding: 10px 5px;
	padding-right: 20px;
	position: relative;
}
.review_box .expand p
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.review_box .close
{
	cursor: pointer;
    color: #000;
    position: absolute;
    top: 0;
    right: 7px;
    opacity: 0.6;
	font-size: 21px;
	line-height: 1;
}