.col-about-inner{
	max-width: 700px;
}

.footer-container-devsn{
	position: relative;
}
.footer-container-devsn .footer-g-map{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 800px;
}

@media(max-width: 1750px){
	.footer-container-devsn .footer-g-map{
		width: 600px;
	}
}
@media(max-width: 1370px){
	.footer-container-devsn .footer-g-map{
		width: 500px;
	}
}
@media(max-width: 1200px){
	.footer-container-devsn .footer-g-map{
		width: 400px;
	}
}
@media(max-width: 991px){
	.footer-container-devsn .footer-g-map{
		width: 100%;
		position: static;
		height: 300px;
		margin-top: -40px;
	}
	.footer-container-nr{
		width: 100%;
	}
	.site-footer .footer-container-devsn{
		display: block;
	}
}


.footer-logo-sn img{
	width: 160px;
}
.footer-info-item{
	margin-bottom: 30px;
}
.footer-info-item-i{
	width: 40px;
}
.footer-info-item-text{
	width: calc(100% - 40px);
}
.footer-menu-wrap ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-wrap ul li a{
	color:  #000;
}
.certificate-item-sn{
	margin-bottom: 30px;
}
.certificate-item-sn a{
	display: inline-flex;
}
.certification-icon-sn{
	width: 40px;
}
.certification-icon-sn img{
	width: 30px;
}
.certification-name-sn p{
	color: #fa852b;
	font-weight: 600;
}
.certification-name-sn p:hover{
	text-decoration: underline;
}
.product-sidebar-sn .card .product-subcategories-sn>li{
	border-bottom: 1px solid #888 ;
	padding: 8px 0;
	
}

.product-sidebar-sn .card .product-subcategories-sn li .sub-child-sn{
	background: #fff;
	margin-top: 0;
	padding-top: 10px;
	list-style: disc;
	border-top: 1px solid #888;
	margin-top: 10px;
	padding-left: 30px;

}
#accordion .card-body{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;

}

.cat-active{
	background: #0068b4!important;
}

.cat-active h5 span a{
	color: #fff !important;
}

.cat-active img{
	filter: invert(1);
}
#accordion .card-header a{
	padding-left: 10px;
}
.product-sidebar-sn .card .product-subcategories-sn li a{
	color: #000;
	padding-left: 10px ;
	display: block;
}
#accordion .sub-child-sn a{
	padding-left: 0;
	color: #000;
}

.counter-number .c-number{
	font-weight: 600 !important;
}

/*Mobile logo tmp*/

#logo-mobile-tmp img{
	width: 160px;
	height: auto;
}

@media(min-width: 1367px){
	#logo-mobile-tmp{
		display: none;
	}	
}

@media(max-width: 1366px){
	#site-logo-sn{
		display: none;
	}
	#logo-mobile-tmp{
		margin-right: auto;
		padding: 10px 15px;
	}

	#logo-mobile-tmp a{
		display: block;
		margin-top: 60px;
	}
	.nav.navbar-nav{
		padding-left: 0 !important;
	}
}

@media(min-width: 992px) and (max-width: 1200px){
	.nav.navbar-nav{
		padding-left: 0 !important;
	}
	.nav-container-sn{
		flex-direction: column;
	}
	.nav-contact-info-sn{
		order: 1;
		padding-bottom: 10px;
	}
	.collapse.navbar-collapse{
		order: 2;
		margin-right: auto;
	}
	nav.navbar{
		padding-top: 10px !important;
	}
}

@media(max-width: 991px){
	#site-logo-sn{
		display: block;
	}
	#logo-mobile-tmp{
		display: none;
	}	
}


/*Single product*/
.downloads-head{
	background: #fa852b;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	margin-top: 25px;
}
.download-item-sn{
	padding-left: 0 !important;
}
.download-item-sn:hover{
	background: #fff !important;
	
}
.download-item-sn:hover .di-text{
	color: silver !important;
	text-decoration: underline;
}

/*Properties */
.box-prop-inner{
	widtH: 100%;
	background: #fa852b;
	padding: 25px 10px;
}
.box-prop-head{
	padding-bottom: 10px;
}

.sp-table-exl table{
	width: 100%;
	border-collapse:separate; 
    border-spacing: 0 5px;
}
.sp-table-exl tr{
	/*padding-bottom: 10px;
	display: block;
	width: 100%;*/

}
.sp-table-exl tr td , .sp-table-exl tr th{
	padding: 15px;
	background: #f2f2f2;
}
.spec-data-table{
	margin-top: -5px;
}
.related-slider-sn-wrap{
	max-width: 100% !important;
}

/* Logo image */
header#masthead nav.navbar #site-logo-sn img{
	width:270px;
}
@media(max-width:991px){
	header#masthead nav.navbar #site-logo-sn img{
		width:200px;
	}
}
@media(max-width:576px){
	header#masthead nav.navbar #site-logo-sn img{
		width:170px;
	}
}