:root {
--font: 'Open Sans';


--base-color: #474646;


--base-text-color: #FFFFFF;


--footer-color: #000000;


--footer-text-color: #FFFFFF;


--button-color: #474646;



--button-hover-color: hsl(from var(--button-color) h s calc(l - 5));

--button-text-color: #FFFFFF;



--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.stjarna.shop/fileupload/OpenSans-Regular.ttf');
}

html,
body,
#body {
    font-family: 'Open Sans';
}

.menu-bar {
    background-color: #2e2e2e;
}

.menu-bar-item-label {
    color: white;
    font-weight: 600;
}

.menu-bar-item-label:hover {
    color: white;
    text-decoration: underline;
}

.header-bar * {
    color: white;
}

.header-wrapper {
    height: 186px;
    color: white;
}

.header-wrapper.fixed {
    height: 83px;
}

.header-wrapper.collapse,
.inner-wrapper * {
    background-color: #474646;
    color: white;
}

.header-wrapper.fixed .header-right {
    height: unset;
}

.header-wrapper.fixed .header-logo {
    height: 75px;
    margin: 4px 0;
    padding: 0;
}

.product-search-input-container {
    border: none;
    max-width: 400px;
    background: white;
    border-radius: 40px;
}

i.fas.fa-search.product-search-button {
    background-color: transparent;
}

.product-search-input-container input.product-search-input {
    color: black;
    border-radius: 25px;
    padding-left: 25px;
}

.header-wrapper .fa-times:before {
    color: #474646;
    background: white;
}

.header-wrapper .minibasket-icon i {
    background-color: #474646;
    color: #fedb00;
}

.menu-bar-desktop-products>div {
    background-color: #2e2e2e;
}

.menu-bar-desktop-products>div a {
    color: white;
}

.menu-bar-desktop-products>div a:hover {
    color: #fff;
    text-decoration: underline;
}

.menu-bar-desktop-products-menu-item {
    font-size: 15px;
}

#body {
    background-color: #fff;
}

.footer {
    background-color: #474646;
}

.quick-search-overlay button.button.buy-button {
    border: 1px solid white;
}

.buy-button:hover,
.buy-button:focus,
.buy-button:active {
    background-color: #474646;
}

.prodlist-row {
    box-shadow: 3px 4px 9px 0 #ddd;
    margin: 24px 0;
    border: none;
}

.prodlist-row.large-grid {
    margin: 4px;
}

.quick-search-overlay .quick-search .search-result-products .prodlist-row .prodlist-row__content-wrapper .product-list__details .product-list__description {
    color: white;
}

.quick-search-overlay i.close-search::before {
    color: white;
}

.footer-wrapper li.small-11.medium-2.large-2 {
    width: 22%;
}