.shared-play-button {
	width: 60px;
	height: 60px;
	line-height: 1;
/*	border: 3px solid rgba(255, 255, 255, 1);*/
	font-size: 26px;
	text-align: center;
	border-radius: 50%;
	background-color: transparent;
	color: #fff;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	transition: opacity 100ms;
	opacity: 0.5;
}

.contentRender[class*="contentRender_name_plugins_collections"] .img-cont:hover .shared-play-button {
	opacity: 0.85;
}

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;
}

/* blog redesign */

.controlled-width {
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.black-font {
	color: #282828 !important;
}

.gray-font {
	color: #939393 !important;
}

.lightgray-font {
	color: #dadada !important;
}

.white-font {
	color: white !important;
}

.green-font {
	color: #33687b !important;
}

.din-bold {
	font-family: "din-condensed",sans-serif !important;
	font-weight: bold !important;
}

.din-reg {
	font-family: "din-condensed",sans-serif !important;
}

.acumin {
	font-family: "acumin-pro", sans-serif !important;
}

.uppercase {
	text-transform: uppercase !important;
}

/* end blog redesign */