header #logo {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 200px;
    height: 100px;
    background: url(../images/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

header #basket-i {
	display:none;
}