/* ==========================================
   Desktop (992px and above)
   ========================================== */
@media only screen and (min-width: 992px) {

  /* Header */
  .slot--header-horizontal-menu {
    background: #292726;
  }

  .slot--header-horizontal-menu .navbar .container-fluid {
    border: none;
  }

  .slot--header-horizontal-menu .navbar-nav > li > a,
  .slot--header-horizontal-menu .navbar-nav > li > a:hover {
    color: #fff;
    background: #292726;
    font-weight: 600;
  }

  .nordic--header .nordic--header-wrapper {
    padding: 30px 30px 20px;
  }
}


/* ==========================================
   General Layout
   ========================================== */

.nordic--body {
  background: #f5f5f5;
}

.nordic--footer {
  margin: 0;
}


/* ==========================================
   Cart Messages
   ========================================== */

.media-body .tws-article-buy-button-with-modal--cart-messages.alert,
.tws-article-buy-button-with-modal--cart-messages.alert {
  color: #000 !important;
}


/* ==========================================
   Product Prices
   ========================================== */

.tws-article-price--compare-at-price {
display:none;
}