@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli');


/*!
Theme Name: Alf Pettersson
Theme URI: http://underscores.me/
Author: Webfolket
Author URI: https://www.webfolket.se
Description: Tema för Alf Pettersson
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alfpettersson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Alf Pettersson is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/




/*
Blå: #14364f -> #003B5C
Blå hover: #13364f
Mörkvit: #f4f2ec
Grön/gul: #afaf0d -> #BFBF10
Grön/gul hover: #afaf0d

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4f4f4c;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #bfc00e;
}

a:visited {
	color: #bfc00e;
}

a:hover,
a:focus,
a:active {
	color: #333;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: -1;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
/*	position: relative;*/
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}











#page {
	margin: 0 auto;
	max-width: 1280px;
	
}	
#topbar {
    background: #f9f8f4;
    color: #4e4f4c;
	font-size:11px;
	padding: 6px 0;
	line-height: 22px; 
}

#topbar .left {
	float:left;
}
#topbar .left span {
	margin-left: 15px;
}
#topbar .rght {
	float:right;
	display: flex;
}
#topbar .rght span {
	/*margin-left: 15px;*/
}

.cntmdle {
	margin: 0 auto;
	max-width: 1280px;
}
#topbar .wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
	width: auto;
	float: left;
	margin-top: -2px;
}


#topbar .wpml-ls-link:hover {
color: #bfc00e;
}

#topbar .wpml-ls-legacy-dropdown a {
	border: 0px;
	background: none;
background: #f9f8f4;
color: #575955;
    padding-left: 0px;
}
#topbar .wpml-ls-sub-menu {
	border-top: 0px;
	margin-left: -10px;
}
#topbar .wpml-ls-sub-menu li a{
	padding: 6px 0;
	padding-left: 10px !important; 
	width: 200%;

}

#page, .cntmdle {
	padding: 0 15px;
}


#masthead{
	background: #f4f2ec;
} 

#mainmen .site-branding {
	float:left;
} 
#mainmen nav{
	float:left;
	width: auto;
} 
#mainmen {
    z-index: 99;
}


#kontakttopmenu {
	float:right;
	background: #BFBF10;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    color:#fff;
    padding: 0 16px
}
#kontakttopmenu:hover {
	background: #afaf0d;
}




/* SEARCH { */
.search-wrapper {
  background: #e7e7e7;
  color:#fff;
	margin-right: -3px;
}
.search-wrapper button {
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
   padding: 0px;
   color:#fff;
}
.search-wrapper .btn {
  background: #fff;
  line-height: 90px;
  text-align: center;
  width: 82px;
  cursor: pointer;
  padding: 0px;
  background: #003B5C;
  font-size: 17px;
}
.search-wrapper .btn:hover {
background: #13364f;
}

.search-wrapper .stretch-to-fit {
  overflow: hidden;
      position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  background: #003B5C;
}
.search-wrapper .main-search {
  background: #003b5c;
  clear: both;
/*  height: 72px;*/
  z-index: 16000;
}
.search-wrapper .main-search .form-search {
	opacity: 0;
	overflow: hidden;
	max-width: 0;
	-webkit-transition: all 300ms cubic-bezier(1, 0.32, 1, -0.37);
	-moz-transition: all 300ms cubic-bezier(1, 0.32, 1, -0.37);
	-o-transition: all 300ms cubic-bezier(1, 0.32, 1, -0.37);
	transition: all 300ms cubic-bezier(1, 0.32, 1, -0.37);
	left: -1250px;
	top: 90px;
}
.search-wrapper .main-search .form-search .search-control {
	  padding: 0;
	  top:0;
}
.search-wrapper .main-search .form-search .search-control input {
	border: none;
    margin: 0;
    color: #fff;
    background: #1e4561;
    padding: 13px 15px;
}

.search-wrapper .main-search .form-search .search-control input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-wrapper .main-search .form-search .search-control input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-wrapper .main-search .form-search .search-control input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.search-wrapper .main-search.active {
 /* background: #ffffff;*/
}
.search-wrapper .main-search.active .form-search {
  opacity: 1;
  max-width: 100%;
  margin-top: 0px;
  left: 0px;
  top: 90px;
}
.search-wrapper input {
  outline: 0;
}
.search-wrapper .search-container {
  overflow: hidden;
  padding: 10px 0;
}
.search-wrapper .search-container .search-results {
  height: 100%;
  overflow-y: auto;
}
.search-wrapper .search-container .search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-wrapper .search-container .search-results ul li {
  border-bottom: 1px solid #ccc;
  height: 84px;
  padding: 15px;
}

