body .empori-webshop-header-logo img,
body .empori-mobile-logo img,
body .empori-header-logo img {
    filter: none !important;
    height: 100px;
 
}

body img.empori-footer-logo{
    filter: none !important;
}
@media (min-width: 800px) {
    body .primeflow-body {
margin-top: 50px;
}
}


/* Menu fix för större logga */
body .mobile-menu {
    height: 105px !important;
}

@media (max-width: 800px) {
    body .mobile-menu {
        height: 85px !important;
        
    }
    
    body .empori-mobile-logo img {
        height: 85px;
    }
}

@media (max-width: 800px) {
    body .primeflow main.empori-header-webshopheader {
        padding: 100px 0 0 !important;
    }
}

body .empori-site-search-result-list.empori-webshop-header {
    top: 150px !important;
}

@media (max-width: 800px) {
    body .empori-site-search-result-list.empori-webshop-header {
        top: 90px !important;
    }
}

body .empori-header-submenu-webshop {
    top: 150px !important;
}

body .mobile-navigation{
    top: 90px !important;
}

@media (max-width: 800px) {
    body .empori-header-search-mobile-container.visible {
        top: 90px !important;
    }
}

body .empori-mobile-logo {
    flex: 0 0 91px !important;
}

/*-----------------------------*/

/*MENY FONT SIZE*/
body .empori-category-group-title {
    font-size: 16px;
}
body .empori-submenu-grid {
    gap: 10px;
}
/*-----------------------------*/
h1.product-name {
    font-size: 2.2em !important;
    line-height: .9em !important;
}

/*PRICE SLIDER COLOR*/
.primeflow-range-track {
background: linear-gradient(to right, #f1f1f1 0, #f1f1f1 var(--range-min), #f3f3f4 var(--range-min), #26348b var(--range-max), #f1f1f1 var(--range-max), #f1f1f1 100%);
}

.primeflow-range-handle {
        background-color: #26348b;
}
/*-----------------------------*/