

.heat-sealer {
	margin-top: 15px;
}

.heat-sealer .spec{
	display: table;
}

.heat-sealer .img{
	display: table-cell;
	vertical-align: top;
}

.heat-sealer .img img {
	padding-left: 15px;
}

.heat-sealer .list{
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.heat-sealer .list ul li{
	line-height: 150%;
	border-bottom: 1px solid #333;
	padding: 8px;
}

.heat-sealer .list ul li:first-child{
	border-top: 1px solid #333;
}

.accesories{
	text-align: center;
	background: #fafafa;
	padding: 60px 5%;
	margin-bottom: -80px;
}

.accesories img{
	max-width: 100%;
	width: auto;
}

.accesories h3 {
	text-align: center;
	font-size: 2.2rem;
	padding-bottom: 25px;
}

.accesories a.link{
	transition: .3s;
}

.accesories a.link:hover{
	opacity: .7;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 980px) {

.accesories h3 {
	font-size: 1.6rem;
}

}

@media only screen and (max-width: 767px) {

.heat-sealer .spec{
	display: block;
	width: 100%;
}

.heat-sealer .img{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.heat-sealer .img img {
	padding-left: 0;
	max-width: 100%;
	width: auto;
}

.heat-sealer .list{
	display: block;
}

.heat-sealer .list ul li{
	font-size: .8rem;
}

}

@media only screen and (max-width: 480px) {

}