.search-wrapper .form-search {
    display: table;
    width: 100%;
}

.search-wrapper .form-search > label,
.search-wrapper .form-search > .search-control {
    display: table-cell;
}

.search-wrapper .form-search > .search-control {
    width: 100%;
}
.search-wrapper .inputten {
  width: 85%;
}
.search-wrapper #searchsubmit{
	background: #041725;
    width: 10%;
    margin-left:10px;
      cursor: pointer;
      padding:15px
}
.search-wrapper #searchsubmit:hover{
	background: #356990;
}

/*  }*/



h1, h2, h3 {
margin-top:0px !important; padding-top:20px !important;
/*font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;*/
font-family: 'Muli', sans-serif; 

}
.menu-toggle, .main-navigation.toggled ul {
display:flex

}
#huvudmeny {
    display: flex;
}
#huvudmenyn li {
	text-transform:uppercase;
}
#huvudmenyn .sub-menu li {
	text-transform:capitalize;
}
#huvudmenyn .sub-menu li {
	/*width: 14.2%*/
	margin: 0 auto;
}
#huvudmenyn li:hover .sub-menu {
	left: 0;
    right: 0;
    box-shadow: none;
    background: #f9f8f4;
    z-index:999999;
}
#huvudmenyn .sub-menu {
	padding-top: 10px;
}
.main-navigation ul ul a {
    text-align: center;
}
.menu-image-title-after.menu-image-not-hovered img {
	padding: 20px;


}
.menu-image-title-after.menu-image-title {
    padding-left: 0px;
	display: inline-block;
}
.main-navigation ul ul a {
    width: auto;
}

#site-navigation {
	margin: 0 auto;
    max-width: 700px;
    float: none !important;
}
#site-navigation li {
	width: 25%;
	text-align: center;
    padding-bottom: 9px;
}
#site-navigation li a {
color:#4f4f4c;
}
#site-navigation li a:hover {
color:#989898;
}
#huvudmenyn {
    /*line-height: 72px;*/
        padding-top: 24px;
      /*font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;*/
      font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    font-size: 95%;
    font-weight: bold;
}

.ui-widget {
	/*font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif !important;*/
	font-family: 'Muli', sans-serif;
	font-size: 90%;
}

#site-navigation li::after {
		content: "\f347";
		display: block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		vertical-align: top;
		margin-top: -5px;
}
#site-navigation li:hover::after {
		content: "\f347";
		display: block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		vertical-align: top;
		margin-top: 0px;
}

#site-navigation .sub-menu li::after {
display:none;
}

#bgw {background: #f4f2ec}


body.home .entry-title {display:none}


body {
		background:#13364f;
	}
	#page {
		background:#f4f2ec;
	}
	.site-footer {
		background: #003B5C;
		color:#fff;
		text-align:center;
		padding: 30px;
		text-transform:uppercase;
		font-size: 13px;
		padding: 25px 15px 65px 15px;
		
	}
	.site-footer a {
		color:#fff;
		text-decoration: none;
	}
	.ftr1, .ftr2, .ftr3 {
		width: 33.33%;
		float:left;
	}
	#footerhoger, #footervanster {
		margin:0;
		padding:0;
	}

	.site-info ul {
		list-style: none !important;
		margin:0;
		padding:0;
	}
	.site-info li{
		padding-bottom:5px;
	}
	.ftr1 {
		text-align:left;
	}
	.ftr2 {
		text-align:center;
		    font-size: 22px;
	}
	.ftr2 div {
		float:left;
		width: 33%;
	}
	.ftr3 {
		text-align:right;
	}
	
	
	
	
	
.strboxr {
	background:#f9f8f4;
	padding: 7px 7px 10px 7px;
	width: auto;
	float:left;
	text-align: center;
}
.strboxr p {
	margin:0; padding:0
}
.strboxr img {
	max-height: 180px;
	width: auto;
	/*min-height: 180px;*/
	    display: flex;
    width: 100%;
    flex: 100%;
}

#strbox2 img {
	max-height: 180px !important;
    width: auto !important;
    margin: 0 auto !important;
}



