﻿body {
	/*padding-top: 5px;*/
	/*margin-top:-10px;*/
	padding-top: 70px;
}
.headerTop, #fooer2, .tabs-bottom {
	display: none;
}
.inner-header-fix{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background-color:#fff;
	position:fixed;
	top:0;
	right:0;
	left:0;
	width:100%;
	max-width:768px;
	margin:auto;
	padding:10px;
	z-index:9;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.05);
}
.inner-title {
	font-size: 20px;
	font-family: vazir-b;
	text-align: center;
	flex:1;
}
.inner-header-btn{
	width:50px;
	display:inline-block;
	height:40px;
	text-align:center;
}
.inner-header-btn-back {
	color: #000;
	font-size: 18px;
	padding-top:5px;
}
.content-description {
	font-size: 15px;
	line-height: 2.5;
	margin-bottom: 20px;
	text-align: justify;
}

#goToTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 15px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #a3a3a3;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	z-index: 100;
}

	#goToTop:hover {
		background: #333;
	}
	.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;
		}
