@media(min-width: 1200px){
  .footer-section{
    min-height: 240px;
  }
  
  .footer-nav ul li{
    margin: 0px 40px !important;
  }
  
  .footer-section > div:nth-child(2){
    position: absolute;
    width: 100%;
    right: -10%;
    flex-direction: row-reverse;
  }
  .footer-section > div:nth-child(3){
    position: absolute;
    left: 20%;
    top: 96px;
    flex-direction: row-reverse;        
  }
  
  .footer-section > div:nth-child(3) div > p{
      text-align: left !important;
   }
  
  .contact-block{
    padding-top: 18px;
  }
  
  .contact-block:before {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
  }
  
  .footer-section .contact-block:nth-child(1):before {
    content: "Mail";
  }
  
  .footer-section .contact-block:nth-child(2):before {
    content: "Postadresse";
  }
    
  .footer-section .contact-block:nth-child(3):before {
    content: "Telefon";
  }
  
  .footer-section .copyright{
    text-align: right !important;
    padding: 0;
    left: 78%;
  }

}

li#currenciesDropdownId{
  display: none;
}

.navbar-nav__top li:first-child{
  display: block !important;
}

.infocart-section #basket-container{
  display: none !important;
}

#navbar-spark-collapse .navbar-nav__top{
  top: 110px !important;
}

.spark-search__wrapper {
    margin-bottom: 60px !important;
}

#supportFormId .form-group:nth-of-type(3), #supportFormId .form-group:nth-of-type(4){
  display: none;
}

.navbar-spark .navbar-nav li a{
  padding-left: 0px;
}

.shop-article-type-grid img, .shop-article-type-list img {
    max-width: 60px;
    padding-top: 10px;
}

.shop-article-type-list {
  top: 0;
}