/*RAK KANT PÅ RAW*/
body .row-parent::before, body footer::before {
    content: none !important;
}

/*STORLEK PÅ LOGGAN I DESKTOP OCH MOBIL*/
body .empori-webshop-header-logo img,
body .empori-mobile-logo img,
body .empori-header-logo img {
    filter: none !important;
    height: 50px;
    padding: 5px;
}

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

body .mobile-menu {
    height: 70px !important;
}

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

@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-submenu-grid {
    gap: 10px;
}

body .empori-category-group-title {
    font-size: 16px;
}

/*Textstorlek produkter*/
body .empori-product .product-name, .grid-view .product.item-col .product-name {
    font-size: 16px !important;
}

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

body .primeflow-range-handle {
        background-color: #f18230;
}
/*-----------------------------*/
