.brasklappar{
  position: fixed;
   top: 0;
   left: 0;
   z-index: 9999;
   width: 100%;
   height: 50px;
   background-color: #00a087;
}

#nymeny {
background-color: #ecb89f;
padding-top: 10pt;
text-align: center;
height: 60pt;
position: relative;
}

#nymeny a:link{
  border: 0;
}

#nymeny a:visited{
  border: 0;
}

#nymeny a:hover{
border-bottom: 2px solid #fff;
}

#nymeny a:active{
  border-bottom: 2px solid #fff;
}




#nymeny img{
  padding-left: 10pt;
  height: 75%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-huvudmeny-container li{
  padding-top: 10pt;
  font-size: 12pt;
  display: inline-block;
  padding-left: 10pt;
  color: white;
  text-decoration: none;
}

.menu-huvudmeny-container a{
text-decoration: none;
}

#nycatmeny {
  background-color: #ffffff;
    padding-top: 12pt;
  text-align: center;
height: 40pt;
}

.menu-cat-menu-container li{
  font-size: 12pt;
  display: inline;
  padding-left: 10pt;
  color: #ecb89f;
}

.header__inner{
  padding-top: 200px;
}

#paddinghero {
  padding: 0 20%;
}

.marcus__cta {
  max-width: 800px;
}

@media screen and (max-width:800px) {
  #nymeny{display: none;}
  #nycatmeny{display: none;}
  .brasklappar{display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media (max-width: 525px) {
.mini-cart{
        top: 15px;
        right: 80px !important;
    }
}

/* Tooltip container */
.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 15px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding-top: 0.7em;
    left: -215px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 500ms;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -12px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

/* Show the tooltip text when you mouse over the tooltip container */
.next-disabled .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

article.btb-video {
  position: fixed !important;
}