html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.wrapper {
  min-height: calc(100vh - 200px);
}
body {
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #313131;
  background-color: #f4f4f4;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

em {
  color: #313131;
  font-style: italic;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 45px;
}
h2 {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
h5 {
  font-size: 18px;
}
p {
  line-height: 23px;
}
p + p {
  margin-bottom: 8px;
  margin-top: 8px;
}
br {
  margin-top: 20px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
strong {
  font-weight: 600;
}
.mb-50 {
  margin-bottom: 50px;
}

header {
  padding: 15px 20px 10px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slanted-bg {
  position: relative;
  background: #292929;
  overflow: visible;
  z-index: 10;
  border-top: 4px solid #f4391d;
}
.slanted-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-0.9deg);
}
nav ul li,
a.dropdown-nav {
  display: inline-block;
  padding: 10px 10px 0px 20px;
}
.slanted-bg header a {
  color: #fff;
}
.slanted-bg header .uk-dropdown-nav > li > a {
  color: #292929;
}
a.dropdown-nav:focus {
  color: #aa3a33;
}
ul li a,
a.dropdown-nav {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #292929;
}
.uk-dropdown ul li {
  display: block;
  text-align: left;
  padding: 0;
}
/* .menus {
	text-align: right;
} */

.menu-liten-headermeny-container,
.menu-liten-headermeny-engelska-container {
  color: gray;
  font-size: 14px;
}
.logo img {
  width: 170px;
}

.mobilemenu .logo {
  display: none;
}
#toggle {
  display: none;
}
#menu {
  display: none;
}
.slanted-bg .current_page_item a {
  color: #fdd126;
}
#menu-sprak li {
  display: inline-block;
}
#menu-sprak {
  text-align: right;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.highlights,
.alm-reveal {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 100px;
}
.alm-reveal {
  margin: 0;
}
.highlight {
  background: #fff;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
}
.small.highlight .product img,
.large.highlight .highlight-content img {
  width: 250px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.small.highlight .product img {
  width: 500px;
  height: 100%;
}
.small.highlight {
  width: 40%;
  margin: 10px 10px 20px 0px;
}
.smaller.highlight {
  width: 30%;
  margin: 50px 10px 20px 0px;
}
.large.highlight {
  width: 50%;
  margin: 50px 0px 20px 10px;
}
.larger.highlight {
  width: 64%;
  margin: 50px 0px 20px 10px;
  padding: 30px;
}
.full-width.highlight .highlight-content,
.larger.highlight .highlight-content {
  display: flex;
  flex-flow: column;
  width: 40%;
  padding: 30px;
}
.larger.highlight .highlight-content {
  width: 35%;
}
.full-width.highlight .highlight-content h3 {
  margin-top: auto;
  margin-bottom: 0;
}
.full-width.highlight,
.larger.highlight {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
}
.larger.highlight > img {
  width: 45%;
  height: 300px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  padding: 30px;
}
.larger.highlight a {
  color: inherit;
  text-decoration: none;
}
.larger.highlight .highlight-content {
  justify-content: flex-start;
}
.highlight-content h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.full-width.highlight > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.full-width.highlight > a {
  width: 50%;
}

.highlight-content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.highlight .product .uk-padding-small {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
#page-start .highlight .product {
  flex-flow: row wrap;
}
#page-start .small.highlight .product img {
  width: 250px;
}
#page-start .highlight .product .product-content {
  width: 40%;
  margin-left: 10px;
}
.highlight .product .product-content {
  margin-left: 15px;
  display: flex;
  flex-flow: column;
  text-transform: none;
  font-weight: 400;
}
.highlight .product .product-content .price,
.bg-grey .price {
  margin-top: auto;
  text-align: right;
  font-weight: 600;
  color: #aa3a33;
  font-size: 18px;
}
.highlight .product .product-content .price span,
.fifty .price span {
  font-weight: 400;
}
.highlight-content p {
  width: 55%;
}
.full-width.highlight .highlight-content p {
  width: 80%;
}
.highlight h3 img {
  width: 16px;
  height: auto;
  margin-left: 10px;
}
.highlight h3 {
  display: flex;
  align-items: center;
}
.uk-slideshow-items h3,
.uk-slideshow-items h4,
.uk-slideshow-items h5,
.uk-slideshow-items h6,
.uk-slideshow-items p {
  font-weight: 400;
  margin: 0;
  font-size: 1.3em;
}
.uk-slideshow-items h2,
.uk-slideshow-items h1 {
  font-size: 1.4em;
  margin: 0;
}

