.other-products{
	padding: 20px;
}
.other-products .nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.other-products .nav-tabs > li.active{
    background-color: #dddddd;
} 
.other-products .nav-tabs > li > a{
    padding: 8px 20px 15px;
    font-family: "Cera Pro Medium";
    font-size: 15px;
    color: #252525;
    font-weight: 400;
    color: #252525;
}
.other-products .tab-content > .tab-pane {
	padding-top: 20px;
}



.prd-favoris-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border: 1px solid #dcdcdc78;
}
.prd-favoris-img .prd-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.prd-favoris-titre, .prd-favoris-prix {
    text-align: center;
    font-size: 15px;
    margin: 5px 3px;
}
.prd-favoris-action{
    margin-top: 5px;
    text-align: center;
}
a.add-fav-to-cart {
    color: #fff;
    background: #88c74a;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 3px;
    font-weight: 600;
    text-decoration: none;
}

