/* Add custom CSS styles below */ 
.navbar-brand img {
  height: 3rem !important;
}
.is-sticky-product-bar .sticky-product-bar.dark {
    background-color: #0c0c0c !important;
}

section.s-block.s-block--categories .slide--cat-entry>div {
      width: 4.5rem !important;
}

.s-contacts-item[href^="tel:"]:hover {
    background: #d91d28;
}

@media (min-width: 768px) {
    section.s-block.s-block--categories .slide--cat-entry>div {
        width: 6.5rem !important;
    }
}
@media (min-width: 1024px) {
    .navbar-brand img {
        max-width: 200px;
    }
}