/*brands*/
/*TEMPORARY HIDDEN STUFF*/
.pwb-single-product-brands a:not(:first-of-type) {
    display: none !important;
}
.product-brands:not(:first-of-type) {
    display: none;
}

/*BRANDS*/

.tax-pwb-brand .term-description {
    display: none;
}

.brand-wrap {
	width: 100%;
display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-wrap {
    width: 48%;
    float: left;
    clear: right;
    background: #f7f7f7;
    padding: 40px;
    margin-bottom: 40px;
}

.text-wrap h1 {
    font-size: 40px !important;
}

.text-wrap p {
    margin-bottom: 0px !important;
}

.brand-banner-wrap {
    width: 48%;
    float: left;
    clear: none;
    margin-bottom: 33px;
	margin-right: 4%;
}

.pwb-single-product-brands {
    font-size: 14px;
    padding-top: 0;
}

span.pwb-text-before-brands-links {
    display: none;
}

div#tab-pwb_tab h2 {
    display: none;
}

/*PAGE PRODUCTEURS */
.pwb-az-listing-content {
    display: flex !important;
    flex-direction: row;
    overflow: hidden;
    flex-wrap: wrap;
}

.pwb-az-listing-row {
    flex:1 25% !important;
	margin-bottom: 20px;
    padding-right: 20px;
}

.pwb-az-listing-col {
    width: 100% !important;
}
