.feedaty-product-avg img { max-width: 100%; }
.feedaty-label-wrapper .fdt_floatroundedgrey_widget_merchant {
	display: none;
}

.feedaty-review { 
	margin: 0 0px 20px 0px;
}

.feedaty-review:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
}

.feedaty-review__title img,
.feedaty-summary-reviews img {
	width: 100px;
	vertical-align: baseline;
}

.feedaty-summary-reviews { position: relative; }
.feedaty-summary-reviews .feedaty_logo {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 45px;
}

.feedaty-review__title span.avgRating,
.feedaty-summary-reviews span.avgRating {
	font-size: 30px;
	font-weight: bold;
	color: #1d3653;
	margin-left: 10px;
}

.feedaty-review__title span.totalRating,
.feedaty-summary-reviews span.totalRating {
	font-size: 13px;
	color: #1d3653;
	font-weight: bold;
}

.feedaty-review__title .review-date {
	font-size: 12px;
	margin-bottom: 0px;
	font-style: italic;
	margin-top: -10px;
}

.feedaty-review__content {     
	margin-top: 5px;
    padding: 5px 0;
}

.feedaty-summary-reviews {
	width: 100%;
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 4px;
	cursor: pointer;
}

.feedaty-summary-reviews h5 {
    margin: 0;
    font-weight: 600;
}
	
.feedaty-summary-reviews p {
	line-height: 1.2;
	font-size: 12px;
	margin: 5px 0;
}

.feedaty-summary-reviews strong {
	color: #1d3653;
	font-weight: 900;
}

.feedaty-summary-reviews a {
	color: inherit !important;
	text-decoration: underline;
}

.fdt_floatroundedgrey_widget_merchant {
	background-color: #f2f2f2 !important;
}

.zoorate_modal_merch {
	left: 0px;
}

@media (min-width: 768px) { 
    .feedaty-label-wrapper .fdt_floatroundedgrey_widget_merchant {
        display: block;
        top: unset;
        bottom: 150px;
        box-shadow: 0px 0px 10px #0000002b
    }
}