.product-flags li.product-flag.discount-percentage, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount {
    background-color: red;
}

.top-menu .sub-menu ul[data-depth="1"] > li{
    float: none;
}

#header .menu > ul > li{
    position: relative;
}
.top-menu .sub-menu{
    width: auto;
    min-width: auto;
    left: 0;
    margin-left: 0;
}
#header a {
    color: #7a7a7a;
}
#header .menu > ul > li:active {
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,0.1);
}
.js-sub-menu {
    top: 50px !important;
}
#search_widget {
    min-width: 15.63rem;
}