#strbox1 {
	order: 1;
	flex: 1 30px;
    margin-right: 50px;
}
#strbox2 {
	order: 2;
   margin-right: 50px;
   flex: 1 30px;
   background:#BFBF10;
   color:#fff;
}
#strbox2 img{
	filter: brightness(0) invert(1);
}
#strbox3 {
	order: 3;
	flex: 1 30px;
}
#strbox1 a, #strbox2 a, #strbox3 a {
		text-decoration:none;
		color:#333333	
}
#strbox1 a:hover, #strbox2 a:hover, #strbox3 a:hover {
		text-decoration:none;
		color:#bfc00e;	
}
.strboxr .rubrik {
	font-size: 26px;
	padding: 7px 0 0px 0;
	font-family: 'Muli', sans-serif;
}
.strboxr .text {
	text-align: left;
    padding: 10px
}

#strbox2 a {
	text-decoration:none;
	color:#fff;	
}

#strbox2 a:hover {
	text-decoration:none;
	color:#333333;	
}


#dppbox {
    display: flex;
    flex-wrap: wrap;
}
#dppbox h2 {
	text-align: center;
	font-size: 40px;
	width: 100%;

}
#dpptxt{
	/*width: 65.5%;*/
	background: #f9f8f4;
    padding: 24px;
    margin-right: 50px;
    float: left;
    flex: 35%;
}
#dppbild {
    width: 30.5%;
    text-align: center;
    background: none;
    	float:left;
}


#logos {
	padding: 90px 0;
    text-align: center;
	/*display: flex;*/
    flex-wrap: wrap;
}
#logos img {
	/*flex: 1 30px;*/
	width: 24%;
	padding: 2%;
}


#cntus {
	background: #f9f8f4;
	padding: 30px 0;
    text-align: center;	
} 
#cntus a {
	background: #003B5C;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}
#cntus a:hover {
	background: #13364f;
}
#cntus h2 {
	padding: 0 !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
}




#medarbetare {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-left: -15px;
}
#medarbetare .medarbcnt {
	float:left;
	width: 33%;
	padding: 16px;
	text-align:left;
}
#medarbetare .medarbcnt .img {
	text-align: left;
}







.widget_shopping_cart {
position: absolute;
    background: #13364f;
    height: auto;
    z-index: 999;
    list-style-type: none;
    margin-top:0px;
    padding-top: 7px;
    display: inline-block;
    left: 0;
    width: 100%;
}
.widget_shopping_cart a {
	color: #fff;
}
.widget_shopping_cart li, .widget_shopping_cart ul {
	list-style-type: none;
	padding: 0;
    margin: 0;
}
.woocommerce-mini-cart-item.mini_cart_item a{
    clear: both;
    width: 100%;
    display: block;
}

.woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
	display: inline-block;
    position: absolute;
    left: 3px;
    text-decoration: none;
    padding-top: 10px;
    padding:10px;
    width: auto;
}
.woocommerce-mini-cart-item.mini_cart_item a {
	text-decoration: none;
}
.woocommerce-mini-cart-item.mini_cart_item a:hover {
	color: #48a1e0;
}
.woocommerce-mini-cart-item.mini_cart_item a img {
	display: none;
}
.woocommerce-mini-cart-item.mini_cart_item {
	border-bottom: 1px solid #051a29;
	background: #0c2e46;
    padding: 5px 0px 5px 36px;

}
.woocommerce-mini-cart__total.total, .woocommerce-mini-cart__buttons.buttons {
    padding: 0 10px;
}
.woocommerce-mini-cart__total.total, .woocommerce-mini-cart__buttons.buttons a {
	display: block;
}
.woocommerce-mini-cart__buttons.buttons a:hover {
	color: #48a1e0;
}

#carten {cursor: pointer;}
#carten:hover {color: #bfc00e;}
#carten .widget_shopping_cart{
    display: none;
}
#carten .widget_shopping_cart{
    color: #fff;
    cursor: default;
}
#carten:hover .widget_shopping_cart{
    display: inline-block;
}
.widget_shopping_cart:hover .widget_shopping_cart{
    display: inline-block;
}
.woocommerce-mini-cart__empty-message {
	padding: 10px;
}



.wpgis-slider-for .zoomImg {
	background: #fff;
}


