.wz-shop-product-installment {
    width: fit-content;
    max-width: 100% !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-left: 10px;
    font-family: dana_fa, tahoma, serif;
    font-size: 12px;
    box-shadow: 1px 1px 5px #d3d3d3;
    border-radius: 6px;
    overflow: hidden;
    color: #000;
}

.wz-shop-product-installment span {
    padding: 5px 10px;
    background-color: #007dfe;
    color: #fff;
}

.wz-shop-product-installment span, .wz-shop-product-installment p {
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wz-shop-product-page .wz-shop-product-installment {
    margin: 10px 0 0;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 10px;
}

.wz-shop-product-page .wz-shop-product-installment span {
    padding: 10px 20px;
}

.shop-product-list .wz-shop-product .wz-shop-product-title {
    height: 85px;
}

.wz-shop-product .wz-shop-product-price {
    position: relative;
    min-height: 85px;
}

.wz-shop-product .wz-shop-product-price .wz-shop-product-installment {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 468px) {
    .wz-shop-product-installment {
        font-size: 10px;
        gap: 5px;
    }

    .wz-shop-product-installment span {
        padding: 5px;
    }
}
