.wslp-list-manufacturer {
    background-color: #fff;
    border: 1px solid #e3e0e0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wslp-manufacturer-description {
    width: 100%;
}

.wslp-mansup-container {
    padding: 5px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}

.wslp-img {
float: left; 
margin-right: 10px;
}

.wslp-tab {
background: #fff;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
margin-top: 2rem;
}
.wslp-content-tab {
min-height: 130px;
padding: 0 20px 20px;
margin-top: 20px;
}

.wslp-tab-link {
text-align: right;

}

.wslp-mname {
text-transform: uppercase;
}

.wslp-copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

img.wslp-plogo {
    float: right;
    border: 1px solid #e5e4e4;
    position: relative;
    z-index: 1000;
	margin: 10px;
}
img.wslp-plogo:hover {
   opacity: 0.8;
}

img.wslp-brands-images {
	border: 1px solid #e5e4e4;
}

img.wslp-brands-images:hover {
	opacity: 0.8;
}

.wslp-product-image-container {
    /*border: 1px solid #d5d1d1;*/
}

.wslp-right-block {
    text-align: center;
	margin-bottom: 20px;
}

h5.wslp-title-bproduct {
    font-weight: 400;
	font-size: 17px;
}

span.wslp-price.product-price {
    font-size: 21px;
    line-height: 2;
    font-weight: 600;
}

a.wslp-button {
    text-transform: uppercase;
    background: #82a574;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #82a574;
 
}

a.wslp-button:hover {
    text-transform: uppercase;
    background: #c2f6ae;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #c8f3b6;
}

.wslp-brand-more {
    margin-top: 10px;
}

.wslp-product-image-container:hover {
    opacity: 0.5;
}

.wslp-titlewall {
    font-size: 12px;
    font-weight: 900;
}

.wslp-feature {
    margin-top: 20px;
	margin-bottom: 20px;
}

dt.wslp-brand {
    width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

dd.wslp-brand {
    width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

dl.wslp-brand:after {content:"";display:table;clear:both;}

#wslp-brand-ltitle {
    background: #494646;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #494646;
}

#wslp-brand-footer-list {
    background: #fff;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
}

#wslp-brand-ltitle a {
    color: #fff;
}

#wslp-brand-ltitle a:hover {
    color: #1fdee9;
}

#wslp-brand-dbrand {
    background: #494646;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #494646;
    color: #fff;
}

.wslp-ras-block {
    background: #fff;
    padding: 1.25rem 1.875rem;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
}





/* v1.1.0: logo del brand nella lista prodotti/categoria */
.wslp-list-logo {
    max-height: 40px;
    width: auto;
}

/* v1.1.0: blocco homepage con elenco dinamico dei marchi */
.wslp-home-brands {
    clear: both;
    text-align: center;
    margin: 20px 0;
}
.wslp-home-title {
    margin-bottom: 15px;
}
.wslp-home-brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.wslp-home-brand-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}
.wslp-home-brand-item img:hover {
    filter: none;
    opacity: 1;
}
