span.price-container.price-final_price.tax.weee {
    justify-content: center;
    display: flex;
}

.product-item .old-price, .product-items .item .old-price {
    display: flex;
    margin: 5px 0;
    justify-content: center;
}

.items-grid .price-box {
    display: flex;
    margin: 10px 0;
    justify-content: center!important;
}

.items-grid .special-price + .old-price {
    margin-top: 18px;
    position: absolute;
    display: flex;
    /* margin-left: auto; */
    justify-content: center!important;
}

.special-price .price, .special-price .price-label {
    color: #a9c029;
}

.items-grid .old-price, .items-grid .special-price {
    margin-top: -5px;
    display: inline-block;
}

span.old-price.sly-old-price {
    padding: 14px;
    position: absolute;
}

.product.actions.product-item-actions {
    bottom: 8px!important;
}