.sarno-custom-address-container {
    padding: 5px;
    background: #808080;
}

.sarno-custom-address-container a {
    color: white;
}

.sarno-custom-address-container a:hover {
    color: white;
}

.sarno-custom-address-container .store-info {
    max-width: 1171px;
    margin: 0 auto;
}

.sarno-custom-logo-container img.custom-logo {
    opacity: 0;
    transition: opacity 0.2s;
}
.sarno-custom-logo-container img.custom-logo.logo-loaded {
    opacity: 1;
}

.sarno-custom-logo-container img {
    max-width: 500px !important;
    width: 100% !important;
    max-height: 85px !important;
}