.HeaderPublishAreaContainer {
  display: none;
}
@media (min-width:1200px){
  .HeaderPublishAreaContainer {
    display: block;
    position: absolute;
    top: -36px;
    height: 40px;
    width: 275px;
    right: 0px;
    overflow: hidden;
  }
}

.publish-mode .HeaderPublishAreaContainer {
  display: block;
    position: inherit;
    top: inherit;
    height: inherit;
    width: inherit;
    margin-left: inherit;
    right: inherit;
}

.footer-container {
  color: #182445;
  font-weight: bold;
  background: #f5f6f8;
}

.footer-container a {
  font-weight: normal;
}

/* Hide negative sign */
.Layout3Element .YouSavePercentLabel::before,
.YouSavePercentProdImg::before {
    content: '';
}


.ArticleWithBackground .heading-container * {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Yanone Kaffeesatz",sans-serif;
    line-height: 13px;
    color: #fff;
}

.h1, h1 {
    font-size: 26px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: "Yanone Kaffeesatz",sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}



.article-theme1.ArticleWithBackground .heading-container h2 {
    background: #ddd;
    font-size: 15px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}



/* Prodinfo 20170621 */
.ProductInfo .product-number {
margin-bottom: 0px;
}
.ProductInfo .campaign-price-label {
  display: none;
}
.ProductInfo .retail-price-container {
  margin-top: 5px;
    float: right;
    width: 100%;
}

.ProductInfo .StockIcon {
  display: none;
}

.ProductInfo .variant-container {
  padding-left: 0px;
}
.ProductInfo .variant-container .VariantSelectorAttribOne .LBLInfoCoice,
.ProductInfo .variant-container .VariantSelectorAttribTwo .LBLInfoCoice {
  display:none;
}

.ProduktInfoWithTechnicalData ul{
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

/* End Prodinfo 20170621 */

/* START EJ 126520 */
.HeaderLogo{
  width: 320px;
  height: 111px;
}
/* END EJ 126520 */

.product-description h2 {
    font-size: 14px;
}

.product-description li {
    margin: 3px;
}


/* EJ 126963 */
@media (min-width:768px){
  .mc-menu-overlay .menu-container, .menu-container{
    background: #2A4A74;
  }
}
.copyright-container {
    background: #2A4A74;
}
/* END EJ 126963  */


/* EJ 130793 */
@media (max-width:996px){
 .footer-area .field-container-4435 .ArticleWithBackground.article-theme1 .inner-content.container-fluid {
    background-size: 35%;
    margin-top: -35px;
    padding-bottom: 20px;
 }
}
/* END EJ 130793 */

/* EJ 136478 pkt 3 */
.layout-d2016_x3.field-container-4696 .WebPubElement:nth-child(3n-2) .textContent p, 
.layout-d2016_x3-slideshow.field-container-4696 .WebPubElement:nth-child(3n-2) .textContent p {
text-align: left !important;
}

.layout-d2016_x3.field-container-4696 .WebPubElement:nth-child(3n-1) .textContent p,
.layout-d2016_x3-slideshow.field-container-4696 .WebPubElement:nth-child(3n-1) .textContent p {
text-align: center !important;
}

.layout-d2016_x3.field-container-4696 .WebPubElement:nth-child(3n) .textContent p,
.layout-d2016_x3-slideshow.field-container-4696 .WebPubElement:nth-child(3n) .textContent p {
text-align: right !important;
}
/* END EJ 136478 pkt 3 */


/* EJ 138045 kan fjernes etter oppgradering til 3.19.8 */
@media (max-width: 767px){
.body-checkout .checkout-email-panel{
z-index: 1000;
}
}
/* EJ 138045 end */


/* EJ 138624 START */

.card{
    border: solid 2px aliceblue;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 10px 10px 5px #c2561848;
    cursor: pointer;
    
}
.under{
    color: aliceblue;
}
.popup{
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 270px;
    padding: 1.5rem;
    background-color: rgb(255, 255, 255);
    position: relative;
    top: 25%;
    box-shadow: 0px 0px 2px 3px rgba(50, 50, 50, 0.75);
}
.popbackground{
    width: 100%;
    height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    display: none;
    justify-content: center;
    cursor: pointer;
    z-index: 100;

}
.prisjakt{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 55px;
    width: 100%; 
}
.headline{
    margin: 0;
}
.prisjakt a {
  text-decoration: underline;
}



/* EJ 138624 END */

/*EJ 144756 start*/
.merkevarer .menu-items-container .title {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merkevarer a.menu-show-all {
    display: inline-block;
    margin-top: 20px;
}

.merkevarer .menu-items-container {
    margin: 0;
    padding: 0;
}
/*EJ 144756 end*/

.FilterNoShow {
  display: none;
}


.ProductInfo .heading-container h1 {
  display: inline-block;
}

.heading-container span {
  font-size: 22px;
  display: inline-block;
}

/*EJ 144997 start*/
.heading-container h1 span {
    display: block;
}
/*EJ 144997 end*/





