.product-list .product-thumb .caption {
    margin-left: 0;
}
.product-thumb .caption {
    min-height: 0;
}

#menu {
    background-color: #c9e093;
    background-image: linear-gradient(to bottom, #c9e093, #95c12b);
    background-repeat: repeat-x;
    border-color: #c9e093 #c9e093 #95c12b;
    min-height: 40px;
}
#menu {
    background-color: #b8b5d3;
    background-image: linear-gradient(to bottom, #b8b5d3, #393185);
    background-repeat: repeat-x;
    border-color: #b8b5d3 #b8b5d3 #393185;
    min-height: 40px;
}
#logo {
    margin: -15px 0 10px 0;
}
