body {
    background-color: #ffffff;
}
.home {
    height: 260px !important;
}
.home_background {
    background-image: url(/static/images/shop_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_content {
    height: 100%;
}
.shop {
    margin-top: 50px;
}
.sidebar_categories a {
    color: #888;
}
.subcategories a {
    padding-left: 20px;
    color: #888;
}
.shop_sorting span {
    color: #888;
}
.sorting_text {
    color: #888;
}
.condition {
    color: gray;
}
.product_name {
    font-weight: bold;
}
