.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .yelp-hours {
	list-style: none;
	margin-left: 0;
}

.shared-detail .yelp-hours .day {
	font-weight: bold;
}
.shared-detail .item .img-cont { 
    width:100%;
    margin-bottom:25px;
      max-width: 304px;
}
.shared-detail .item .img-cont img {
	width: 100%;
    height:auto;
}

.shared-detail .item .offer-description {
    margin-bottom:25px;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
        max-width: 304px;
		margin-right: 25px;
	}
}