.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #13364f;
    clear: both;
    padding: 20px;
    color: #fff;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #13364f !important;
    margin: 20px 0;
    padding: 20px;
    color: #fff;
    text-align: center;
}
.woocommerce-message a {
	color: #fff !important;
}

.woocommerce-breadcrumb {
	color: #4e4f4c;
	font-weight: bold;
}
.woocommerce-breadcrumb a {
	color: #13364f;
	text-decoration: none;
	font-weight: normal;
}


.woocommerce-breadcrumb a:hover {
    color: #989898;
}



 span.onsale {
	display:none;
}

.tinvwl_add_to_wishlist-text {
	font-size:12px !important;
	color: #003b5c !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
	font-size:16px !important;
	color: #003b5c !important;
}
.tinvwl_add_to_wishlist_button:hover {
	text-decoration: underline;
}


.favos, .wishlist_products_counter {
	color:#4e4f4c !important;
	text-decoration:none
} 
 .favos:hover {
    color: #bfc00e !important;
}
 .wishlist_products_counter_number::before {
  content: "(";
}
 .wishlist_products_counter_number::after {
  content: ")";
}
 





#kntft .widget_custom_html {
	padding: 0;
    margin: 0;
    background: #f4f2ec;
}

#kntft ul, #kntft li {
  list-style-type: none;
}

#ftrkontk {
	background: #f9f8f4;
    padding: 40px 0;
    text-align: center;
}

#kntft a:hover {
    background: #13364f;
}

#kntft a {
    background: #003B5C;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
}
#ftrkontk img {

    margin-left: 70px;
    margin-bottom: -30px;
    max-width: 50%;
}




.tinv-wishlist .product-thumbnail {
min-width: 100px;
    width: 100px;
}
.tinv-wishlist .product-thumbnail img{
	width: auto;
    max-height: 80px;
}
.tinv-wishlist.woocommerce .social-buttons li i {
	color: #003b5c;
}
.tinv-wishlist.woocommerce .social-buttons li i:hover {
	color: #13639c;
}
button.button.alt {
	background: #003b5c;
}
button.button.alt:hover {
    background: #13639c;
    cursor: pointer;
}
.product-remove button {
    color: white !important;
    background: #af1818 !important;
     cursor: pointer;
}
.product-remove button:hover {
    color: white !important;
    background: #d85151 !important;
}
.product-remove button i {
	font-size: 21px !important;
}
.tinv-wishlist table.tinvwl-table-manage-list {
	text-align:center;
	margin-bottom: 0;
	border-spacing: 0;
}
.tinvwl-table-manage-list th {
	padding-bottom: 15px !important;
}
.tinvwl-table-manage-list .product-name  {
   text-align: left;
   padding-left:20px;
}

.tinvwl-table-manage-list .product-name a {
	color: inherit;
	font-weight:bold;
	text-decoration:none;
	 
}
.tinvwl-table-manage-list .product-name a:hover {;
	text-decoration:underline;
}
.wishlist_item:nth-child(odd) {
	background: #f9f8f4;
}
.tinv-wishlist table td, .tinv-wishlist table th {
	padding:0;
}
.ftinvwl.ftinvwl-shopping-cart {
	display: block !important;
    font-size: 20px;
    padding: 2px;
    color: #fff;
}



ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 9px;
}

.woocommerce-loop-category__title .count {
background: none;
    color: inherit;
    font-size: smaller;
}






body.search-results article:after {
  content: "";
  display: table;
  clear: both;
}
body.search-results article {padding: 10px;}
body.search-results article h2 {padding: 0px !important;}
body.search-results article:nth-of-type(odd) { background: #f9f8f4; }
body.search-results article:nth-of-type(even) { }
body.search-results article img {
    padding-right: 5px;
}
body.search-results article a {
    color: inherit;
}
body.search-results article .post-thumbnail {
	float:left;
	width: 20%;
}
body.search-results article .entry-summary {
	margin: 0 !important;
    padding: 0;
    float:left;
    width: 80%;
}
body.search-results article .entry-header {
    margin-top: 5px;
}
body.search-results article .entry-title{
    font-size: 110%;
    text-decoration: none;    
}
body.search-results article .post-edit-link {
	display:none;
}






body.search-results #primary p {
	padding: 0px;
    margin: 0px !important;
    padding-left: 10px;
}
body.search-results #primary .posted-on {
	display:none
}




