main.account section.right .box .orders .order-detail .detail-box .codes .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

main.account section.right .box .orders .order-detail .detail-box .codes .code-box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main.account section.right .box .buy-prepaid-card .right-box .button {
    margin-top: 0 !important;
}

.order-fx-rate {
    display: block;
    font-size: 12px; 
}

.payment-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.payment-options * {
    width: 100%;
}

.payment_icons img {
    width: 38px;
    height: 24px;
}

.product-form, .stock {
    margin: 24px 0;
}

.product-image-logo-container {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

select {
    padding-right: 32px;
}

option {
    color: #000;
}