/* old dev block */
.out-stock {
    color: #d22f25;
}
 
.in-stock {
    color: #37b048;
}
/**/

/** old css to reuse **/
.nFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nFlex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nRel {
  position: relative;
}

.nLinkArea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nList li {
  margin: 0;
  padding: 0;
}

.ex-loggedout .nLoggedIn,
.ex-loggedin .nLoggedOut {
  display: none;
}

.nButton {
  font-weight: 700;
  display: inline-block;
  background: var(--evo-brand-default, #a28e62);
  padding: 12px 55px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  border: hidden;
  border-radius: 25px;
  transition: all 0.35s linear;
}
.nbWhite {
  background: #fff;
  color: #000;
}

.nButton:hover {
  background: #221e20;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.no-top-margin {
  margin-top: 0;
}

.catalog-grid .container {
  padding: 0 15px;
}

.container .container {
  padding: 0;
  width: auto;
}

.service-portal {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  text-align: center;
  width: 950%;
  max-width: 392px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .service-portal {
    display: none;
  }
}
.service-portal > h2 {
  font-size: 1em;
  background-color: #221e20;
  background-image: url("https://eu.evocdn.io/dealer/1748/content/media/My_Theme/portal-header2.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 10px;
  transition: all 0.35s;
}
.service-portal > h2 i {
  margin-left: 10px;
  transition: all 0.35s;
}
.service-portal > h2:hover {
  opacity: 0.7;
}
.service-portal-dropdown {
  display: none;
}
.service-portal-dropdown-text {
  padding: 25px 35px;
}
.service-portal-dropdown h2 {
  font-size: 16px;
  margin: 0 0 15px;
}
.service-portal-dropdown h2::after {
  content: "";
  display: block;
  width: 51px;
  height: 3px;
  background-color: #a55ab4;
  margin: 15px auto;
}
.service-portal-dropdown p {
  font-size: 14px;
  margin: 0;
  color: #5f7a92;
  font-weight: 400;
}
.service-portal-dropdown-button {
  padding: 35px;
  background-color: #221e20;
  background-image: url("https://eu.evocdn.io/dealer/1748/content/media/My_Theme/portal-bg2.jpg");
  background-size: cover;
  background-position: center;
}
.service-portal-dropdown .nButton {
  font-size: 14px;
}
.service-portal.nActive h2 i {
  transform: rotate(90deg);
}
.service-portal.nActive .service-portal-dropdown {
  display: block;
}
/**/

[data-value="999.99"] {
  display: none !important;
}
.brand-label{
  display:none;
}
.manufacturer-name{
  display:none;
}