.variants-box .item_block.item-product{
    padding: 0;
}
.variants-title h5{
    margin: 0;
}
.variants-box .item-product .link-detail{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    white-space: nowrap;
}
.variants-box .item-product .link-detail.item-current{
    border-color: #d8006d
}

.card.item-product-info.item.inner_wrap {
    max-width: 155px;
}

.card.item-product-info.item.inner_wrap .img.shine {
    display: flex;
    align-items: center;
}
.card.item-product-info.item.inner_wrap .img.shine img{
    margin:auto;
}
.card.item-product-info.item.inner_wrap .product-price{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}
.brands_slider_wrapp.variants-box {
    padding: 9px 30px 9px;
    border: 0;
}