/* produktkategorier startsida */
.uk-grid-small.no-margin {
  margin-left: 0;
}
.bg-skordare {
  background-color: #939856;
}
.bg-bison {
  background-color: #483e3b;
}
.bg-atv {
  background-color: #aa3a33;
}
.bg-traktor {
  background-color: #39794a;
}
.bg-processor {
  background-color: #253f4a;
}
.bg-product-highlight {
  height: 130px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.5s;
}
.bg-product-highlight span {
  background-color: #fff;
  margin: 10px;
  color: #aa3a33;
}
.highlight-product-category {
  overflow: hidden;
}
.highlight-product-category:hover .bg-product-highlight,
.highlight-product-category:focus .bg-product-highlight {
  transform: scale(1.1);
}
.highlight-product-category,
.highlight-product-category h4,
a.highlight-product-category {
  color: #fff;
  text-align: center;
  text-transform: none;
}
.highlight-product-category h4 {
  margin-top: 10px;
}
a.highlight-product-category {
  width: 100%;
  height: 100%;
}
.bg-grey {
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
}
img.img-wide {
  height: 130px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
img.img_personal {
  height: 200px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
}
.box-sizing-border {
  box-sizing: border-box;
}
.flex-column {
  flex-flow: column;
}
a.link-red {
  color: #aa3a33;
  font-weight: 700;
}
* + .uk-grid-margin.grid-margin-remove,
.uk-grid > .uk-grid-margin.grid-margin-remove {
  margin-top: 0;
}
#produktserie-page ul.uk-switcher li {
  list-style-type: none;
}
#produktserie-page ul.uk-tab li.uk-active {
  box-shadow: 5px 5px 0px #f5cb25, -5px -5px 0px #b6b6b6;
}
#produktserie-page .small.highlight {
  margin: 0px 0px 20px 0px;
}
.uk-switcher .uk-icon {
  color: #aa3a33;
}

/* PRODUKTSIDA */
.page-header {
  margin: 10px 15px 0px 15px;
  padding-top: 50px;
}

.cards-marke {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 100px 15px 80px 15px;
}
.card-marke {
  width: 30%;
  background-size: cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.card-marke h2 {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 4px solid #aa3a33;
}
.card-marke h2 span {
  font-weight: 100;
}
.kranman.card-marke {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(../images/kranman_bg.jpg);
}
.branson.card-marke {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(../images/branson_bg.jpg);
}
.tillbehor.card-marke {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(../images/tillbehor_bg.jpg);
}
.card-marke:hover {
  transform: scale(1.1);
  text-decoration: none;
}
small {
  font-size: 14px;
}
#produkter-page h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

#produkter-page .highlight {
  padding: 0;
  margin-top: 20px;
  width: 100%;
}
#produkter-page .highlight .product-content {
  padding-top: 10px;
  width: 40%;
  margin-right: 10px;
}
#produkter-page .small.highlight .product img {
  width: 60%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.produkt-page-highlight {
  width: 48%;
  margin-bottom: 80px;
}
#produkter-page .produkt-page-highlight .highlight .product {
  display: flex;
  flex-flow: row;
}
#produkter-page .product-content h4 {
  margin-bottom: 10px;
}
#produkter-page .full-width.highlight > img {
  width: 40%;
}
#produkter-page .full-width.highlight p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#produkter-page .full-width.highlight {
  display: flex;
  flex-flow: row;
}
#produkter-page .full-width.highlight .highlight-content p {
  width: 100%;
}
#produkter-page .full-width.highlight .highlight-content {
  justify-content: flex-start;
}
#produkter-page .full-width.highlight .highlight-content h3 {
  margin-top: auto;
}
.alm-reveal {
  width: 100%;
}
.price-brochure {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row;
  margin: 100px 15px 80px 15px;
}
.price-brochure img {
  width: 60%;
  height: auto;
}
.pricelist,
.brochure {
  text-align: center;
}
.price-brochure h3 img {
  width: inherit;
}
#produkter-page .price-brochure h3 {
  padding-top: 20px;
}
img.full-width-img {
  width: 50%;
  height: 350px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.part-page .full-width.highlight {
  width: 100%;
}
.img-product-gallery .uk-card img {
  height: 70px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.uk-slidenav {
  color: #fff !important;
}
.uk-slidenav:hover {
  color: #fff !important;
}
.uk-slidenav svg polyline {
  stroke-width: 3;
}
.uk-modal-dialog {
  height: 100%;
}
.uk-modal-dialog iframe {
  width: 100%;
  height: 100%;
}
a.uk-overlay.overlay-btn-hover:hover {
  color: white;
}
.holds-iframe {
  background: url(../images/loading.gif) center center no-repeat;
  width: 100%;
  height: 100%;
}
.uk-modal-container .uk-modal-dialog {
  width: 1400px;
  max-width: 1400px;
}
.uk-modal-container .uk-modal-dialog {
  padding: 30px 0px;
}
.uk-hidden + .price {
  width: 100%;
}

/* PRODUKTSIDA SLUT */

/*TABELL MED FEM SPALTER PRODUKTSSIDA*/
.jamfor-tabell {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px;
  clear: both;
  background-color: #fff;
  border-collapse: collapse;
}

.jamfor-tabell table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.jamfor-tabell-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.jamfor-tabell th,
.jamfor-tabell td {
  border: 1px solid #ddd;
  padding: 12px;
}

.jamfor-tabell tfoot td {
  font-weight: bold;
  color: #b30000;
}
.jamfor-tabell-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 3px solid #e0c35a;
}

.jamfor-tabell th,
.jamfor-tabell td {
  padding: 10px 8px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.jamfor-tabell td:first-child {
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
}

.jamfor-tabell tfoot td {
  font-weight: bold;
  color: #b30000;
}
.price-from {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: inherit !important;
  color: inherit !important;
}
.price-vat {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.7;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .jamfor-tabell {
    font-size: 14px;
    min-width: 600px;
  }

  .jamfor-tabell th,
  .jamfor-tabell td {
    padding: 8px 6px;
    font-size: 14px;
  }

  .jamfor-tabell-wrapper {
    padding: 0 10px;
  }
}

/*TABELL MED FEM SPALTER SLUT*/

/* PRODUKTSERIE */
.flex-container {
  margin: 0px 15px 0px 15px;
  border-top: 4px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: top;
}
aside {
  margin-right: 10px;
}
aside h4 {
  margin-bottom: 10px;
}
aside li {
  margin-bottom: 2px;
}
.main {
  width: 100%;
}
#produktserie-page .small.highlight {
  width: 48%;
}

#produktserie-page .highlight .product {
  flex-flow: row;
}
#produktserie-page .small.highlight .product img {
  height: 200px !important;
  width: 280px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#produktserie-page .small.highlight {
  padding: 0;
}
#produktserie-page .product-content {
  padding-top: 25px;
  padding-right: 10px;
  width: 80%;
}
hr {
  margin-top: 10px;
  margin-bottom: 20px;
}
.beskrivning {
  margin-top: 10px;
  width: 70%;
}
#produktserie-page .highlights,
#produkt-single .highlights {
  margin-bottom: 20px;
}

