.tab-contenu {
	display: none;
    width: 100%;
}

#category .tab-contenu {
    display: block !important;
}

.tab-contenu div.more {
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
    margin: 35px 0 -35px 0;
}

#new_hh {
    display: block;
}

.filtre {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(228, 233, 234, 0.6);
    cursor: pointer;
}

.data-container {
    border: 1px solid #dddddd;
    padding: 10px;
    overflow: hidden;
    border-bottom: 0;
    position: relative;
    min-height:150px;
}

.hh_price_container {
    float: right;
    width: 50%;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}

.carre-vert {
    width: 5px;
    height: 10px;
    overflow: hidden;
    background-color: #d5e1a3;
    display: inline-block;
    margin-right: 5px;
}

.stock-container {
    float: left;
    width: 50%;
    text-align: left;
    margin-top: 7px;
}
#best_hh .stock-container {
    margin-top: 0;
}

.tab-contenu ul {
    clear: both;
    overflow: hidden;
}

#home-page-tabs li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 25px;
}

#home-page-tabs li:hover {
    background-color: #cf4b4b;
}

#home-page-tabs li:hover a,
#home-page-tabs li a:hover,
#home-page-tabs li a:focus,
#home-page-tabs li.active,
#home-page-tabs li.active a {
    background-color: #cf4b4b;
    color: #fff;
}

#home-page-tabs {
    text-align: center;
}

.nav-button,
.tab-contenu div.more a {
    color: #cf4b4b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 40px !important;
    line-height: 40px;
}

.tab-contenu div.more a {
    display: inline-block;
    border: 1px solid #ddd;
}

.tab-contenu div.more a:hover {
    color: #fff;
    background-color: #cf4b4b;
}

h4.s_title_block {
    padding: 0 0 5px 0 !important;
    text-transform: none !important;
    background-color: #fff !important;
    border-top: none !important;
    margin: 0;
    min-height: 50px;
}

h4.s_title_block a {
    color: #cf4b4b;
    font-weight: bold;
    background-color: none;
    font-size: 14px;
}

.product-image-container {
    position: relative;
}

.opt_product.quick-view {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    visibility: hidden
}