#prdkktlist ul, #prdkktlist li {
	list-style: none;
	    margin: 0;
}
#prdkktlist {
	background: #f9f8f4;
	width: 23%;
    float: left;
    margin-right: 2%;
}
#prdkktlist li {
	font-size: 11px;
	margin-bottom: 6px;
}
#prdkktlist a {
	color: inherit;
	text-decoration:none;
	font-size:15px;
	margin-bottom: 6px;
    display: block;
}
#prdkktlist a:hover {
	text-decoration:underline;
}
#prdkktlist ul ul {
	padding-left: 7px;
}
#prdkktlist #visaprdlst {
	display:none;
	background: #e4e2d9;
    padding: 5px 12px;
}
#filtrktlist #visafillst {
	display:none;
	background: #e4e2d9;
    padding: 5px 12px;
}
#filtrktlist ul, #filtrktlist li {
	list-style: none;
	    margin: 0;
}

.collapsing.categories.expandable.parent a {
font-weight:normal !important;
}


/*
.collapsing.categories.expandable.self.parent  a:nth-child(1) { 
font-weight:bold !important;
}
*/


.collapsing.categories.item.parent a {
font-weight:bold !important;
}

.collapsing.categories.list {
	padding: 20px 0 10px 26px !important;
}
#widget-collapscat-2-top li.collapsing.categories .sym {
	font-weight: bold;
	color: #003b5c;
	font-size: 1.5em;
}
#widget-collapscat-2-top li.collapsing.categories .sym:hover {
	color: #bfc00e;
}

#widget-collapscat-2-top li.collapsing.categories.item:before {
    font-size: 1.5em;
    padding-left: 5px;
    display:none;
}
#produkterlist {
	width:75%;
	float:left;
}

.arrowdown {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 10px;
    float: right;
    margin-top: 7px;
}
#prdkktlist #collapscat-2  {
		display:block !important;
}
#prdkktlist #collapscat-2.active  {
		display:block !important;
}

#filtrktlist #filtcntsdbar  {
		display:block !important;
}
#filtrktlist #filtcntsdbar.active  {
		display:block !important;
}


#widget-collapscat-2-top li.collapsing.categories.item:after {
float:right;
/*content: '\00BB \00A0' !important;*/
}

#widget-collapscat-2-top li.collapsing.categories.item:after {
font-size: 1.5em;
    padding-right: 5px;
}

#widget-collapscat-2-top li.collapsing.categories .sym {
font-size: 1.3em !important;
}

.collapsing.categories.collapse, .collapsing.categories.expand {
    float: right;
    padding-right: 10px !important;
}




#toprightbtns {
	float: right;
    position: absolute;
    right: 15px;
    width:100%;
        padding-right: 3px;
    z-index: -1
}


.slick-slide img {display:inline-block}
.slick-slide {text-align:center}






body.page-id-4045 .wpcf7-list-item.first {
	display: block;
    margin-bottom: 10px;
}
body.page-id-4045 span.wpcf7-list-item {
margin: 0;
}
body.page-id-4045 #wpcf7-f4044-p4045-o1 {
background: #f9f8f4;
    padding: 15px 20px;
}
body.page-id-4045 #wpcf7-f4044-p4045-o1 form {
    margin: 0 auto;
    max-width: 300px;
}

span.wpcf7-list-item-label::before {
padding-left: 10px;
}

body.page-id-4045 #wpcf7-f4044-p4045-o1 input[type=text],body.page-id-4045 #wpcf7-f4044-p4045-o1 input[type=email] {
	width: 100%;

}



.intresslank {
color:#bfc00e !important;
text-decoration:none
}
.intresslank:hover {
color:#003b5c!important;
text-decoration:none
}


#custom_html-2 {
    padding-top: 20px !important;
}


#menwi {
	float:left;
	width: 86%;
}

.menu-toggle {display:none}



.tagged_as {
	display: block;
    font-size: 12px;
}









.posted-on {font-size:13px;}



body.blog article .entry-title {font-size: 160%;}

body.blog article {
	background: #f9f8f3;
    padding: 20px;
}
body.blog .post-thumbnail, body.blog .wp-block-image {display:none;}


.tinv-wishlist .tinv-header{display:none} 




/*
*
*
*
****** RESPONSIVE
*
*
*
*/


