
.ty .logo{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 22px;
}

.ty .row-1{
	display: flex;
}

.ty .row-1 .main-scores{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255,248,220,.78);
	border: 1px solid #822a3a;
	padding: 38px 40px;
	box-sizing: border-box;
	width: 33.6%;
	flex-shrink: 0;
}

.ty .row-1.no-trustscore .main-scores{
	width: 50%;
}

.ty .row-1 .main-scores .title{
	font-size: 19px;
	color: #282727;
}

.ty .row-1 .main-scores .overall-score{
	font-size: 27px;
	color: rgba(47, 46, 43, .64);
	margin-top: 12px;
}

.ty .row-1 .main-scores .overall-score span{
	font-weight: bold;
	font-size: 57px;
	color: #812b3a;
}

.ty .row-1 .main-scores .amount{
	color: rgba(47, 46, 43, .64);
	font-size: 14px;
	line-height: 22px;
	margin-top: 31px;
}

.ty .row-1 .main-scores .badge {
	margin-top: 18px;
}

.ty .row-1 .main-scores .badge .badge-text{
	font-size: 14px;
	color: #282727;
}

.ty .row-1 .main-scores .badge .badge-text span{
	color: #464542;
	font-weight: bold;
	text-transform: uppercase;
}

.ty .row-1 .main-scores .badge .badge-subtext{
	color: rgba(47, 46, 43, .64);
	font-size: 13px;
	margin-top: -12px;
}

.ty .row-1 .trustscore{
	box-sizing: border-box;
	margin-left: 21px;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: rgba(255,248,220,.78);
	border: 1px solid #822a3a;
	padding: 15px 25px;
	box-sizing: border-box;
}

.ty .row-1 .trustscore .headline{
	color: #282727;
	font-size: 18px;
	font-weight: bold;
	flex-grow: 0;
	flex-shrink: 0;
}