.cat {
  width: 24%;
  height: 150px;
  position: relative;
  z-index: 1;
  margin: 5px;
  text-align: center;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cat h2 {
  font-size: 40px;
}
#produktserie-page .highlights {
  margin-top: 50px;
}
.mb-100 {
  margin-bottom: 100px;
}
.beskrivning ul,
#produktserie-page ul {
  padding-inline-start: 15px;
}
.beskrivning ul li,
#produktserie-page ul li {
  list-style-type: disc;
  margin-top: 10px;
}
.beskrivning ul {
  padding-left: 15px;
}
.desc-cat {
  margin-top: 10px;
}
.alm-load-more-btn {
  display: none;
}
.alm-btn-wrap {
  text-align: center;
}
.done {
  display: none;
}
/* Overlay */
.cat:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.cat:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C */
}

.tables {
  display: flex;
  flex-flow: row;
  margin: 15px;
  font-size: 14px;
}
/* .tables table {
	width: 100%;
} */
/* table.lastare-values {
	width: 60%;
} */
.tables table tr td {
  text-align: center;
}
.tables table.tabell-left tr td {
  text-align: left;
}

.tabell-left {
  font-weight: 600;
}
.header-table {
  border-top: 2px solid #ddd;
  font-size: 20px;
  font-weight: 700;
}
.header-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}
.header-table-white {
  color: #fff;
}
table.tabell-left tbody tr.header-table:before {
  content: "";
}

.wrap-collabsible {
  margin-bottom: 1.2rem 0;
  margin-top: 20px;
  margin-bottom: 100px;
}

input[type="checkbox"] {
  display: none;
}

.lbl-toggle {
  display: block;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
  color: #333;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.lbl-toggle:hover {
  color: #aa3a33;
}

.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);

  transition: transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 5px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  margin-top: 20px;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 3000px;
}

#produktserie-page .uk-tab {
  margin-left: 0;
}
#produktserie-page .uk-tab::before {
  position: unset;
  border: none;
}
#produktserie-page ul.uk-tab li {
  padding-left: 0;
  list-style: none;
}
#produktserie-page ul.uk-tab li a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center; /* IE FIXBEHÖVS!*/
  color: #fff;
  font-weight: 600;
}
#produktserie-page ul.uk-tab li a h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
}

.cat.uk-active:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.2))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  /* W3C */
}
.uk-tab > .uk-active > a {
  border-color: transparent;
}
.brochure img {
  height: auto;
  width: 100%;
}
.btn-red-bold {
  font-weight: 600;
  color: #aa3a33;
  border-color: #aa3a33;
  background-color: #fff;
}
.btn-blue {
  background-color: #253f4a;
  color: #fff;
  font-weight: 600;
}
.small-margin-right {
  margin-right: 4px;
}
.product-text ul li {
  list-style-type: disc;
}
.product-text ul {
  list-style-position: inside;
}
/* wp google maps fix */
.wpgmza_iw_address,
.wpgmza_iw_description,
.wpgmza_iw_title {
  left: 0 !important;
  top: auto !important;
  width: 90% !important;
}
.wpgmza-grid-item-content {
  overflow: visible !important;
}
.wpgmza-grid-row {
  height: auto !important;
}
/* PRODUKTSERIE SLUT */

