.shared-play-button {
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 26px;
	text-align: center;
	border-radius: 50%;
	background: rgba(240, 157, 78, .75);
	color: #000;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	transition: background 100ms, border-color 100ms;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentRender[class*="contentRender_name_plugins_collections"] .img-cont:hover .shared-play-button {
	background: rgba(240, 157, 78, .75);
	color: #fff;
}

button[data-quickview-button] {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	margin: 0;
	padding: 0;
	color: inherit;
	background: transparent;
}

button[data-quickview-button]:hover,
button[data-quickview-button]:focus,
button[data-quickview-button]:active {
	color: inherit;
	background: transparent;
}

button[data-quickview-button] i {
	width: 18px;
}

.js-loaded {
	opacity: 1 !important;
	transition: opacity 200ms ease-in;
}

.ccl-widget .widget-header {
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 0 20px;
	max-width: 1200px;
}

.ccl-widget .widget-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 12px;
	border-bottom: 2px solid #ececec;
}

.ccl-widget .widget-title {
	margin-right: 32px;
	font-size: 50px;
	font-weight: 700;
	color: var(--Gray);
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
}

.ccl-widget .widget-view-all {
	justify-content: center;
	align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 15px;
	background-color: var(--Yellow);
	color: var(--Gray);
	text-transform: uppercase;
	padding: 8px 12px;
	text-decoration: none;
	letter-spacing: 0.04em;
	line-height: normal;
	border-radius: 0;
}

.ccl-widget .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slide .read-more,
.ccl-widget .slide .read-more {
	color: currentColor;
	padding: 6px 12px 6px 0;
	font-weight: 700;
}

.ccl-widget .slide .slide-footer {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 0 -16px;
	margin-top: auto;
	margin-bottom: -16px;
}

.ccl-widget .slide .slide-footer > * {
	margin: 16px;
	margin-top: 0;
}

.arrow-cont .custom-arrow {
	position: absolute;
	top: 50%;
	margin: 0;
	padding: 0;
    width: 36px;
    height: 36px;
	font-size: 20px;
	color: var(--Gray);
    border-radius: 50%;
    box-shadow: none;
	background: var(--Yellow);
	transform: translateY(-50%);
	pointer-events: all;
	z-index: 1;
}

.sponsored {
	background-color: rgba(255, 255, 255, .6);
	color: #464646;
	font-size: 13px;
	display: block;
	font-family: 'Merriweather', serif;
	font-style: italic;
	padding: 2px 10px;
	margin-bottom: 15px;
	position: absolute;
}

.sv-hidden.fas{
	display: none;
}

.sv-hidden {
	display: none;
}

.photo-credit {
	background-color: rgba(255, 255, 255, .6);
	color: #464646;
	font-size: 13px;
	display: block;
	font-family: 'Merriweather', serif;
	font-style: italic;
	padding: 2px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	margin: 0;
}

@media screen and (min-width: 64em) {
	.sponsored {
		background-color: rgba(255, 255, 255, .6);
		color: #464646;
		font-size: 15px;
	}

	.photo-credit {
		font-size: 15px;
	}
}
