img[src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="] {
    width: 1px !important;
    height: 1px !important;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

html, body, p, h1 {
    margin: 0px;
    padding: 0px;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1328px;
}

#preheader {
    display: none;
    background-color: #000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.6);
	box-shadow: 0px -5px 25px 0px rgba(0,0,0,0.6);
	transition: all 0.5s ease;
}

#preheader img {
    margin: 0px auto;
    display: block;
    max-width: 100%;
}

@media (min-width: 681px) {
    #preheader img.mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    #preheader img.desktop {
        display: none;
    }
    #preheader img.mobile {
        display: block;
    }

    #bf-wrp .content {
        margin-top: 10px;
    }

    .bf-wrp #products {
        margin-top: 30px;
    }

}