.tags_h{
    color: #e7c190;
    margin: 70px 0 40px 0;
    text-transform: uppercase;
}
.hometags{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.hometags_tag{
    border:1px solid #958876;
    border-radius:6px;
    margin:8px;
}
.hometags_tag a{
    padding:6px 10px;
    color:#e1bb8a;
    font-size:12px;
    text-transform:uppercase;
}

.hometags_tag:hover a{
    color:#8b7f6e;
}
.tagsinfo{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    /* background: #f7f7f7; */
    color: #f3ddc1;
    margin-bottom: 20px;
    /* padding: 20px; */
    margin-right: calc(var(--gutter) * (-1));
    margin-left: calc(var(--gutter) * (-1));
}
.tagsinfo_img{}
.tagsinfo_desc{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    margin-left:8px;
}
.tagsinfo_cat{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:6px 0;
}
.tagsinfo_cat h4 {
    font-weight: 600;
    color: #e8c190;
    padding: 20px 0;
}
.tagsproducts{}
.tagsproducts_hcat {
    font-weight: 600;
    /* background: #f7f7f7; */
    padding: 20px 8px;
    color: #df1a23;
}

.img-wrapper2{
    max-width:200px;
    margin-right:10px;
    float:left;
    z-index:9;
}
.text-desc{
    z-index: -1;
    position: relative;
    text-align:justify;
}
.components{
    display:flex;
}
.product-des .components{
    text-align:center;
    margin:auto;
    display:inline-block;
    font-size:12px;
}
.product-des label{
    font-weight:600;
    font-size:12px;
    display:inline-block;
    margin: 0;
}
.components .img-wrapper,
.home .img-wrapper,
.prod .img-wrapper{
    width:48px;
    height:48px;
    overflow:hidden;
    position: relative;
    border-radius:6px;
    margin:auto;
    border: 1px solid #ddd;
}
.home .img-wrapper,
.prod .img-wrapper{
    width: 64px;
    height: 64px;
    display:inline-block;
    margin:0;
}
.components .img-wrapper .component-img,
.home .img-wrapper .component-img,
.prod .img-wrapper .component-img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.components .img-wrapper .component-img{
     width:50px;
}
.home .img-wrapper .component-img,
.prod .img-wrapper .component-img{
    width:64px;
}
.home span{
    margin-left:6px;
    position:relative;
    display:inline-block;
   text-align: center;
}
.home .component-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.component-item span:after{
    content:',';
    margin-right:6px;
    position:relative;
    display:inline-block;
}
.component-item:last-child span:after{
    content:'';
    position:relative;
    display:inline-block;
    margin-right:0px;
}
.comp-head{
    padding: 8px 8px 2px 8px;
}
.comp-head:nth-child(odd){
    background: #f9f9f9;
}
.comp-head:nth-child(even){
    background: #fff;
}
#content-wrapper .component-img{

    border-radius:6px;
}
.product-components a{
    display:block;
}
.component-item i{
    font-size: 8px;
    margin-right: 6px;
    top: -2px;
    position: relative;
}
.components .component-item span,
.home .component-item span{
    border-bottom:0px dashed #000;
    word-break: break-word;
    flex: 1 1 0;
    
}
.components .component-item:hover span,
.home .component-item:hover span{
    border-bottom:0px dashed #000;
}
.component-item span{
    border-bottom:1px dashed #000;
}
.component-item:hover span{
    border-bottom:1px dashed var(--hovercolor);
}
.product-components .component-item span:after{
    content:'';
    margin-right: 0px;
}