.anmm-dropdown {
  background: #000000;
}

/* Header mobile */
@media (max-width: 767px) {
    nav.header-nav > .container > .row > .hidden-sm-down {
        display: block !important;
        height: 28px;
    }
    nav.header-nav .hidden-sm-down > div:not(.left-nav) {
        display: none !important;
    }
}

/* Social */
#header .block-social li.instagram a svg path {
  fill: url(#PSgrad_0);
}

#header .block-social li.instagram a:hover svg path {
  fill: #FFFFFF;
}

@media (max-width: 767px) {
  #header .block-social li.instagram a svg path {
    fill: url(#PSgrad_1);
  }
  #header .block-social li.instagram a:hover svg path {
    fill: #000000;
  }
}

.block-social li a {
  width: 30px !important;
  height: inherit !important;
}

.block-social li a svg {
  transform: scale(1.5);
}

/* Product list */
#products .product-title a,
.product-miniature .product-title a {
  line-height: 1;
}