.product{
    border-bottom: 1px solid #272525;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.box-detail{
    color: #bdbdbd;
}

.other-product{
    margin-top: 20px;
}

.title-category-slide{
    color: #ED56A7;
}

.categoryItem{
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

/*.item-image{*/
/*    width: 100px;*/
/*    height: 150px;*/
/*    object-fit: cover;*/
/*}*/

.item-image{
    width: 130px;
    height: 130px;
    object-fit: contain;
    margin-bottom: 10px;
}
