/* PPS 10.20 - Catalog price-change badge, fused to the image-box top-left border. */
.pps-product-thumb.pps-price-change-thumb {
    position: relative !important;
    overflow: hidden !important;
    border-top-left-radius: 10px !important;
}

.pps-product-thumb.pps-price-change-thumb .pps-price-change-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 32px !important;
    min-height: 22px !important;
    height: 22px !important;
    padding: 0 7px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 999 !important;
    border: 0 !important;
    border-radius: 10px 0 8px 0 !important;
    font-size: 10px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.pps-product-thumb.pps-price-change-thumb .pps-price-change-save,
.pps-product-thumb.pps-price-change-thumb .pps-price-change-pay {
    background: #0879ee !important;
    color: #fff !important;
}

html[dir="rtl"] .pps-product-thumb.pps-price-change-thumb .pps-price-change-badge {
    left: 0 !important;
    right: auto !important;
}