/* PRODUKT */
.produkt-container {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  margin: 20px 15px 100px 15px;
}
.produkt-container img {
  width: 100%;
  height: auto;
}
#produkt-single h1,
#produktserie-page h1 {
  margin-top: 20px;
}
.breadcrumbs {
  margin-top: -20px;
  font-weight: 700;
  font-size: 15px;
}
.breadcrumbs a:hover {
  cursor: pointer;
}
.fifty {
  width: 48%;
}
.white-box {
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
}
.shadow {
  -webkit-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
}
.height-auto {
  height: auto;
}
.price-w-button {
  border-bottom: 3px solid #e0c75f;
}
.price-w-button .btn-blue {
  align-self: center;
}

.price-w-button .btn-blue,
.price-w-button a {
  align-self: center;
}

.fifty .price {
  text-align: right;
  font-weight: 600;
  color: #aa3a33;
  font-size: 20px;
  margin-top: 30px;
  padding-bottom: 12px;
}
.fifty table {
  width: 100%;
}
.fifty table tbody tr td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.fifty table tbody tr td {
  vertical-align: middle;
}
table tbody tr {
  border-bottom: #ddd 1px dotted;
}
.fifty table tbody tr td:last-of-type {
  text-align: right;
}
.fifty .gallery a img {
  width: 100%;
  height: 100%;
}
.fifty .gallery {
  margin-bottom: 0;
}
.fifty ul li {
  margin-bottom: 15px;
}
.details.fifty {
  display: flex;
  flex-flow: column;
}
.spec {
  margin-top: auto;
}
.spec p a {
  color: #aa3a33;
  font-weight: 600;
}
#produkt-single .small.highlight .product img {
  width: 300px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery {
  margin-bottom: 50px;
}
.gallery a img {
  float: left;
  width: 23%;
  height: 200px;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease;
  -moz-transition: -moz-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -ms-transition: -ms-transform 0.15s ease;
  transition: transform 0.15s ease;
  position: relative;
  margin: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.product-acc img {
  width: 150px;
  height: 90px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product-acc h4 {
  text-transform: none;
}
.text-truncate {
  flex: 1;
  min-width: 0;
}

/* PRODUKT SLUT */

/* PAGE */
#page .page-content img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin-bottom: 30px;
}
#page .page-content,
.padding-container {
  margin-right: 15px;
  margin-left: 15px;
}
#page {
  margin-bottom: 100px;
}

.page-content-text {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  padding: 30px;
  box-sizing: border-box;
}
.page-content-text a {
  font-weight: bold;
  color: #aa3a33;
}

/* ÅTERFÖRSÄLJARE */
.reseller a img {
  /* alla important är för IE */
  max-width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  object-fit: contain !important;
  font-family: "object-fit: contain;" !important;
  object-position: left;
  background-position: left !important;
}
.reseller {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.reselleritem {
  width: 33%;
  border-left: 3px solid #fdd126;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 20px;
  height: 100%;
}
.reselleritem h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.reselleritem p {
  font-size: 90%;
}
.reselleritem p + p {
  margin-bottom: 0;
}
.reselleritem .uk-button {
  text-align: left;
}
.sm {
  margin-top: 10px;
}
hr.dark-hr {
  border-top: 1px solid #313131;
}
#produktserie-page .paginationjs-pages ul li {
  list-style-type: none;
  border: 0.5px solid #f4f4f4;
}
.paginationjs .paginationjs-pages li > a {
  background: transparent !important;
  color: gray !important;
  font-family: "Open Sans", sans-serif;
}
.ol-attribution ul li {
  font-size: 12px;
}
.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child > a,
.paginationjs .paginationjs-pages li:last-child {
  border-radius: 0 !important;
}
.paginationjs .paginationjs-pages li.active > a {
  color: #292929 !important;
  border: 0.5px solid #000;
  line-height: 28px !important;
}

/* Återförsäljare Sida */
.wpgmza_cat_checkbox_holder {
  height: auto !important;
  overflow-y: auto !important;
}
.wpgmza_cat_checkbox_holder,
.wpgmza_cat_checkbox_holder ul {
  min-height: 30px;
}
input[type="checkbox"].wpgmza_checkbox {
  display: inline-block;
}
.wpgmza_cat_checkbox_holder ul li {
  display: inline;
  color: #292929;
  font-weight: 600;
  padding: 0 10px;
  margin: 3px;
}

.wpgmza_cat_checkbox_holder ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.wpgmza_cat_checkbox_holder ul li input[type="checkbox" i]:first-child {
  margin-left: 0;
}

.wpgmza-marker-listing-category-filter span {
  display: none;
}

.wpgmza_cat_checkbox_holder {
  padding: 0px !important;
}
/* END Återförsäljare Sida */

