
body{
	font-size: 14px!important;
	position: relative !important;
}

#baktotop{
	position:fixed;
	width:55px;
	height:55px;
	bottom:60px;
	right:30px;
	/* background-color: #bd2626; */
	border-radius: 50%;
	z-index: 500;
	display:none;
	text-align: center;
		
}

#baktotop i{
	font-size: 60px!important;
	margin:auto;
}

.tg-sectiontitle{
	width: 100%;
	float: left;
	margin: 0 0 30px;
	padding: 0 0 50px;
	position: relative;
	text-align: center;
	
}
.tg-sectiontitle:before{
	width: 170px;
	content: '';
	left: 50%;
	bottom: 15px;
	position: absolute;
	margin: 0 0 0 -85px;
	border-bottom: 1px solid #ddd;
}
.tg-sectiontitle:after{
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 30px;
	display: block;
	content: '\f041';
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	border-radius: 50px;
	margin: 0 0 0 -15px;
	font-family: 'FontAwesome';
}

a.navbar-brand img{
	width:340px;
	height:auto;
}


a.nav-link{

    padding-right:15px!important;
    padding-left:15px!important;
    /* border:1px solid red; */
	display:block!important;
	text-transform: uppercase;
	font-weight: 600;
    /* color: #fff !important; */
}

a.nav-link:hover{
	color:red;
}

main{
	padding-top:75px!important;
	border:0px solid red;
}


.hlogo{
	width:190px!important;
	height:auto;
	/* border:1px solid red; */
	display:inline-block!important;
}

/*homepage scroller begins here*/
.pimage{
    width: 160px !important;
    height: auto !important;
    border:0px solid rgb(241, 239, 239)!important;
    margin: 10px 10px !important;
    position: relative !important;
    display: flex;
    align-items:center;
    float:left;
}

.pimage img{
    margin:auto !important;
    width:98%;
    height: auto !important;
    vertical-align:middle!important;
}

.mnav{
	/* border:2px solid red; */
	padding-top:10px!important;
}
/*scroller ends here*/

@media (max-width: 990px) {

	a.navbar-brand span{
		display:none!important;
	}

	a.navbar-brand img{
		width:70px;
		height:auto;
	}

	.navbar-toggler{
		position:absolute;
		right:10px;
		top:0px;
		/* border:2px solid red; */
	}

}

@media (max-width: 569px) {

	a.navbar-brand span{
		display:none!important;
	}

	a.navbar-brand img{
		width:70px;
		height:auto;
	}

	.navbar-toggler{
		position:absolute;
		right:10px;
		top:-55px;		
	}

	.mnav{
		/* border:2px solid red; */
		padding-top:0px!important;
		background:#235f78!important;
	}

	.mnav a.nav-link{
		color:#fff!important;
	}
	

	.productx{

		width: 80% !important;;
		height: auto !important;;
		margin: auto !important;;
	}

	.categories{
		position:relative;
	}

	.categories h1{
		position: absolute !important;
		bottom: 20px !important;
		text-align: center!important;
		text-shadow:#bd2626!important;
		border:0px solid red;
		width:100%;
		background: #ddd;
		padding:8px;
	}

	.hlogo{
		width:190px!important;
		height:auto;
		/* border:1px solid red; */
		margin:auto!important;
	}

	.footer{
		text-align: center;
	}

}