.mastodont-related-products .mrp-product {
    display: flex;
    margin-bottom: 10px;
    font-size: .9rem;
}

.mastodont-related-products .mrp-product > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.mastodont-related-products .mrp-product .mrp-image img {
    max-width: 60px;
}

.mastodont-related-products .mrp-product .mrp-info {
    font-weight: 500;
}

.mastodont-related-products .mrp-product .mrp-info a {
    color: #333;
}

.mastodont-related-products .mrp-product .mrp-info .mrp-price del {
    font-weight: normal;
    color: #7c7c7c;
}