.wiop .installments {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.wiop .installments img {
    max-height: 65px;
    margin-right: 10px;
    vertical-align: middle;
}
.wiop .installments select {
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 7px;
    padding: 5px 10px;
    padding-right: 35px;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
    background-repeat: no-repeat !important;
    background-position-x: 97% !important;
    background-position-y: 50% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
}

@media (max-width:360px) {
    .wiop .installments {
        display: block;
    }
}

.related.products .wiop .installments,
.archive .wiop .installments {
    display: block;
    margin: 0 0 10px 0;
}
.related.products .wiop .installments img,
.archive .wiop .installments img {
    max-height: 45px;
    margin: 0 auto;
}
.related.products ul.products li.product .price,
.archive ul.products li.product .price {
    margin-bottom: 5px !important;
}