.stars {
  display: flex;
  align-items: center;
  line-height: 100%; }
  .stars > span {
    position: relative; }
  .stars__off {
    color: #fed100;
    letter-spacing: 1px;
    white-space: nowrap; }
  .stars__on {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
  .stars__text {
    margin-left: 10px; }

/* badges*/
.badge {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: inherit;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .badge > span {
    padding: 0.05rem 0.45rem; }
  .badge__sale {
    background: #de4242; }
  .badge__new {
    background: #00bebe; }

.free-module {
  display: none; }

.nmx-wrap-container.product-listing-page {
  max-width: 1560px; }

#categoryDescription {
  line-height: inherit !important;
  margin-bottom: 24px;
  margin-top: -4px; }
  #categoryDescription * {
    font-size: inherit !important;
    font-family: inherit !important; }
  #categoryDescription *:first-child {
    margin-top: 0; }
  #categoryDescription *:last-child {
    margin-bottom: 0; }

.columnLeft {
  width: 240px; }
  .columnLeft a {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    position: relative; }
    @media (min-width: 768px) {
      .columnLeft a {
        font-size: 0.8rem; } }
  @media (max-width: 1250px) {
    .columnLeft {
      display: none; } }

.leftBoxContainer + .leftBoxContainer {
  margin-top: 34px; }

.leftBoxHeading {
  font-size: 0.9rem;
  margin: 0 0 14px;
  text-transform: uppercase; }

.sideBoxContent > * {
  margin-top: 0; }

#mycategories h3 {
  display: none; }

/*
            *  Base rules for categories and sub
        */
#categoriesContent ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#categoriesContent ul br {
  display: none; }

#categoriesContent ul .currentParent:link,
#categoriesContent ul .currentParent:active,
#categoriesContent ul .currentParent:visited,
#categoriesContent ul .current:link,
#categoriesContent ul .current:active,
#categoriesContent ul .current:visited {
  color: inherit;
  font-weight: 500; }

#categoriesContent ul a:hover {
  color: #0686d4;
  text-decoration: none; }

#categoriesContent ul a.active1 {
  color: #0686d4;
  font-weight: 500; }

#categoriesContent ul a.active2,
#categoriesContent ul a.active3,
#categoriesContent ul a.active1:hover,
#categoriesContent ul a.active2:hover,
#categoriesContent ul a.active3:hover {
  color: #0686d4; }

#categoriesContent ul a.active2::before,
#categoriesContent ul a.active3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #0686d4;
  position: absolute;
  left: -11px;
  top: 6px; }

#categoriesContent .level_1 > a {
  color: inherit;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px; }

#categoriesContent .level_1:first-child > li.level_1:first-of-type > a {
  padding-top: 0; }

#categoriesContent .level_1 span {
  display: block;
  margin: 0 0 7px; }

/*
                *  Specific rules for category
            */
#categoriesContent > ul > li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 100%;
  margin-bottom: 0; }

/*
                    *  Specific for sub category
                */
#categoriesContent ul ul {
  display: none;
  margin: -2px 0 14px 12px; }

#categoriesContent ul ul li + li {
  margin-top: 5px; }

#categoriesContent ul ul ul {
  margin: 6px 0 8px 9px; }

#categoriesContent .active1 > ul,
#categoriesContent .active2 > ul {
  display: block; }

#categoriesContent ul ul > li:first-child {
  margin-top: 0; }

#categoriesContent .currentParent ul,
#categoriesContent ul ul.current {
  display: block; }

#categoriesContent ul ul a {
  line-height: 1.5; }

/*
    * List of products container
*/
@media (min-width: 1250px) {
  .product-listing-page {
    display: flex;
    flex: none; }
  .product-listing-page #centerColumn {
    flex: 1;
    position: relative;
    padding-left: 30px; } }

/*
        *  Products
    */
.nmx-products-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -2rem -9px 0.45rem;
  padding: 0; }
  .nmx-products-list > li > *:last-child {
    margin-bottom: -0.25rem; }
  .nmx-products-list.category-list {
    margin-bottom: 0.25rem; }

.nmx-products-list > li {
  padding-top: 2rem;
  padding-left: 12px;
  padding-right: 2px;
  float: none; }

.listing-image {
  position: relative;
  /*background: #f7f7f7;*/
  padding: 0px; }
  .listing-image a {
    display: block;
    position: relative; }
  .listing-image a:after {
    content: "";
    display: inline-block;
    padding-top: 100%; }
  .listing-image img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.category-list .listing-image {
  background: #0686d4; }

.category-list .listing-image img {
  max-height: 160px; }

.nmx-lazy-loading {
 
  display: block;
  position: absolute;
  left: 0;
  right: 0;

  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: opacity 0.5s; }

.lazyloaded + .nmx-lazy-loading {
  opacity: 0;
  z-index: -1; }

/* info cont*/
.prod-info-container {
  display: none; }

.listing-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 200;
  padding-top: 9px;
  margin: 0 0 6px;
  text-transform: none;
  line-height: 1.3; }
  .listing-name a {
    color: #333; 
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
    
  }
    .listing-name a:hover {
      border-bottom: 1px solid #333;
      text-decoration: none; }

