.related-panel { margin-bottom: 20px; }

.collections_template_custom_related_content .title {
	margin: 20px 0;
	padding-right: 82px;
	min-height: 24px;
}

.collections_template_custom_related_content .global-slick-controls {
	position: absolute;
	top: 0;
	right: 0.9375rem;
}

.collections_template_custom_related_content.slider {
	position: relative;
	opacity: 0;
}
.collections_template_custom_related_content .slide-items { position: relative; }
.collections_template_custom_related_content .text_container {
	padding: 5px 20px;
	text-align: center;
}
.collections_template_custom_related_content .text_container p { margin: 0px; }
.collections_template_custom_related_content img { width : 100%; }
.collections_template_custom_related_content .videoWrapper {
	position: relative;
}
.collections_template_custom_related_content .open-popup-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.collections_template_custom_related_content .play-btn {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.collections_template_custom_related_content .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.collections_template_custom_related_content.slider .slick-btn-cont {
    background-color: transparent;
    left: 50%;
    padding: 0;
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.collections_template_custom_related_content.slider .slick-prev,
.collections_template_custom_related_content.slider .slick-next {
	position: relative;
	float: left;
	left: auto;
	right: auto;
	z-index: 99;
	background-size: 100%;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 50px;
	font-size: 26px;
	color: #fff;
	padding: 0;
	margin-bottom: 0;
	pointer-events: auto;
	opacity: .9;
	margin: 0;
}

.collections_template_custom_related_content.slider .slick-prev { margin-right: 1px; }

.collections_template_custom_related_content.slider .slick-arrow.prevSlide {
    left: 0px;
    float: left;
}
.collections_template_custom_related_content.slider button.slick-prev::after,
.collections_template_custom_related_content.slider button.slick-prev::before { content: "" }}
.collections_template_custom_related_content.slider .slick-next {
    right: 0px;
    float: right;
}
.collections_template_custom_related_content.slider button.slick-next::after,
.collections_template_custom_related_content.slider button.slick-next::before { content: "" }

.collections_template_custom_related_content.core-styles .text_container h4 {
	font-weight: 600;
    margin-bottom: 17px;
    margin-top: 17px;
	text-transform: none;
}


.collections_template_custom_related_content.slider .yelp-data{
	width:200px;
	text-align: center;
	padding-top:12px;
	margin: 0 auto;

}
.collections_template_custom_related_content.slider .yelp-rating{
	width:116px;
	float:left;
}
.collections_template_custom_related_content.slider .yelp-logo{
	width:58px;
	float:left;
	margin-left: 8px;
    position: relative;
    bottom: 8px;
}
.collections_template_custom_related_content.slider .related-item.yelp h4{
	margin-top:4px;
}