/* KONTAKT */
#page-kontakt .page-content,
.aktuellt-post {
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
}
#page-kontakt {
  margin-bottom: 70px;
}
#map {
  width: 100%;
  height: 400px;
}
input[type="submit" i] {
  background-color: #253f4a;
  color: #fff;
  transition: all 0.5s;
}
input[type="submit" i]:hover {
  background-color: #4f8095;
}
table.table-width-auto {
  width: auto;
}
table.table-width-auto tr td:last-of-type {
  padding-left: 10px;
}
.fifty table.table-width-auto tbody tr:before {
  content: " ";
}

/* nyheter */
#page-aktuellt img {
  max-height: 300px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: bottom;
}
.fifty h2 {
  margin-bottom: 30px;
  margin-top: 5px;
}
.aktuellt-post {
  justify-content: flex-start;
  overflow: hidden;
}

.fifty p > a {
  color: #aa3a33;
  font-weight: 700;
  margin-top: 30px;
}
.cat-badge {
  background-color: #fdd126;
  color: #aa3a33;
  padding: 1px 10px;
  text-transform: uppercase;
}
.badge-margin {
  margin-left: 3px;
}

.aktuellt-post .fifty {
  box-sizing: border-box;
}
.details p > img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.aktuellt-post .fifty img {
  transition: all 0.5s;
}
.aktuellt-post .fifty:hover img {
  transform: scale(1.1);
}
.aktuellt-post a:hover {
  text-decoration: none;
}
.aktuellt-post a h3:hover {
  text-decoration: underline;
}
.news-container {
  flex-flow: column;
}
.news-container .fifty {
  width: 100%;
}
.news-img img {
  width: 100% !important;
  max-height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.produkt-container.news-container {
  margin-top: 0px;
}
.news-container .fifty.details {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 6px 12px -1px rgba(0, 0, 0, 0.14);
  padding: 30px;
  box-sizing: border-box;
}
#page img.attachment-post-thumbnail {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
/* PRISLISTA */

#page-prislista .page-content {
  margin: 0px 15px 100px 15px;
}
#page-prislista table {
  width: 100%;
  font-size: 18px;
}
#page-prislista tr {
  border-bottom: 1px dashed #313131;
  height: 40px;
}
#page-prislista td {
  vertical-align: middle;
  padding: 5px;
}
#page-prislista tr:nth-child(odd) {
  background: #eee;
}
#page-prislista .price {
  text-align: right;
  font-weight: 600;
}
#page-prislista .info {
  margin-top: 50px;
}
#page-prislista .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#page-prislista h2:after {
  background-image: url("../images/arrow.png");
  background-size: 13px 13px;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  margin-left: 8px;
  vertical-align: middle;
}
.list div {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.list {
  margin: 10px 0px 30px 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd;
  font-size: 18px;
}

footer {
  color: #fff;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer h3 {
  text-align: left;
  color: #fff;
}
footer .social {
  background-color: dimgrey;
  padding: 10px;
  text-align: center;
}
footer .social img,
footer .social span {
  width: auto;
  height: 40px;
  margin: 5px 10px;
}
footer .social img.facebook {
  height: 43px;
}
footer {
  background-color: #313131;
  padding-bottom: 30px;
}
.flex-footer {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
footer .info .container {
  margin-top: 30px;
}

footer .products-footer ul li {
  display: inline;
}

footer .products-footer ul li:after {
  content: " / ";
}
footer .products-footer ul li:last-of-type:after {
  content: "";
}
footer .products-footer p {
  margin-bottom: 10px;
}
footer .products-footer {
  text-align: right;
}
footer ul li a {
  color: #fff;
}
footer ul li {
  display: inline-block;
  margin-left: 10px;
}
.margin-left-remove {
  margin-left: 0;
}
table.table-no-borders tbody tr {
  border-bottom: none;
}
.uk-table-small.table-no-padding td,
.uk-table-small.table-no-padding th {
  padding: 0px 0px;
}

.hidden-l,
.hide-search-desktop {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.readmore-box {
  height: 50px;
  display: block;
  overflow: hidden;
}

.readmore-box-product {
  display: block;
  overflow: hidden;
}

.gradient-product {
  background: rgb(244, 244, 244);
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0) 0%,
    rgba(244, 244, 244, 1) 31%
  );
  height: 150px;
  bottom: -100px;
  width: 100%;
}

.d-inline {
  display: inline !important;
}

.margin-large-top {
  margin-top: 100px;
}

.min-width-tillbehor {
  min-width: 48.5%;
  width: 48.5%;
}

.column-gap {
  column-gap: 40px;
}

.last-child-tillagg:last-child:not(:nth-child(even)),
.last-child-tillagg:nth-last-of-type(-n) {
  max-width: 48.5%;
}

.tillagg:last-child:not(:nth-child(odd)) .uk-flex .last-child-tillagg {
  min-width: 100%;
}

.border-left {
  border-left: 1px solid #707070;
}

.border-bottom,
#produkt-single td {
  border-bottom: 1px solid #707070;
}

