.art-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;
}

.art-manufacturer-description {
    width: 100%;
}

.artmansup-container {
    padding: 5px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}

.art_img {
float: left; 
margin-right: 10px;
}

.tab_art {
background: #fff;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
margin-top: 2rem;
}
.artcontent-tab {
min-height: 130px;
padding: 0 20px 20px;
margin-top: 20px;
}

.art_tab_link {
text-align: right;

}

.art_mname {
text-transform: uppercase;
}

.artcopyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

img.art-plogo {
    float: right;
    border: 1px solid #e5e4e4;
    position: relative;
    z-index: 1000;
	margin: 10px;
}
img.art-plogo:hover {
   opacity: 0.8;
}

img.art-brands_images {
	border: 1px solid #e5e4e4;
}

img.art-brands_images:hover {
	opacity: 0.8;
}

.artproduct-image-container {
    /*border: 1px solid #d5d1d1;*/
}

.artright-block {
    text-align: center;
	margin-bottom: 20px;
}

h5.art-title-bproduct {
    font-weight: 400;
	font-size: 17px;
}

span.artprice.product-price {
    font-size: 21px;
    line-height: 2;
    font-weight: 600;
}

a.artbutton {
    text-transform: uppercase;
    background: #82a574;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #82a574;
 
}

a.artbutton:hover {
    text-transform: uppercase;
    background: #c2f6ae;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #c8f3b6;
}

.artbrand-more {
    margin-top: 10px;
}

.artproduct-image-container:hover {
    opacity: 0.5;
}

.art-titlewall {
    font-size: 12px;
    font-weight: 900;
}

.art-feature {
    margin-top: 20px;
	margin-bottom: 20px;
}

dt.artbrand {
    width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

dd.artbrand {
    width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
}

dl.artbrand:after {content:"";display:table;clear:both;}

#art-brand-ltitle {
    background: #494646;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #494646;
}

#artbrand-footer-list {
    background: #fff;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
}

#art-brand-ltitle a {
    color: #fff;
}

#art-brand-ltitle a:hover {
    color: #1fdee9;
}

#art-brand-dbrand {
    background: #494646;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #494646;
    color: #fff;
}

.art-ras-block {
    background: #fff;
    padding: 1.25rem 1.875rem;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
}




