.fdy-list-container {
	display: flex;
	flex-direction: column;
	padding: 30px;
	background-color: #d5d5d538;
	margin: 10px;
	border-radius: 10px;
}

.fdy-list-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.fdy-list-products {
	margin: 20px 0px
}

.fdy-list-products img {
	width: 50px;
}

.fdy-list-products div {
	margin-right: 15px;
}

.fdy-list-products .fdy-list-product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}

.fdy-list-products .fdy-list-product a {
	margin-left: 10px;
	font-size: 1rem;
}

.fdy-list-content,
.fdy-merchanr-review {
	padding-left: 15px;
	font-style: italic;
}

.fdy-merchanr-review {
	margin: 20px;
}

.fdy-list-footer a {
	margin-left: 10px;
}


.fdy-merchant-overview {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px
}

.fdy-merchant-overview .fdy-merchant-rating {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.fdy-merchant-rating-value {
	padding: 0px 10px;
	width: 20%;
}

.fdy-merchant-bar-container {
	height: 1rem;
	width: 80%;
	background-color: #dadada;
	border-radius: 20px;
}

.fdy-merchant-bar {
	height: 1rem;
	background: #f2cf72;
	border-radius: 20px;
}

.fdy-merchant-review-number {
	width: 10%;
	padding-left: 20px;
}