.blog-related-single {
	padding: 2rem 0;
}

.related-single-title {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #5D5E5D;
	text-align: center;
	margin-bottom: .5rem;
}

.blog-product-container-single .related-single-title {
	font-weight: 600;
	background-color: #dc3545;
	color: #fff;
	padding: .5rem;
	max-width: 800px;
	margin: .5rem auto;
}

.related-single-row {
	display: flex;
	flex-direction: column;
}

.related-single-item {
	display: flex;
	background-color: rgba(255,255,255,.75);
	padding: .5rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .5rem;
	width: 100%;
	max-width: 800px;
	margin: .5rem auto;
}

.related-single-image {
    display: block;
    width: 100px !important;
	height: 100px !important;
	border: 1px solid #ecf0f1;
	border-radius: .5rem;
	background: radial-gradient(circle, transparent, #ecf0f1);
	object-fit: cover;
	margin: 0 1.5rem 0 0 !important;
}

@media (min-width: 768px) {
	.related-single-image {
		width: 150px !important;
		height: 150px !important;
	}
}

.related-single-info {
	text-align: left;
	margin: auto 0;
}

.related-single-name {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;	
	margin-bottom: .5rem;
}

.related-single-price {
	margin-bottom: 1rem;
}

.related-single-price .compare-at-price {
	text-decoration: line-through;
	color: #cc0000;
	font-weight: 100;
	font-size: 1rem;
	vertical-align: middle;
	margin-right: .5rem;
}

.related-single-price .price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}