
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
/*Hide "As seen on on" mobile*/
.bannerTop-Bottom {}
@media screen and (max-width: 479px) {
    .bannerTop-Bottom { display:none;}
}
.bannerTop-Bottom {}
@media screen and (max-width: 479px) {
    .bannerTop-Bottom { display:none;}
}

.btn {border-radius: 10px;}
/*Login page*/
#LoginForm.login-form h3 { text-transform: uppercase;}
#LoginForm .btn {margin-bottom:20px;}
/*Font adjustments*/
.ProductDescriptionContainer p>span {font-size:14px !important;}
.ProductDescriptionContainer em>span {font-size:14px !important;}
.Meta {font-size:14px;}

@media screen and (max-width: 540px) {
     img#LogoImage { content:url("https://bowserbeer.com/content/logo-bowser-beer-center.png") !important}
}