/*For taxonomie-pages*/
.bg-product-highlight-zoom {
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.bg-product-highlight-zoom:hover,
.bg-product-highlight-zoom:focus {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.bg-product-highlight-zoom-small {
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.bg-product-highlight-zoom-small:hover,
.bg-product-highlight-zoom-small:focus {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

ul.menu-terms li a {
  color: #292929;
  margin-left: 10px;
  font-weight: 400;
}

.img-terms {
  height: 90px;
  width: 100%;
  object-fit: cover;
}

.back-padding-top {
  padding-top: 60px;
}

.term-atv-en ul .mini-menu-productserie:first-child {
  margin-right: 15px;
}
/*End for taxonomie-pages*/

/* ÅTERFÖRSÄLJARE - SINGLE */
/*.wpgmza_marker_list_class.wpgmza-marker-grid{
    display: none;
}*/

#reseller-single .bi {
  color: #aa3a33;
  margin-right: 0.6em;
}

#reseller-single .page-content-text a {
  color: #313131;
}
/* END ÅTERFÖRSÄLJARE - SINGLE */

/* ÅTERFÖRSÄLJARE KORT */
.height-small {
  min-height: 140px;
  max-height: 140px;
}
/* END ÅTERFÖRSÄLJARE KORT */

@media screen and (max-width: 1201px) {
  .highlights,
  .gallery,
  .container-padding {
    padding: 0px 15px 0px 15px;
  }
  .small.highlight,
  .large.highlight {
    width: 42%;
  }
  .larger.highlight {
    width: 55%;
  }
  .large.highlight .highlight-content p {
    width: 100%;
  }
  .full-width.highlight .highlight-content p {
    width: 100%;
  }
  footer .container {
    padding: 15px;
  }
  .card-marke h2 {
    font-size: 22px;
  }
  .last-child-tillagg:last-child:not(:nth-child(even)),
  .last-child-tillagg:nth-last-of-type(-n) {
    max-width: 100%;
  }

  li a.uk-icon {
    line-height: 20px;
  }
}

@media screen and (max-width: 1136px) {
  .flex-column {
    flex-flow: row;
  }
  .larger.highlight > img {
    width: 40%;
  }
  .small.highlight .product img,
  .large.highlight .highlight-content img,
  #produkter-page .small.highlight .product img,
  #page-start .small.highlight .product img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #page-start .highlight .product .product-content {
    width: 100%;
  }
  .highlight .product .product-content,
  #produkter-page .highlight .product-content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .produkt-page-highlight {
    width: 100%;
  }
  .large.highlight .highlight-content img {
    margin-top: auto;
    height: auto;
    padding-top: 40px;
  }
  #produkter-page .highlight .product-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  #produktserie-page .small.highlight .product img {
    height: 200px;
  }
  #produktserie-page .small.highlight .product-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }
  #produkt-single .highlight .product-content {
    margin-left: 10px;
  }
  .cat {
    width: 47%;
  }
  .white-box {
    padding: 15px;
  }
  #produktserie-page .small.highlight .product img {
    width: 250px;
  }
}

