header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #7fcd42;
    border-radius: 100%;
    color: #fff;
    display: flex
;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: white;
    display: flex
;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex
;
    justify-content: center;
    background-color: black;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #d4edb8;
}

.label-danger {
    background-color: #05895d;
}

.product .non-returnable {
   display: none;
}

footer .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.merchandisingcontent_container .tile {
  .footer .footer-wrapper-description {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  div.product-sku {
    margin-top: auto;
  }
}

nav.menu .catalog-block ul.catalog > li > a:hover {
    color: #85c937;
}

@media (min-width: 992px) {
  .filter-container {
    position: sticky;
    top: 30px;
  }
}

.productaddtocart_container .social-links {
  display: none;
}

header .header-mobile .header-logo .logo img {
filter: brightness(0) invert(1);

}