.ask_price-button{
    border:2px solid #1693c8!important;
    color:#fff!important;
    background-color: #1693c8;
    margin:0 auto 10px;
    display: flex!important;
}
.ask_price-button:hover{
   color:#1693c8!important;
    background-color: #fff;
}







/*новые стили*/

.product-item-line-card-new .gr-product-item__controls-wrapper {
    padding: 0 20px!important;
}
.product-item-line-card-new .product-item-price-current {
    font-size: 32px!important;
}
.product-item-line-card-new .price_partner_old {
    font-size: 18px!important;
}
.gr-product-item-buttons-grid {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 6px;
}
.gr-product-item-buttons-grid .product-item-info-container .product-item-amount {
    padding-bottom: 0;
}

.product-item-line-card-new .v-massM-links-name {
    font-size: 15px;
    margin: 16px 0 10px;
}

.product-item-line-card-new .v-massM-links {
    display: grid!important;
    grid-gap: 6px;
}
.product-item-line-card-new .v-massM-link {
    height: 40px;
    display: flex!important;
}