.category-list .listing-name {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: -0.25rem; }

.category-list .productDetails {
  display: none; }

#advSearchResultsDefault .nmx-products-list > li > a {
  display: none; }

.listing-desc,
.listing-more-info,
.listing-products-downloaded {
  float: none !important; }

.listing-products-downloaded {
  margin: -4px 0 3px;
  display: none; }

.listing-desc,
.listing-more-info,
.listing-price {
  margin-left: 0; }

.productDetails {
  display: flex;
  flex-direction: column; }

/*
        * [1] = removes space above letters and
    */
.listing-desc {
  line-height: 1.1;
  margin-top: -4px;
  /* 1 */ }

.listing-desc,
.listing-more-info {
  margin-bottom: 9px; }

.listing-more-info {
  display: none; }

.listing-price {
  color: #161717;
  display: flex;
  font-size: 1.1rem;
  line-height: 1.1;
  float: none;
  margin-top: 0;
  overflow: hidden; }

.listing-price a {
  display: inline-block; }

.listing-price .price-request {
  color: #0686d4;
  vertical-align: top; }

.listing-price .price-request:before {
  margin-top: 19px; }

.normalprice {
  color: #6c6c6c;
  text-decoration: line-through;
  order: 1; }

.productSpecialPrice {
  color: #000000;
  order: 0;
  margin-right: 6px; }

.productPriceDiscount {
  display: none; }

.nmx-products-list .stars {
  font-size: 1.2rem;
  margin-top: .45rem;
  order: 2; }

@media (min-width: 320px) {
  /*
            *  Shows just 2 products per line between
        */
 .nmx-products-list > li {
    width: 48%;   
    margin: 0.5%;
    padding: 12px; } }

@media (min-width: 600px) {
  .nmx-products-list {
    margin-left: -12px;
    margin-right: -12px;  margin-top: 5px;}
  .nmx-products-list > li {
    padding-left: 12px;
    padding-right: 12px;
    width: 33.3%;        } }

@media (min-width: 800px) {
  .nmx-products-list > li {
    width: 25%; box-shadow: 0 0 0px #e3e6e9;
    border: #ddd solid 0px;
    margin: 0;} }

@media (min-width: 1490px) {
  .nmx-products-list > li {
    width: 20%;box-shadow: 0 0 0px #e3e6e9;
    border: #ddd solid 0px;
    margin: 0; } }

#product__listing__pagination {
  display: none; }

.navSplitPagesResult {
  font-size: 0.9rem; 
  float:left;
}

.product-listing__header {
  margin-bottom: 30px; }

.sort-listings-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2; }

.sort-listings-wrapper .nav-dropdown {
  top: 100%; }

.sort-listings-wrapper .sort-selected {
  background: url(../../images/select_arrow.svg) no-repeat right center;
  background-size: 10px 6px;
  padding-right: 20px;
  cursor: pointer; }

/* filters */
.filters {
  display: none;
  position: relative;
  z-index: 1; }

.chosen-filters__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0; }
  .chosen-filters__list li + li {
    margin-left: 10px; }
  .chosen-filters__list li {
    display: flex;
    align-items: center;
    border: 1px solid #0687d5;
    border-radius: 15px;
    color: #0687d5;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase; }
  .chosen-filters__list svg {
    height: 11px;
    width: 11px;
    margin-left: 15px; }
  .chosen-filters__list svg,
  .chosen-filters__list svg * {
    fill: #83c3ea;
    display: block; }
  .chosen-filters__list a:hover svg,
  .chosen-filters__list a:hover svg * {
    fill: #0687d5; }

@media (max-width: 768px) {
  .sort-listings-wrapper {
    justify-content: flex-end; }
  .filters-container {
    border-right: 1px solid #e1e1e1;
    margin-right: 15px;
    padding-right: 15px; }
  .filters {
    display: block; }
  .chosen-filters {
    display: none; } }

/* filters in sidebar */
.nmx-filter.sideBoxContent h4 {
  display: none; }

.nmx-filter.sideBoxContent ul {
  padding-left: 0;
  list-style: none; }

.nmx-filter.sideBoxContent li + li {
  margin-top: 5px; }

.nmx-filter.sideBoxContent a:hover {
  text-decoration: none;
  color: #0686d4; }

.nmx-filter.sideBoxContent label {
  display: inline-block;
  padding-top: 3px; }

.nmx-filter.sideBoxContent .nmx-reset-filter {
  display: none; }

/* sort by */
form[name="sortbyform"] {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
  z-index: 1; }
  form[name="sortbyform"] label {
    margin: 0 6px 0 0;
    white-space: nowrap; }
  form[name="sortbyform"] select {
    display: none; }
  form[name="sortbyform"] .sort-selected {
    text-transform: lowercase; }

/* button load more */
* + .button__container--product {
  margin-top: 30px; }

/* No Products */
#productListing .productListing-data {
  width: auto; }

#productListing .productListing-data h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block; }

#productListing .productListing-data p {
  margin: 10px 0 0 0; }

#productListing #get-custom-quote {
  margin-top: 25px; }

@media only screen and (max-width: 1008px) {
  .product-listing-page #centerColumn {
    padding-left: 0; } }
