body {
	background-color: #ffffff;
}
header {
	position: fixed;
}

.single-prod {
	color: #000000;
	max-width: 1194px;
	padding: 0;
	padding-top: 20px;
	margin-top: 65px;
}
.single-prod .title {
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	background-color: #f2f5fe;
	border-radius: 10px;
	padding: 20px;
	text-transform: uppercase;
	margin: 20px 0 0px;
}
.link {
    width: 76px;
    min-width: 76px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f3f7;
	color: #8e94ab;
    transition: all .3s;
}
.link:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.link:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.link:hover {
	background-color: #fbd000!important;
	color: #000000;
}
.link a {
	text-align: center;
}
.link a:hover {
	text-decoration: none;
}
.link img {
    height: 40px;
    width: auto;
}
.link p {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
    padding-top: 2px;
}
.prod-body {
	display: flex;
}
.prod-body .links {
	width: 162px;
	min-width: 162px;
	max-width: 100%;
	margin-top: 42px;
}
.content {
	margin-top: 42px;
	width: 830px;
	max-width: 100%;
}
.content p,
.content li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 0 25px;
}
.content table {
	width: auto;
	max-width: 100%;
	display: block;
	overflow-x: hidden;
    margin-bottom: 30px;
}
.content table tbody{
    width: 783px;
    min-width: 783px;
    display: block;
}
.content table p {
	width: auto;
	font-size: 13px;
	line-height: 14px;
	margin: 9px 0;
}
.content table td,
 .content table th{
	padding: 6px 9px;
	vertical-align: middle;
	border: 1px solid #d7d6d6;
}
.content table p {

}
.content p,
.content ul,
.content img {
	margin-bottom: 30px;
	width: 783px;
	max-width: 100%;
}
.content h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	background-color: #f2f5fe;
	padding: 25px;
	margin-bottom: 12px;
	border-radius: 10px;
}
.content li {
	list-style: none;
	padding: 0 0 4px;
	display: flex;
}
.content li:before {
	content: '—';
	color: #fef657;
	font-weight: 700;
	margin-right: 8px;

}
.content .info {
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	padding: 25px;
	background-color: #e7e7e7;
	border-radius: 10px;
	margin-top: 70px;
}
.content img{
	
	height: auto;
}











@media (max-width: 992px) {
	.prod-body {
		flex-wrap: wrap;
	}
	.prod-body .links {
		width: 100%;
		display: flex;
		padding-left: 20px;
	}
	.link:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 10px;
	}
	.link:last-child {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 10px;
	}
	.content li{
		    padding: 0 20px 4px 0;
	}
	.breadcrumb {
		line-height: 22px;
	}
}
@media (max-width: 633px) {
	.content table {
		overflow-x: scroll;
	}
}