.product-detail .video-wrap {
	position: relative;
	max-width: 100%;
	display: inline-block;
	margin: 35px 0;
}

.product-detail .video-wrap img {
	width: 100%;
}

.product-detail .video-wrap .play-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.product-detail .video-wrap .play-video span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	border: 1px solid #fff;
	border-radius: 50%;
}

.product-detail .video-wrap .play-video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(23, 23, 22, 0.27);
	z-index: 1;
}

.product-detail .video-wrap .play-video span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #fff;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-detail blockquote.product_note {
	background: #eee;
}

.quality-logo {
	padding: 60px 0 20px;
}

.quality-logo + .search-block {
	padding-top: 31px !important;
}

.dd-top-bar h2 {
	margin: 0 0 30px;
	color: #2c2e37;
}

.dd-top-bar h4 {
	line-height: 35.5px;
	color: #2c2e37;
}

.dd-tilespage .aligncenter {
	text-align: center;
	padding-bottom: 36px !important;
}

.dd-tilespage .search-btn {
	text-align: center;
	padding-bottom: 60px !important;
}

@media (min-width:992px) {
	.main-slider .item-wrapper, .main-slider .item-wrapper .container {
		min-height: 500px;
	}

}

.blog_template .row {
	display: flex;
	flex-wrap: wrap;
}

.blog_template .col-lg-4.col-md-4.col-sm-4 {
	margin-bottom: 15px;
}

/*.tag-list li.disabled {*/
/*	display: none;*/
/*}*/
