.rouh-desktop-header-brand > .header-brand > img { scale: 1.4; }
@media only screen and (min-width: 768px) {
    .main-menu li > a {
        font-size: 0.75rem;
	}
}
@media (max-width: 480px) {
    .header-brand img {
        margin: 15 auto;
        max-width: 125px;
    }
.header-brand-wrapper {
    position: relative;
    left: 2rem;
}
}

@media (max-width: 767px) {
    .header-brand img {
        margin-right: 1.25rem;
    }
}#gradientlink { display: none;}
@media (max-width: 480px) {
    footer .grid {
        justify-items: center;
    }
    footer .items-end {
      justify-content: center;
    }
    footer .s-menu-footer-list {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .store-footer h3 {
        text-align: center;
    }
    footer .s-menu-footer-list {
        justify-items: center;
    }
}
salla-payments > ul.s-payments-list > li:last-child{display: none;}