.actionstash-cross-sell-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.actionstash-cross-sell-product {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.actionstash-cross-sell-image {
    display: block;
    margin-bottom: 10px;
}

.actionstash-cross-sell-image img {
    margin: 0 auto;
}

.actionstash-cross-sell-name {
    display: block;
    flex-grow: 1;
    font-weight: 600;
    margin-bottom: 8px;
}

.actionstash-cross-sell-price {
    font-size: 16px;
    margin-bottom: 10px;
}

.actionstash-cross-sell-price .price-old {
    color: #999;
    font-size: 13px;
    margin-left: 4px;
    text-decoration: line-through;
}

.actionstash-cross-sell-add.is-added {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .actionstash-cross-sell-product {
        flex-basis: 50%;
    }
}
