#sellerHeader_1 header.fixhead{
position:fixed;
width:100%;
top:-300px;
left:0;
z-index:100;
box-shadow: 0 0 20px rgba(0,0,0,0.2);	
-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 		transition: all 0.3s ease;
background-color: rgba(255,255,255,0.8);
}
#sellerHeader_1 header.fixhead.showhead{
top:0;	
}

header.innerheader{
box-shadow: 0 0 20px rgba(0,0,0,0.2);	
}
.wrapper.inner{
	min-height: 500px;
}
.bot-f a {
    color: #929292;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-decoration: underline;
}

.footer-bottom__info{
max-width: 1160px;
}
.footer-bottom__info p{
	margin-bottom:8px;
	margin-top:0;
}
.footer-bottom__info p:last-child{
	margin-bottom:0;
}