.relatedProducts .text-center {
    text-align: center;
}
.relatedProducts .title, .relatedProducts .price {
    margin: 0;
}
.relatedProducts .image{
    margin-bottom: 10px;
}
.relatedProducts .buy {
    margin-top: 10px;
}
relatedProducts .row {
    padding-bottom: 10px;
}
.relatedProducts .title a, .relatedProducts .price a {
    color: #999;
}

.relatedProducts .label-color a.color{
  display:block;
}
.relatedProducts .label-color-active a.color{
    border-color: #252525;
    width: 24px;
    height: 24px;
}

.relatedProducts label span.img {
    display: none;
    position: absolute;
    z-index: 10;
    border: 1px solid #d7d7d7;
} 
.relatedProducts label a.color_product:hover+span{
display:block;
} 