﻿#main_body {
	/*padding-top: 5px;*/
	/*overflow-x:hidden;*/
}

.inner-container {
	background-color: #fff;
	padding: 15px 5px 50px 5px;
	margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
	.inner-container {
	padding: 15px 15px 50px 15px;
}
}
	.inner-container header .inner-title {
		font-size: 22px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

.content-description:not(:empty) {
	line-height: 2.5;
	margin-bottom: 20px;
	text-align:justify;
}

.content-description h1,.content-description h2,.content-description h3,.content-description h4,.content-description h5,.content-description h6 {
	line-height: 2.5;
}
	.relative-product-container
	{
	}
	.relative-product-box *[class^="col-"]
	{
	}
	.relative-product-box header
	{
		font-size:18px;
		margin-bottom:15px;
	}
	.relative-product-box a
	{
		display:block;
		width:100%;
		background-color:#fff;
		padding:10px 5px;
		margin-bottom:5px;
		border:1px solid #ddd;
	}
	.relative-product-box a:hover h5
	{
		color:#ee1c21;
	}
	.relative-product-box img
	{
		height:150px;
		margin-bottom:10px;
	}
		.relative-product-box h5
	{
		color:#333;
		height:60px;
		line-height:1.5;
	}
		.relative-product-cat{
			margin-bottom:15px;
			padding:10px 15px;
			background-color:#C51D0C;
			display:inline-block;
			border-radius:4px;
			color:#fff !important;
		}
.margin-bottom-top-50{
	margin:50px 0;
}