.single-product div.product .precioConIva {
    text-align: center;
}

.single-product div.product .precioConIva4llantas {
    background-color: #f0f0f0;
    padding: 5px 5px 0 5px;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 15px;
    text-align: center;
    color: rgb(94,94,94);
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.single-product div.product .precioConIva4llantas strong {
    font-size: 17px;
    color: rgb(54,54,54);
}

.configurador select {
    border-radius: 5px;
    border-color: #1c201f;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    border: 1px solid #1c201f;
    padding: 6px 5px 6px 12px;
}

.configurador .insider {
    gap: 0.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #1c201f;
    flex-shrink: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    border-width: 1px;
    margin-top: 10px;
}

.configurador .insider:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.configurador .insider select {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: right;
    outline: none;
}

.configurador label small {
    display: block;
    color: #ff0000;
}

@media (max-width: 860px) {
    .configurador {
        padding: 0 5%;
    }
}