@media screen and (max-width: 917px) {
  .small.highlight,
  .smaller.highlight,
  .large.highlight,
  .larger.highlight {
    width: 100%;
  }
  .large.highlight .highlight-content img {
    width: auto;
    height: auto;
    object-fit: contain;
    font-family: "object-fit: cover;";
  }
  .full-width.highlight .highlight-content h3 {
    margin-top: 10px;
  }
  .card-marke {
    width: 100%;
    margin-bottom: 20px;
  }
  .card-marke h2 {
    font-size: 30px;
  }
  #produktserie-page .small.highlight .product img,
  #produktserie-page .small.highlight .product-content {
    box-sizing: border-box;
    width: 100%;
  }

  #produktserie-page .highlight .product .uk-padding-small {
    flex-flow: column;
  }
  #produktserie-page .small.highlight {
    margin-left: 0;
    margin-right: 0;
  }
  .beskrivning {
    width: 100%;
  }
  table.lastare-values {
    width: 100%;
  }
  #toggle {
    display: inline-block;
    position: sticky;
    z-index: 203;
    width: 2.8571428571em;
    height: 2.8571428571em;
    float: right;
    margin: 15px 20px 0 15px;
    cursor: pointer;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2em;
    margin: 1.25em 0 0 0;
    background: #fdd126;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
  }
  #toggle span:before,
  #toggle span:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 0.2em;
    background: #fdd126;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
  }
  #toggle span:before {
    margin: -1em 0 0 0;
  }
  #toggle span:after {
    margin: 1em 0 0 0;
  }
  #toggle.open span {
    background-color: transparent;
  }
  #toggle.open span:before,
  #toggle.open span:after {
    margin: 0;
    background: #aa3a33;
  }
  #toggle.open span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #toggle.open span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #menu {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 201;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    padding-top: 130px;
  }
  #menu.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
  }
  #menu span#title {
    display: block;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    font-size: 5em;
    color: #aa3a33;
  }
  #menu ul {
    list-style: none;
    margin: 0 auto;
  }
  #menu ul li,
  a.dropdown-nav {
    display: block;
    width: 90%;
    height: 65px;
    margin: 0 auto 0.5em auto;
  }
  #menu ul li:after,
  a.dropdown-nav:after {
    content: " ";
    position: absolute;
    width: 0%;
    height: 65px;
    margin: -65px 0 0 5%;
    left: 0;
    background: #aa3a33;
    border-radius: 0.25em;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
  }
  #menu ul li:hover:after,
  a.dropdown-nav:hover:after {
    width: 90%;
  }
  #menu ul li a,
  a.dropdown-nav span {
    position: relative;
    z-index: 4;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    color: #aa3a33;
    text-decoration: none;
    border: 1px solid #e0c75f;
    border-radius: 0.2em;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
  }
  #menu ul li a:hover,
  a.dropdown-nav span:hover {
    color: #eee;
    border-color: #aa3a33;
  }
  #menu ul li a {
    font-size: 16px;
  }
  #menu ul li a i,
  a.dropdown-nav span i {
    position: absolute;
    padding: 0 1.25em 0 0;
    font-size: 2em;
  }
  .tables,
  .wrap-collabsible {
    display: none;
  }
  #menu .uk-dropdown ul li a {
    text-align: center;
  }
  a.dropdown-nav {
    padding: 0;
  }
  #toggle.open {
    position: fixed;
    right: 0;
  }
  #menu ul.uk-dropdown-nav li:hover:after {
    margin: 0;
    position: unset;
    width: 100%;
  }
  #menu ul.uk-dropdown-nav li a:hover {
    border-color: #aa3a33;
    color: #aa3a33;
  }
  .uk-nav > li > a {
    padding: 0;
  }
  header {
    display: none;
  }
  .mobilemenu {
    background-color: #292929;
  }
  .slanted-bg {
    border-top: none;
  }
  .mobilemenu .logo {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
  }
  .mobilemenu .logo img {
    width: 145px;
  }
  .hide-search-desktop {
    display: block;
    padding-top: 20px;
  }
  .page-header {
    border-top: none;
    padding-top: 20px;
  }
  .news-container .fifty.details,
  .fifty {
    width: 100%;
  }
  .news-container .fifty.details {
    padding: 15px;
  }
  .page-content-text {
    width: auto;
    padding: 15px;
  }
  .uk-button.btn-blue {
    padding: 0 10px;
  }

  div.readmore-box-product {
    height: 100% !important;
  }
  .margin-large-top {
    margin-top: 40px !important;
  }
  .produkt-container {
    margin-bottom: 0px;
  }

  .hidden-m {
    display: none;
  }

  .produkt-container {
    flex-flow: column;
  }

  .margin-top-40-m {
    margin-top: 40px !important;
  }

  /*For taxonomies*/
  #menu ul li ul li a,
  #menu ul li ul li {
    height: 30px;
    line-height: 30px;
    border: none;
  }

  #menu .uk-dropdown {
    height: 550px;
  }

  #menu ul li.dropdown-items:nth-child(3) {
    margin-bottom: 150px;
  }

  #produktserie-page ul.uk-tab div a h5 {
    font-size: 25px;
  }
  .wpgmza-grid-row {
    width: 33% !important;
  }

  #menu ul.menu-terms li a {
    font-size: 14px;
    text-decoration: underline;
  }

  .back-padding-top {
    padding-top: 30px;
  }

  .mini-menu-productserie .uk-margin-remove {
    margin-top: 12px !important;
  }

  /*English menu mobile*/
  #menu .margin-bottom-menu-en ul li.dropdown-items:nth-child(3) {
    margin-bottom: 70px;
  }
  /*End for taxonomies*/

  /* ÅTERFÖRSÄLJARE KORT */
  .height-small {
    min-height: 160px;
    max-height: 160px;
  }
  /* END ÅTERFÖRSÄLJARE KORT */

  /* ÅTERFÖRSÄLJARE - SINGLE */
  .reseller-container {
    margin: 20px 15px 100px 15px;
  }
  /* END ÅTERFÖRSÄLJARE - SINGLE */
}