@media only screen and (max-width:1000px) {	
	/* fullwidth knappar*/
	#toprightbtns {
		/*float: none;*/
		position: relative;
		right: 0;
		padding-right: 0;
		/*display:none;*/
	}
	#kontakttopmenu {
    	width: 50%;
    	line-height: 40px;
	}
	#srchtopbtn {
		width: 50%;
	}
	.search-wrapper .btn {
		width:62px;
	}
	.search-wrapper {
		margin-right:0px;
	}
	.search-wrapper .btn.pull-right {
		width: 100%;
		line-height: 40px;
	}
	.search-wrapper .inputten {
		width:70%;
	}
	.search-wrapper #searchsubmit {
		width: 20%;
	}
	.search-wrapper .main-search .form-search .search-control input {
		padding: 7px 5px 9px 15px;
	}
	#menwi {
		width: 100%;
	}
	#huvudmenyn {
		letter-spacing: 0px;
		font-size: 85%;
		padding-top: 0;
	}
	.search-wrapper .main-search.active .form-search {
		top: 40px;
	}
	

}


@media only screen and (max-width:980px) {
	#produkterlist, #prdkktlist {
		width:100%;
	}
	
	#prdkktlist #collapscat-2 {
		display:none !important;
	}
	#prdkktlist #visaprdlst {
		display:block !important;
		cursor: pointer;
	}
	
	#filtrktlist, #filtcntsdbar {
		width:100%;
		margin-top:5px;
	}
	
	#filtrktlist #filtcntsdbar {
		display:none !important;
	}
	#filtrktlist #visafillst {
		display:block !important;
		cursor: pointer;
	}
	
}

@media only screen and (max-width:900px) {
	/* Produkter */
	.images {
		width: 100% !important;
	    float: none !important;
	}
	.summary.entry-summary {
		width: 100% !important;
	}
	.product_title.entry-title {
		font-size: 130% !important;
	}
	.single-product .summary.entry-summary {
		padding: 0px 0px !important;
		float:none !important;
	}
	
	body.post-type-archive-product .products.columns-4 {
		clear:both; 
	}
	.single-product .summary.entry-summary {
		padding-top: 22px !important;
	}
	
	/*
	#wpgis-gallery {
		width:100% !important;
		clear:both !important;
		    margin-bottom: 19px !important;
	}
	.vertical-img-right.wpgis-slider-for {
		width:100%;
		margin-bottom: 0px !important;
	}
	.slick-track.flex-control-nav {
	    margin: 0 auto !important;
	    transform: none !important;
	}
	#wpgis-gallery .slick-slide {
		width: auto !important;
	}
	.slick-list.draggable, .slick-track.flex-control-nav {
		height: auto !important;
		max-width: 100%;
	}
	
	.slick-track {
	height: auto !important;
	

	}

	*/
}







@media only screen and (max-width:840px) {
	.medarbcnt {
		width:33% !important;
	}
	
}

@media only screen and (max-width:768px) {
	.up-sells.upsells.products .woocommerce-loop-product__title {
	font-size: 1.2em !important;
	height: auto !important;
	min-height: auto !important;
	}

}

@media only screen and (max-width:640px) {
	.medarbcnt {
		width:50% !important;
		text-align:center
	}
	
}






@media only screen and (max-width:600px) {
	.menu-toggle {
		float: right;
		background: #f9f8f3;
		border: 1px solid #d3d3d3;
		padding: 15px 30px;
		margin-top: 25px;
		font-weight: bold;
    }
    
   
    
	.woocommerce-ordering {
		clear: both;
		float: left !important;
		margin-top: 10px;
		margin-bottom: 20px;
		width: 95%;
	}
	
	body.post-type-archive-product .products.columns-4 {
		clear:both; 
	}
	
  .menu-toggle, .main-navigation.toggled ul {
  	display:initial
  }  
  .menu-toggle {
   	display:initial
  }  
 
    #site-navigation li {
		width: 100%;
		text-align: left;
		padding-bottom: 4px;
		clear: both;
		    display: block;
		    font-size: 130%;
		    font-weight:bold;
    }
    .new_menu_class {
    	clear:both;
    }
   #huvudmenyn .sub-menu {
        all: initial;
        font-family: inherit;
	}
	.main-navigation ul ul a {
	text-align:left;
	}
	#huvudmenyn .sub-menu li {
		/* width: 14.2%; */
		margin: 0 auto;
		width: 30%;
		float: left;
		margin: 0 auto;
    width: 100%;
    float: left;
    padding: 0 1%;
    clear: initial;
    font-family: inherit;
    font-size: 100%;
    font-weight; normal;
    padding-bottom: 5px;
    padding-left: 20px;
	}
	
	#huvudmenyn .sub-menu img { display:none}
	
	#site-navigation li::after {
		content: "   ";
		display: initial; 
		-webkit-font-smoothing: initial; 
		font: initial; 
		vertical-align: initial; 
		margin-top: initial; 
		clear: both;
	}
	.menu-image-title-after.menu-image-not-hovered img { padding: 0px}
	
	#site-navigation li:hover::after {
		content: "\f347";
		display: block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		vertical-align: top;
		margin-top: 0px;
		color: #f4f2ec;
		display:none !important;
	}
	#site-navigation li::after {
		content: "\f347";
		display: block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 'dashicons';
		vertical-align: top;
		margin-top: 0px;
		color: #f4f2ec;
		display:none !important;
	}
	.search-wrapper .main-search {height: 40px;}
}