.ty .row-1 .trustscore .scores{
	padding-top: 14px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ty .row-1 .trustscore .scores .score{
	display: flex;
	height: 30px;
	margin-bottom: 19px;
}

.ty .row-1 .trustscore .scores .score .star{
	display: flex;
	align-items: center;
	color: #282727;
	font-size: 16px;
	width: 42px;
	flex-grow: 0;
	flex-shrink: 0;
}

.ty .row-1 .trustscore .scores .score .star i{
	color: rgba(47, 46, 43, .2);
	font-size: 16px;
	padding-right: 5px;
}

.ty .row-1 .trustscore .scores .score .progress-bar{
	/* background-color: #e9e8e6; */
	height: 100%;
	width: 100%;
}

.ty .row-1 .trustscore .scores .score .progress-bar .inner{
	height: 100%;
	background-color: #d4cba8;
}

.ty .row-1 .trustscore .scores .score .amount{
	width: 34px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: rgba(47, 46, 43, .64);
	font-size: 14px;
}

.ty .row-1 .filters{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
	box-sizing: border-box;
	width: 17.5%;
	min-width: 200px;
	flex-grow: 0;
	flex-shrink: 0;
	display: none;
}

.ty .row-1.no-trustscore .filters{
	width: 50%;
}

.ty .row-1 .filters .filter{
	margin-top: 12px;
	background-color: rgba(255,248,220,.78);
	border: 1px solid #822a3a;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 14px;
	width: 100%;
}

.ty .row-1 .filters .filter:first-of-type{
	margin-top: 0;
}

.ty .row-1 .filters .filter .filter-text{
	padding-left: 14px;
}

.ty .row-1 .filters .filter .filter-text .filter-name{
	font-size: 16px;
	color: #282727;
}

.ty .row-1 .filters .filter .filter-text .rate{
	display: flex;
	margin-top: -9px;
}

.ty .row-1 .filters .filter .filter-text .rate .percentage{
	font-size: 14px;
	font-weight: bold;
	color: #464542;
}

.ty .row-1 .filters .filter .filter-text .rate .amount{
	font-size: 14px;
	color: rgba(47, 46, 43, .64);
	padding-left: 4px;
}


.ty .row-1 .filters .filter .c100 span .fa-male{
	font-size: 22px;
	color: rgba(47, 46, 43, .64);
}

.ty .row-1 .filters .filter .c100 span .fa-female{
	font-size: 21px;
	color: rgba(47, 46, 43, .64);
	margin-top: 2px;
	margin-left: -1px;
}

.ty .row-1 .filters .filter .c100 span .fa-male.kid{
	font-size: 15px;
	margin-top: 7px;
	margin-left: -1px;
}

.ty .categories{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	background-color: rgba(255,248,220,.78);
	border: 1px solid #822a3a;
	padding: 20px 35px 8px;
}

.ty .categories .category{
	width: 140px;
	box-sizing: border-box;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ty .categories .category .c100 span .inner .cat-name{
	color: #464542;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	width: 80px;
	line-height: 16px;
}

.ty .categories .category .c100 span .inner .cat-rating{
	text-align: center;
	font-size: 15px;
	color: rgba(47, 46, 43, .64);
	margin-top: 4px;
}

.ty .categories .category .c100 span .inner .cat-rating span{
	color: #464542;
	font-size: 30px;
	font-weight: bold;
}

.ty .categories .category .amount{
	font-size: 11px;
	color: rgba(47, 46, 43, .64);
	font-style: italic;
	text-align: center;
	padding-top: 6px;
}

.ty .reviews{
	padding-top: 35px;
}

.ty .reviews .headline{
	font-weight: bold;
	font-size: 18px;
	color: #282727;
	padding-bottom: 17px;
}

.ty .reviews .review{
	display: flex;
	align-items: flex-start;
	margin-top: 32px;
	padding-top: 43px;
	border-top: 1px solid #812b3a;
}

.ty .reviews .review:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.ty .reviews .review .rating{
	width: 116px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 8px 14px;
	box-sizing: border-box;
	background-color: rgba(255,248,220,.78);
	border: 1px solid #822a3a;
}

.ty .reviews .review .rating .label{
	color: #282727;
	font-style: italic;
	font-size: 13px;
}

.ty .reviews .review .rating .score{
	color: rgba(47, 46, 43, .64);
	font-size: 14px;
	margin-top: -8px;
}

.ty .reviews .review .rating .score span{
	color: #464542;
	font-size: 22px;
	font-weight: bold;
}

.ty .reviews .review .review-cont{
	box-sizing: border-box;
	padding-top: 7px;
	padding-left: 20px;
}

.ty .reviews .review .review-cont .author{
	font-size: 18px;
	color: #282727;
	font-style: italic;
}

.ty .reviews .review .review-cont .timestamp{
	font-size: 13px;
	color: rgba(47, 46, 43, .64);
	font-style: italic;
	margin-top: -9px;
}

.ty .reviews .review .review-cont .review-text{
	color: #282727;
	font-size: 15px;
	line-height: 27px;
	padding-top: 9px;
}

.ty .pagination{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.ty .pagination .page{
	font-size: 15px;
	font-weight: bold;
	color: #282727;
	height: 36px;
	width: 36px;
	line-height: 35px;
	border-radius: 100%;
	background-color: #fff8dd;
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
}

.ty .pagination .page.active{
	background-color: #812b3a;
	color: #fff;
}

@media(max-width: 1020px){
	.ty .row-1{
		flex-wrap: wrap;
	}
	.ty .row-1 .main-scores{
		width: 35%;
		flex-grow: 0;
		flex-shrink: 0;
		border-right: 0;
	}
	.ty .row-1 .trustscore{
		width: 65%;
		flex-grow: 0;
		margin-left: 0;
		border-left: 0px;
		flex-shrink: 0;
	}
	.ty .row-1 .filters{
		width: 100%;
		margin-top: 17px;
		padding-left: 0;
		flex-direction: row;
		justify-content: space-between;
	}
	.ty .row-1 .filters .filter{
		width: 32%;
		margin-top: 0;
	}
	.ty .categories .category {
	   width: 25%;
	   display: flex;
	   flex-direction: column;
	   margin-top: 18px;
	   align-items: center;
	}
	.ty .categories .category .amount{
		padding-top: 0;
	}
}

@media(max-width: 760px){
	.ty .row-1 .main-scores{
		width: 100%;
		align-items: center;
		border-right: 1px solid #822a3a;
	}
	.ty .row-1 .trustscore{
		width: 100%;
		border-left: 1px solid #822a3a;
		margin-top: 20px;
	}
	.ty .row-1 .main-scores .amount{
		text-align: center;
	}
	.ty .row-1 .filters{
		flex-wrap: wrap;
	}
	.ty .row-1 .filters .filter{
		width: 100%;
		margin-top: 12px;
		justify-content: center;
	}
	.ty .categories .category {
	   width: 33%;
	}
	.ty .reviews .review{
		flex-wrap: wrap;
	}
	.ty .reviews .review .rating{
		width: 100%;
	}
	.ty .reviews .review .review-cont{
		flex-grow: 0;
		flex-shrink: 0;
		padding-left: 0;
		padding-top: 18px;
		width: 100%;
	}
}

@media(max-width: 550px){
	.ty .categories .category{
		width: 50%;
	}
	.ty .categories {
    	padding: 3px 0px 13px;
	}
}