@media screen and (max-width: 700px) {
  img.full-width-img {
    width: 100%;
  }
  .gallery a img {
    width: 49%;
  }
  #produktserie-page .small.highlight {
    width: 100%;
  }
  .cat {
    height: 100px;
    margin-bottom: 10px;
  }
  .cat h5 {
    font-size: 16px;
  }
  aside ul li {
    display: inline;
    font-size: 20px;
    margin-right: 3px;
    margin-left: 3px;
  }
  aside ul li:after {
    content: " / ";
  }
  aside {
    margin-bottom: 30px;
  }
  .aktuellt-post {
    flex-flow: column;
  }
  #page-aktuellt img {
    width: 100%;
  }
  .produkt-container,
  .page-content {
    flex-flow: column;
  }
  .flex-container {
    flex-flow: column;
    margin-top: 20px;
  }
  .main {
    width: 100%;
  }

  .hero img {
    height: 400px;
  }
  .reselleritem {
    width: 100%;
  }
  .brochure img {
    width: 40%;
  }
  .brochure {
    flex-flow: row;
    align-items: center;
  }
  .brochure p {
    margin-top: 0 !important;
    text-align: left;
    margin-left: 10px;
  }
  .order-first-s {
    order: 1;
  }
  .order-last-s {
    order: 2;
  }
  .hidden-l {
    display: inline-block;
  }
  .hidden-s {
    display: none;
  }
  .fifty.details {
    margin-top: 30px;
  }
  .hero {
    padding-top: 0;
  }
  .product-acc img {
    width: 80px;
    height: 55px;
  }
  .margin-top-10 {
    margin-top: 20px !important;
  }

  .table-text-small {
    font-size: 12px;
  }

  .spec-table-product .uk-table td {
    padding: 10px 2px;
  }

  .spec-table-product .price {
    font-size: 13px;
  }

  .package-price {
    font-size: 13px;
    padding: 0;
  }

  /*For taxonomies*/
  .wpgmza-grid-row {
    flex-basis: 100% !important;
  }

  #produktserie-page .highlight-product-category {
    flex-direction: column;
  }

  #produktserie-page ul.uk-tab div a h5,
  .mini-menu-productserie-heading {
    font-size: 15px;
  }

  .mini-menu-productserie .uk-margin-remove {
    margin-top: 8px !important;
  }

  .back-padding-top {
    padding-top: 10px;
  }
  /*End for taxonomies*/

  /* ÅTERFÖRSÄLJARE - SINGLE */
  #reseller-single .uk-flex-between.uk-flex-bottom,
  #reseller-single .reseller-btns {
    flex-direction: column;
  }

  #reseller-single .reseller-btns .uk-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* END ÅTERFÖRSÄLJARE - SINGLE */
}

@media screen and (max-width: 644px) {
  .full-width.highlight .highlight-content {
    width: 100%;
  }

  .full-width.highlight > a img {
    display: none;
  }
  #produkter-page .full-width.highlight .highlight-content h3 {
    margin-top: 10px;
  }
  #produkter-page .produkt-page-highlight .highlight .product {
    flex-flow: column;
  }
  #produkter-page .highlight .product-content {
    margin-right: 15px;
    width: auto;
  }
  .small.highlight,
  .product,
  .product-content {
    box-sizing: border-box;
  }
  .blocket {
    order: 3;
    width: 100%;
  }
  .contact {
    order: 1;
  }
  .products-footer {
    order: 2;
  }
  .term-atv-en ul .mini-menu-productserie:first-child {
    margin-right: 6px;
  }
  .wpgmza_cat_checkbox_item_holder .wpgmza_checkbox {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 534px) {
  .larger.highlight .highlight-content {
    width: 100%;
  }
  .larger.highlight > img {
    width: 80%;
    height: 40%;
    margin: 0 auto;
  }
  .price-brochure h3 {
    font-size: 20px;
  }
  .price-brochure h3 img {
    width: 14px;
  }
  #produkt-single .small.highlight .product {
    flex-flow: column;
  }
  #produkt-single .small.highlight .product img,
  #produkt-single .small.highlight .product .product-content {
    width: 100%;
  }
  .gallery a img {
    width: 100%;
  }
  .wpgmza_cat_checkbox_holder ul li {
    padding: 0 25px 0 0;
    margin: 0px;
  }
}

@media screen and (max-width: 401px) {
  footer .products-footer {
    text-align: left;
    margin-top: 20px;
  }
  .wpgmza_cat_checkbox_holder ul li {
    padding: 0 15px 0 0;
  }
}

@media print {
  @page {
    margin-top: 50px;
  }
  .menus {
    display: none;
  }
  .logo img {
    width: 100px;
  }
  .products-footer,
  .social {
    display: none;
  }
  footer .contact {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .page-header {
    margin: 0;
    padding-top: 0;
    border-top: none;
  }
  p + p {
    margin-bottom: 0;
  }
  .hideprint {
    display: none;
  }
  #page-prislista h2 {
    break-before: avoid;
  }
}

@media screen and (min-width: 640px) {
  .margin-title-personal {
    margin-top: 10px;
  }
}

.wpgmza-ol-modern-infowindow-container {
  pointer-events: none !important;
}
.wpgmza_modern_infowindow {
  pointer-events: all !important;
}

[data-map-id="2"] .wpgmza_iw_title,
[data-map-id="2"] .wpgmza_iw_description {
  color: #fff !important;
}
.wpgmza_modern_infowindow {
  background-color: #2a3744 !important;
}