@media only screen and (max-width:590px) {
	.medarbcnt {
		width:100% !important;
	}
	
}











@media only screen and (max-width:500px) {

	/*Footer*/
	#colophon .ftr1, #colophon .ftr2, #colophon .ftr3  {
		width:100%;
		text-align:center
	}
	#colophon .ftr2 {
		margin-top:20px;
	}
	#colophon .ftr2 img {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	/* startpage */
	#strbox1, #strbox2, #strbox3 {
		width: 100%;
		margin: 0;
		flex: none;
	}
	
	#dpptxt,#dppbild {
		width: 100% !important;
		    margin-right: 0;
	}
	#ftrkontk img {
		margin-left: 60px;
		margin-bottom: -30px;
		max-width: 50%;
    }
	.woocommerce-breadcrumb {
		font-size: 77%;
		padding-top: 25px;
		padding-bottom: 20px;
	}
	
	
	form.cart .quantity, form.cart .quantity input[type="number"] {
		width: 100%;
	}
	form.cart .single_add_to_cart_button.button {
		width: 100%;
		border: 1px solid #023b5b;
	}
	form.cart .quantity {
	padding: 2px 0px 0px 0px !important;
	}
	
	
	#topbar .rght span {
    	margin-left: 0px;
	}
	
}
















/* 2 column layout */
@media (min-width: 981px) {

#order_review_heading {display:none}

  .woocommerce-checkout .woocommerce { overflow: hidden;}
  .woocommerce-checkout .woocommerce:after { clear: both; }
  .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 { width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout 
 .woocommerce-page .col2-set .col-2 { display: none; }
 .woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set { float:left; width: 48%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review { 
    float: left; 
    width:48%; 
    margin-left: 4%; 
  }
  #customer_details .col-2 {display:block}
}
.fabfw-select-address-container label {
	background: #f9f9f8;
    color: #000;
    border: 0px;
    padding: 10px;
    line-height: inherit;
    display: block;
}
.fabfw-select-address-container .form-row .radio {
	padding: 12px !important;
	padding: 12px !important;
    float: left;
    width: 50%;
    min-height: 149px;
}
.fabfw-select-address-container .form-row .fabfw-edit {
	margin-top: 10px;
	font-size:10px;
	display:none !important;
}

.fabfw-select-address-container .form-row .radio[for=fabfw_address_billing_id_new], .fabfw-select-address-container .form-row .radio[for=fabfw_address_shipping_id_new] {
display:none !important;
}










.woof_edit_view {
	display:none !important;
}
.widget.widget-woof {
	padding: 0 18px;
}
.widget.widget-woof a {
	font-size: 11px !important ;
}

.widget.widget-woof .widgettitle {
	/*display:none;*/
}

.widget.widget-woof .woof_tooltip_header.tooltipstered {
    width: 12px;
    height: 12px;
    margin-top: -2px;
}

.widget.widget-woof .chosen-choices li {
	margin: 3px !important;
}
	
.woof-slide-out-div.woof_slideout_default.ui-slideouttab-panel.ui-slideouttab-top.ui-slideouttab-ready {
	display:none !important;
}

.widget.widget-woof .chosen-container.chosen-container-multi {
	width:100% !important;
}

.woof_products_top_panel {
	background: #f9f8f3;
	padding: 0 10px;
}

.woof_products_top_panel li a {
    color: #4e4f4b;
    font-size: 13px;
}
    
.woof_products_top_panel li a:hover { 
   color: #bfc00e;
}


.widget.widget-woof h4 {
    margin-bottom: 2px;
    font-size: 12px;
}

.irs-from, .irs-to, .irs-min, .irs-max {
	/*display:none !important*/
}
.irs-min, .irs-max {
	display:none !important
}
.woof_front_toggle.woof_front_toggle_opened, .woof_front_toggle.woof_front_toggle_closed {
	font-weight: normal;
}


.button.button.woof_reset_search_form {
	float: left !important;
    color: #fff;
    background: #cac5c5;
    padding: 10px;
    border: 0px;
    color: #6f6f6f;
}
.button.button.woof_reset_search_form:hover {
	background: #b7b5b5;
	cursor: pointer;
	color: #636161;
}
.button.woof_submit_search_form {
	float: right !important;
    color: #fff;
    background: #003b5c;
    padding: 10px;
    border: 0px;
}
.button.woof_submit_search_form:hover {
background: #13364f;
	cursor: pointer;
}

.wpml-ls-sidebars- ul, .wpml-ls-sidebars- li{
list-style: none;
padding: 0;
    margin: 0;
}

.wpml-ls-sub-menu {
visibility: hidden;
}


.fabfw-select-address-container .form-row :checked+.radio {
	border-color: #13364f !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 11px 19px;
}

.cli-style-v2 {
    font-size: 10pt;
}

@media (max-width: 985px) {
	.cli-style-v2.cli-bar-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.cli-style-v2 .cli-bar-message {
		text-align: center;
	}
}
.cli-style-v2 .cli-bar-message {
    width: 100%;
    text-align: center;
}



/*
#filtrktlist {
	display:none; 
}
#filtrktlist.ap-box {
	display:block;
}
*/ 
#filtrktlist {
	display:none; 
}
#filtrktlist.ap-box {
	display:block;
}
body.woof_search_is_going #filtrktlist {
	display:block;
}




