.linked-product-link {
    display: inline-block;
    width: 250px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    max-width: 350px;
    margin-right: 10px;
}
.da_other_products {
    margin-bottom: 10px;
}
.linked-product-image {
    width: 60px; min-width: 60px;
    margin-right: 5px;
}
.linked-product-box {
    display: flex;
    aligh-items: center;
}
.linked-product-price {
    padding-left: 10px;
}
.linked-product a.outofstock .linked-product-title{
    text-decoration: line-through;
}
.linked-product a.outofstock{
    color: #a6a5a5;
    text-decoration: line-through;
}
.rey-stickyAtc-cart .da_other_products{
    display: none !important;
}