#pco-wrapper #fabfw_address_billing_id_field,
#pco-wrapper #fabfw_address_shipping_id_field,
#pco-wrapper #billing_address_name_field,
#pco-wrapper #shipping_address_name_field {
	display:none !important;
}

.checkout.woocommerce-checkout #pco-wrapper #pco-extra-checkout-fields label {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

.checkout.woocommerce-checkout #pco-wrapper  #pco-extra-checkout-fields input {
 display: inline-block;
    width: 100%;
    text-align:center;
        padding: 5px;
}
.checkout.woocommerce-checkout #pco-wrapper #pco-extra-checkout-fields {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.checkout.woocommerce-checkout #pco-wrapper #pco-extra-checkout-fields textarea {
    padding: 10px;
}
.checkout.woocommerce-checkout #pco-wrapper #pco-extra-checkout-fields p {
	width:50% !important;
	float:left !important;
	padding: 0 6px;
}
.checkout.woocommerce-checkout #pco-wrapper #pco-extra-checkout-fields #order_comments_field {
	width:100% !important;
	padding: 0 6px;
}





/* favosidan göm manage list på favvo */
body.page-id-1283 .tinvwl-table-manage-lists thead {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists tfoot {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists .wishlist-cb {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists .wishlist-date {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists .wishlist-privacy {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists .wishlist-action {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists .ftinvwl-pencil {display:none !important; opacity: 0 !important;}
body.page-id-1283 .tinvwl-table-manage-lists tbody:before {display:none !important; opacity: 0 !important;}



/* ta bort top bildspel på nyheter sidan */
body.blog #slider-pro-3-75 {display:none}
body.blog #primary {padding-top:30px;}



.woof_tooltip_header {cursor: help}
.irs-from, .irs-to, .irs-single {    border-radius: 0px !important;}
.woof_submit_search_form_container button {border-radius: 0px;}

.irs-from, .irs-to, .irs-single {background: rgb(2 59 91 / 82%) !important; line-height: 1.533 !important;}

.widget.widget-woof .woof_tooltip_header.tooltipstered {
  width: 13px;
  height: 13px;
  margin-top: -4px;
  margin-left: 2px;
}

.irs-grid-text { color: #595c5f !important; }




#cookie-law-info-bar {z-index: 19999}