<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.txt-envio{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    justify-content: start;
    gap: 3px;
    margin-left: 0px;
    margin-right: 0px;
    @media screen and (width &lt;= 768px){ &amp;{justify-content: start;} }
}
.txt-retiro-tienda{
    display:flex;
    gap:3px;
    font-size: 14px;
    img{
        width: 20px;
    }  
}
.tachado-envio{
    color:#999;
    text-decoration: line-through;
}
.decimal-part{
    font-size: 10px;
    position: relative;
    top: -5px;
    margin-top: 1px;
}
.container-envio-cp{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}
.container-envio-cp-no-free{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.imagenes_producto{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.line{
    margin-top: 10px;
    z-index: 2;
}
.imagenes_producto:hover{
    cursor: pointer;
}

.imagenes_producto .imagenes_verticales{
    width: 15%;
    padding: 5px 15px;

}
.imagenes_verticales:hover ~ .imagenes_verticales img{
    box-shadow: 4px 4px 10px #000
}
.imagenes_verticales img{
    width: 70px;
    object-fit: cover;
    margin-bottom: 7px;
}

.imagen_vertical:hover{
    box-shadow: 0 0 2px 2px #4CA686;
}

.imagenes_producto .contenedor_imagen_principal{
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#boton_modal_fotos img{
    outline: 1px solid #fff;
    outline-offset: -1px;
}
.container_arrow_left, .container_arrow_right{
    display: block;
    font-size: 35px;
    color: #999;
}
.container_arrow_left{
    position: absolute;
    top: 50%;
    left : 120px;
    z-index: 1000;
}
.container_arrow_right{
    position: absolute;
    top: 50%;
    right : 17px;
    z-index: 1000;
}
.button-container{
    text-align: center;
}
.txt-beneficio-envio{
    margin: 0.3rem 0rem;
}
.txt-beneficio-envio span{
    color: #999;
    font-weight: 600;
    font-size: 0.9rem;
}
.container-logos-banks{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    gap:8px;
    margin-top:8px;
}
.enviar_a a{
    color : blue;
    margin-top: -5px !important;
}
.main-container-stock{
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    margin: 15px 0;
    @media screen and (width &lt;= 768px){ &amp;{margin-top: 15px;} }
    .container-item-counter{
        display: flex;
        justify-content: center;
        border:1px solid #b9b9b9;
        border-radius: 46px;
        height: 27px;
        width: 35.5%;
        input{
            border:none;
            color:#5E5E5E;
            font-size:19px;
            font-weight: 600;
            margin: 0 !important;
            text-align: center;
            width: 30%;
        }
        button{
            color:#5E5E5E;
            font-size:22px;
            font-weight: 600;
            background-color: white;
            border:none;
            padding: 0px 6px;
            outline: none;
            img{
                margin-top:-13px;
                width: 20px;
            }
        }
    }
}
.textBox{
    font-weight: bold;
    color:rgb(0, 0, 0);
}
.select-dropdown-m{
    margin-bottom: 20px;
}
.select-dropdown{
    top: -12px;
    width: 200px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.buttons-container{
    margin: 5px 0px;
}
.buttons-container a{
    display:block;
    cursor: pointer;
    padding: 0.7rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 100px;
    font-weight: 400;
    text-align: center;
    user-select: none;
    transition: all ease-in-out .3s;
}
.btn-add-cart{
    background: #fff;
    border:1px solid #4CA686;
}
.btn-add-cart span{
    color:#4CA686;
}
.btn-buy-now{
    border:1px solid #4CA686;
    background:#4CA686;
}
.btn-buy-now span{
    color:white;
}
.btn-buy-now:hover{
    background:#57b19d;
    border:1px solid #57b19d;
    text-decoration: none;
}
.disabled{
    background:#57b19d;
    cursor: auto;
}
.llega_en{
    margin-bottom: -2px;
}

#imagen_principal{
    position: relative;
}
#iframe_principal{
    border: 0;
    z-index: 200;
}
.warranty-3, .warranty-6, .warranty-12 {
    position: absolute;
    left: 18px;
    top: 12px;
    z-index: 100;
    width: 90px;
    height: 60px;
    object-fit: cover;
    background-repeat: no-repeat;
}
.warranty-3{
    background-image: url('https://static.bidcom.com.ar/images/vector/cucarda-3-cuotas.svg');
}
.warranty-6 {
    background-image: url('https://static.bidcom.com.ar/images/vector/cucarda-6-cuotas.svg');
}
.warranty-12 {
    background-image: url('https://static.bidcom.com.ar/images/vector/cucarda-12-cuotas.svg');
}

.select-dropdown::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #2E5EA8;
    right: 22px;
    top: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.2s;
    pointer-events: none;
}

.select-dropdown.active::before{
    top: 22px;
    transform: rotate(-225deg);
}

.select-dropdown input{
    position: relative;
    top: 0;
    left: 0;
    width: 114px;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 2px 14px 2px 5px;
    border-radius: 6px;
    font-size: 1rem;
    margin-top: 17px;
}

.select-dropdown input:focus{
    outline: none;
}

.stock-disponible{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    margin-left: 10px;
}
.option_unidades{
    z-index: 1000;
}
.select-dropdown .option{
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 33px 30px rgba(0,0,0,0.05);
    display: none;
    text-align: center;
     z-index: 1; /* Esta propiedad luego se tiene que ajustar */
}

.select-dropdown.active .option{
   display: block;
}

.select-dropdown .option div{
    padding: 4px 20px;
    cursor: pointer;

}

.select-dropdown .option div:hover{
    background: #62baea;
    color: #fff;
}

.cantidad-mayor{
    display: none;
    overflow: hidden;
    padding-bottom: 20px !important;
}

.cantidad-mayor label{
    margin-bottom: 0px !important;
    left: 40px;
}

.cantidad-mayor.active{
    display: block;
}

.cantidad-mayor:hover{
    background: rgb(235, 235, 235) !important;
    color: black !important;
}

.cantidad-mayor input{
    text-align: left;
    position: relative;
    background: #fff;
    border-radius: .375em;
    border: solid 1.5px #999;
    min-height: 48px;
    width: 136px;
    margin-top: 10px!important;
}

.cantidad-mayor input:focus{
    border: solid 2px #3483fa;
}


.cantidad-mayor.no-stock input{ 
    border: solid 2px #f23d4f;
}

.cantidad-mayor.no-stock label{
    color: #f23d4f;
}

.btn-aplicar{
    position: absolute;
    border-color: transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #3483fa;
    cursor: pointer;
    font-size: 16px;
    font-size: 12px;
    height: 24px;
    line-height: 48px;
    padding: 0 8px;
    text-align: center;
    transition: .18s ease-out;
    width: auto;
    right: 40px;
    bottom: 50px;
    line-height: 2px;
}

/* BotÃ³n aplicar disabled */
.btn-aplicar:disabled,
.btn-aplicar[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.sin-stock{
    position: absolute;
    color: #f23d4f;
    font-size: 0.75rem;
    text-align: left;
    left: 33px;
    bottom: 17px;
    
}

.sin-stock p{
    left: 17px;
    bottom: -15px;
    white-space: nowrap;
}

.sin-stock i{
    margin-bottom: 3px;
}

.container_image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 549px;
    padding: 23px;
    height: 456px;
    margin: 25px 0 0;
}

.container_image:hover{
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.container_image img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    object-fit: contain;
}
.container-vendidos-rate{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sold-quantity{
    font-weight: 500;
    font-size: 13px;
    color: #5E5E5E;
    margin: 5px 0;
}
.title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top:10px;
}
 .price_container{
    margin: 10px 0px;
}
.price_container p:nth-child(2){
    font-size: 12px;
    color: var(--green-color);
    font-size: 18px;
}
#envio-detalle{
    margin-top:10px;
}
.precio-tachado-detalle{
    margin-bottom: -7px;
    color: var(--dark-gray);
    font-size: 20px;
    text-decoration: line-through;
}
.container-precio-detalle{
    display:flex;
    flex-direction:row;
    gap: 10px;
    margin: 11px 0;
}
.container-precio-off{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.promo-off-bnks{
    border-radius:4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap:5px;
    background-color: #d9d9d93d;
    margin: 8px 0;
    padding: 7px 0 5px 7px;
    max-width: 50%;
    img{
        max-width:71px;
        margin-bottom: 7px;
    }
    p{
        font-size: 13px;
        margin: 0;
        span{
            font-weight: 600;
            color:#00a650;
        }
    }
    small{
        font-weight: 600; 
        font-size: 13px;
    }
}
.more-promos{
    font-size:15px;
    .container-more-promos{
        background-color: #d9d9d93d;
        padding: 7px 10px 7px 18px;
        border-radius: 4px;
        text-wrap: nowrap;
    }
}
.txt-precio-cuotas{
    display:flex;
    align-items: center;
    font-size: 14px;
    .txt-cuotas{
        margin-bottom: 4px;
        margin-right: 5px;
        text-transform: lowercase;
    }
    strong{
        font-weight: 600;
    }
    small{
        font-size:12px;
        color: #00A650;
        font-weight: 300;
        margin-bottom: 4px;
        line-height: 19px;
     }
}
.pill-bnk-santander{
    padding: 4px 7px;
    background-color: #d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        text-transform: unset;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
    } 
    img{
        height: 31px;
        vertical-align: baseline;
    }
}
.pill-bnk-bbva{
    padding: 8px;
    background-color:#d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        text-transform: unset;
        margin-bottom:0px;
    } 
    img{
        height: 22px;
    }
}
.pill-bnk-galicia{
    padding: 8px;
    background-color:#d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        gap: 3px;
        align-items: center;
        display: flex;
        text-transform: unset;
        margin-bottom: 0px;
    } 
    img{
        height: 16px;
        vertical-align: baseline;
    }
}
.pill-bnk-supervielle{
    padding: 8px;
    background-color:#d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        gap: 3px;
        align-items: center;
        display: flex;
        text-transform: unset;
        margin-bottom: 0px;
    } 
    img{
        height: 25px;
        vertical-align: baseline;
    }
}
.pill-bnk-nacion{
    padding: 8px;
    background-color:#d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        text-transform: unset;
        margin-bottom:0px;

    } 
    img{
        height: 37px;
    }
}
.pill-bnk-ciudad{
    padding: 8px;
    background-color:#d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        text-transform: unset;
        margin-bottom:0px;

    } 
    img{
        height: 21px;
    }
}
.pill-bnk-hipotecario{
    padding: 8px;
    background-color:#d9d9d93d;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 4px;
    border-radius: 4px;
    .txt-cuotas{
        text-transform: unset;
        margin-bottom:0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;
     
    } 
    img{
        height: 24px;
        vertical-align: baseline;
    }
}
.credit-cards{
    font-size:15px;
    .container-tc-detalle{
        display:flex;
        flex-direction:row;
        align-items:center;
        margin-bottom: 10px;
        background-color: #d9d9d93d;
        padding: 7px 10px 7px 18px;
        border-radius: 4px;
        gap:13px;
    }
}
.container-precio-cuotas{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    .txt-precio-cuotas{
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 7px;
    }
}
summary::-webkit-details-marker {
    display: none;
}
summary {
    list-style-type: none;
    cursor: pointer; 
    display: flex; 
    justify-content: start; 
    align-items: center; 
    gap:5px;
}
summary::after {
    font-family: 'iconbidcom'!important;
    content: "\e961"; 
    color: #4CA686;
    font-size:20px;
}
details[open] summary::after {
    font-family: 'iconbidcom'!important;
    content: "\e962";  
    color: #4CA686;
    font-size:20px;
}
.discount-detalle{
    color: var(--green-color);
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
}
.precio-diferencia{
    background-color: var(--green-color);
    border-radius: 6px;
    color:white;
    font-size:12px;
    text-transform: uppercase;
    padding: 2px 6px;
    text-wrap: nowrap;
}
.costo_envio{
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.img-shipping{
    width: 20px;
}
.a_enviar{
    img{
        margin-left:-2px;
        width: 20px;
    }
}
.manufacturing_time_days{
    font-size: 16px;
    font-weight: 600;
    color: #f73;
}
.container-tc-detalle{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom: 10px;
    padding-top:7px;
    gap:5px;
}
/* Estrellas */
.rating-vista {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.rating-vista&gt;input {
    display: none;
}
.rating-vista&gt;label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}
.rating-vista&gt;.half:before {
    content: "\f089";
    font-weight: 600;
    cursor: pointer;
}
.rating-vista&gt;.half {
    color: #4583fb;
}
.rating-vista&gt;label {
    color: #ddd;
    float: right;
    cursor: pointer;
}
.rating-vista&gt;.full {
    color: #4583fb;
}
.ver-opiniones a{
    text-decoration: none;
    color: #999;
}
.ver-opiniones a:hover{
    color: black;
}
.ver-opiniones{
    font-size: 0.8rem;
    margin-left: 0.3rem;
}
#myProgress {
    border-radius:10px;
    position: relative;
    width: 64%;
    height: 5px;
    background-color: #ddd;
}
#myBar {
    border-radius: 20px 0 0 20px;
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #4CAF50;
}
.container-button-title-clock{
    display: flex;
    justify-content: flex-start;
    margin-bottom:10px;
}
.clock-container{ 
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 12px;
    gap: 0.3rem;
    margin-top: 3px;
    width: 100%;
}
.clock-container-detalle{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: 12px !important; 
    color:#000; 
    gap:0.3rem;
    margin-top:0.5rem;
}
.color{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.color p:nth-child(2){
    font-weight: bold;
}

.container-mas_vendido{
    margin-right: 245px;
}

.models-container{
    text-decoration: none;
    list-style: none;
    gap: 5px;
    padding-left: 0;
}
.contenedor_imagen_modelo{
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}
.models-container li{
    border: 1px solid #ccc;
    height: 55px;
    width: 55px;
    text-align: center;
    padding-top: 5px;
}
.modelo_seleccionado {
    border: 2px solid #0069D9 !important;
}
.models-container li:hover{
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.models-container li img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.availability{
    margin: 15px 0;
}

.availability p{
    border-radius: 15px;
    padding: 10px 15px;
    color: #F26716;
    background: #F2E4DF;
}

.buttom{
    width: 100%;
    background: rgb(44, 89, 238);
    text-align: center;
    padding: 20px 0px;
    border-radius: 15px;
    font-size: 18px;
}

.buttom a{
    text-decoration: none;
    color: white;
}

.imagen_grande{
    position: absolute;
    top: 0;
    right: 0;
    width: 410px;
    height: 375px;
    background-color: hotpink;
    z-index: 1;
}

.lens{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.603);
    pointer-events: none; 
    display: none;
    border: 1px solid #000; 
}
/* 
.result{
    position: absolute;
    top: 0;
    width: 380px;
    height: 305px;
    background-repeat: no-repeat;
    z-index: 1000;
    left: 0px;
} */

.result {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    position: absolute;
    height: 400px;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none; 
    z-index: 10;
}

.result img {
    width: 100%; /* Ajusta este valor para controlar el nivel de zoom */
    height: auto;
    transform-origin: top left;
}

/* modal */

.boton_abrir{
    display: inline;
    padding: 7px 0;
    width: 100px;
    border: 1px solid beige;
    border-radius: 50px;
    text-align: center;
}

.modal_full_contenedor{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 3000;
}

.modal_full_contenedor.show{
    pointer-events: auto;
    opacity: 1;
 }

.modal_full{
    width: auto;
    height: auto;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    position: relative;
    transition: transform 1s;
    transform: translateY(0%);
    border-radius: 10px;
}

.boton__cerrar{
    -webkit-appearance: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    transition: opacity .2s;
}

.modal_cerrar {
    transform: translateY(-200%);
}
.cerrar_foto{
    background-color: rgba(0,0,0,.25);
    background-position: 50%;
    -webkit-background-size: 44px 44px;
    background-size: 44px;
    height: 40px;
    width: 40px;
    right: 44px;
    top: 17px;
    color: rgb(228, 228, 228);
    font-size: 1.7rem;
    z-index: 1;
}

.cerrar_foto_mobile{
    background-color: rgba(0,0,0,.25);
    background-position: 50%;
    -webkit-background-size: 44px 44px;
    background-size: 44px;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 17px;
    color: rgb(228, 228, 228);
    font-size: 1.7rem;
    z-index: 1;
}

.cerrar_foto_mobile:focus{
    outline: none;
}

.boton_derecha{
    background-position: 50%;
    background-size: 44px;
    border: none;
    color: rgb(228, 228, 228);
    position: absolute;
    top: 42%;
    right: 2px;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, .25);
    cursor: pointer;
    font-size: 3rem;
    z-index: 1;
    line-height: 25px;
}

.boton_derecha:focus{
    outline: none;
}

.texto-cant__img{
    background-position: 50%;
    background-size: 44px;
    color: rgb(228, 228, 228);
    top: 17px;
    left: 15px;
    z-index: 1;
    font-size: 1rem;
    height: 32px;
    width: 54px;
    position: absolute;
    padding: 0.3rem 0rem;
    background-color: rgba(0,0,0,0.25);
    text-align: center;
}

.boton_izquierda{
    background-position: 50%;
    background-size: 44px;
    border: none;
    color: rgb(228, 228, 228);
    position: absolute;
    top: 42%;
    left: 2px;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 3rem;
    z-index: 1;
    line-height: 25px;
}

.boton_izquierda:focus{
    outline: none;
}


.contenedor_modal img{
    height: 100vh;
}

.contenedor_modal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor_modal_mobile{
    display: flex;
}

#foto_principal_modal_mobile{
    width: 100%;
    height: auto;
}


/* SecciÃ³n modal */
.modal-container{
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.modal-container.show{
    pointer-events: auto;
    opacity: 1;
}

.modal-img{
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2 ); 
    text-align: center;
}

.modal-img .close {
    cursor: pointer;
    border: none;
    float: right !important;
    margin-right: -65px !important;
    margin-top: -45px !important;
    background-color: rgb(190, 190, 190) !important;
    border-radius: 15px !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    font-size: 1rem;
}
.container-table-specs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.table-detail{
    table-layout: fixed;
    width: 700px;
    height: auto;
}

.table-tbody td,
.table-tbody th{
    border: 0;
    font-size: 20px;
    line-height: 30px;    
    color: #555;
    text-align: center;
}

.table-tbody td{
    text-transform: capitalize;
}

.table-tbody th {    
    font-weight: 600!important;
}

.table-tbody tr:nth-of-type(2n+1),
.table-tbody th {
    background-color: rgba(0,0,0,.03)!important;
}

.table-tbody tr:nth-of-type(2n+1) th {
    background-color: rgba(0,0,0,.05)!important;
}

.table-atr{
    margin-top: 0rem;
    width: 600px;
    height: auto;
}
.table-atr td{
    font-weight: 600!important;
    padding: 0.75rem !important;
}
.table-detail tr{
    font-weight: 600 !important;
}
.table-detail th{
    padding: 0.75rem !important;
}

/*Para que sea responsive el video embebido*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container video {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SELECT VARIANTES */
.title-variantes {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 4px;
    max-width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-variantes {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.select-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.modelos_img,
.refurbished_img {
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
    mix-blend-mode: darken;
}

.select-box .options-container {
    background: #ffffff;
    color: #000000;
    display: none;
    width: 100%;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
    order: 1;
    z-index: 100;
    position: absolute;
}

.selected-variantes{
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #999;
    position: relative;
    order: 0;
}

.container-texto-usados label{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #444444;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 2px;
}

.container-texto-usados span{
    margin: 0px 5px;
}

.container-texto-usados p{
    font-size: 15px;
    /*margin-bottom: 0px !important;*/
}

.container-texto-usados a{
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
}

.texto-precio-usa{
    color: #444444;
    font-size: 15px;
    font-weight: 400;
    margin-right: 2px;
    margin-bottom: 0px;
}

.texto-cuotas-usa{
    margin-bottom:0;
    margin-top:-1rem;
}

.garantia-verde{
    font-size: 12px !important;
    margin-top: 3px;
    margin-bottom: 0px !important;
    color: var(--green-color);
}
.titulo-usados{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans';
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 340px;
    color: #444444;
}
.titulo-usados p {
    font-weight: 600;
    margin-bottom: 0px !important;
}
.titulo-usados span {
    font-weight: 300;
    margin-left: 2px;
}
.focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--green-color);
    border: 1px solid #fff !important;
}
.selected-variantes::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--green-color);
    right: 15px;
    top: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.2s;
    pointer-events: none;

}
.boton_top {
    right: 8rem;
    width: 200px;
    height: 38px;
}
.select-box .options-container.active{
    max-height: 240px;
    display: block;
    overflow-y: scroll;
    margin-top: 63px;
}

.select-box .options-container.active+.selected-variantes::before{
    top: 25px;
    transform: rotate(-225deg);
}

.select-box .options-container, .select-box .options-container.active{
    max-height: 240px;
    margin-top: 17px;
}

.selected-variantes{
    padding: 4px 24px;
    cursor: pointer;
    border: 1px solid #999;
}

.select-box.selected-variantes:focus-within,
.select-box.selected-usados:focus-within {
    padding: 21px 24px;
    cursor: pointer;
    border: #2E5EA8;
}


.select-box .option_modelo {
    padding: 12px 24px;
    cursor: pointer;
}

.select-box .option_modelo:hover {
    background: #F5F5F5;
    color: black;
}

.select-box label {
    cursor: pointer;
}

.select-box .option_modelo .radio {
    display: none;
}

.select-box .option_refurbished {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*padding: 4px 0px;*/
    cursor: pointer;
}

.option_refurbished input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

.option_refurbished label{
    margin-bottom: 0px !important;
}

.select-box label {
    cursor: pointer;
}

.select-box .option_refurbished .radio {
    display: none;
}

.label-select,
.label-select-refurbished {
    color: #000000;
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS &lt; 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: #666666;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  }

  input[type="checkbox"]::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #707070;
    /* Windows High Contrast Mode */
    background-color: CanvasText; 
     clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  .tooltip-precio-especial {
        line-height: 0px;
        height: 20px;
        padding: 4px 7px;
        display: inline-block;
    }
    .tooltip-precio-especial .tooltiptext {
        visibility: hidden;
        line-height: 20px;
        width: 264px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 0%;
        margin-left: -97px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip-precio-especial .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .tooltip-precio-especial:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .rating-number{
        color: #666;
        font-size: 15px;
    }
    .modal-backdrop{
        z-index: 2001 !important;
    }    
    .estrellas-rating{
        width: 4.5rem;
    }
    .box-rating-mobile{
        margin-top: 3px;
    }
    .descripcion-producto{
        font-family: 'Open Sans';
        background-color: #f5f5f5;
        padding: 20px 20px 60px;
        text-align: left;
        font-weight: 300;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .container-producto{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 600px;
    }
    .btn-seguir-leyendo{
        margin-top: 1rem;
        background-color: transparent;
        border-color: transparent;
        color: #007BFF;
        display: block;
        padding: 0px;
    }
    .btn-seguir-leyendo:focus{
        outline: none;
        border: none;
    }
    .container-texto-producto{
        flex-direction: column;
    }
    
    .descripcion-producto h3{
        width: 606px;
        font-size: 1.2rem;
        margin-bottom: 2rem;
        overflow: hidden;
        height: 25px;
    }
    
    .texto-descripcion-producto{
        height: 95px;
        overflow: hidden;
    }
    /* PREGUNTAS EN MELI */

.preguntas_meli_title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.pregunta_meli {
    font-weight: 400;
    font-size: 15px;
    max-width: 780px;
    color: #000;
}

.pregunta_meli span {
    padding-left: 5px;
}

.respuesta_meli {
    border-left: 1px solid #eaeaea;
    color: #666;
    font-weight: 300;
    font-size: 13px;
    max-width: 780px;
    padding-left: 15px;
}

.respuesta_meli span {
    font-size: 12px;
    padding-left: 5px;
}

.preguntas_meli_buttons_container {
    text-align: center;
    margin: 40px 0px 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.btn-seguir-leyendo{
    margin-top: 1rem;
    background-color: transparent;
    border-color: transparent;
    color: #007BFF;
    display: block;
    padding: 0px;
}
.btn-seguir-leyendo:focus{
    outline: none;
    border: none;
}

#mas_preguntas {
    cursor: pointer;
}

#mas_preguntas i{
    font-size: 14px;
    font-weight: 400;
}

.todas_preguntas_container {
    width: 94%;
    text-align: start;
    color: #007BFF;
    cursor: pointer;
    font-size: 16px;
}

.nueva_preguntas_container {
    width: 50%;
    color: white;
}

.abrir_modal_nueva_pregunta {
    cursor: pointer;
    background-color: #135DA8;
    padding: 5px 30px;
    border-radius: 30px;
}

.preguntas-meli-mas{
    display: none;
}

.preguntas-meli-mas.active{
    display: block;
}

/* Modal Nueva pregunta */
.contenedor_modal_nueva_pregunta {
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    position: fixed;
    top: 0;
    z-index: 3000;
    visibility: hidden;
}

.modal_nueva_pregunta {
    width: 600px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 3001;
    left: calc(100% - 70%);
    top: 20px;
    background-color: #fff;
    visibility: hidden;
    padding: 10px 40px;
    margin: 0 auto;
}

.modal_nueva_pregunta_title {
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal_nueva_pregunta_title h5 {
    font-size: 24px;
}

.modal_nueva_pregunta_title span {
    border-radius: 50%;
    border: 1px solid black;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.modal_nueva_pregunta_form {
    display: flex;
    flex-direction: column;
}

.modal_nueva_pregunta_form_title {
    font-size: 18px;
    text-align: center;
    padding: 0px 20px;
}

.modal_nueva_pregunta_form p input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #135DA8;
}

.modal_nueva_pregunta_form p input:focus {
    outline: none;
    border: 0;
    border-bottom: 1px solid #02213f;
}

.modal_nueva_pregunta_form_buttom {
    text-align: center;
    color: white;
}

.modal_nueva_pregunta_form_buttom a {
    text-align: center;
    cursor: pointer;
    background-color: #135DA8;
    padding: 5px 30px;
    border-radius: 30px;
}

/* Modal Todas las pregunta */
.contenedor_modal_todas_preguntas {
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    visibility: hidden
}

.modal_todas_preguntas {
    background-color: white;
    width: 70%;
    margin: 0 auto;
    height: 600px;
    overflow-y: auto;
    padding: 10px 40px;
    position: relative;
    top: 30px;
    z-index: 30000;
    visibility: hidden;
}

.modal_todas_preguntas_title {
    position: absolute;
    background-color: white;
    width: 90%;
    padding: 35px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal_todas_preguntas_title h5 {
    font-size: 24px;
}

.modal_todas_preguntas_title span {
    border-radius: 50%;
    border: 1px solid black;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.modal_todas_preguntas_content {
    padding-top: 110px;
}

.pregunta h6 {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
}

.pregunta p {
    padding-left: 20px;
    color: rgba(0, 0, 0, .55);
}

.usados_img {
    width: 80px;
    height: 80px;
    margin-right: 0.2rem;
    mix-blend-mode: darken;
}

.container-usados {
    align-items: center;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 0.5rem;
    padding: 12px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    transition: .3s ease-in-out all;
}
.container-usados:hover{
    text-decoration: none;
}
.container-usados:hover{
    transition:all 100ms linear 0;
    -webkit-box-shadow:0 3px 6px 0 rgba(102,102,102,0.8);
    -moz-box-shadow:0 3px 6px 0 rgba(102,102,102,0.8);
    box-shadow:0 3px 6px 0 rgba(102,102,102,0.8);
}
.container-usados {
    margin: 0.6rem 0rem;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .contenedor_modal img {
        width: 90%;
        height: auto;
    }
    .sold-quantity {
        display:flex;
        align-items: center;
        justify-content:center;
        font-size: 13px;
        margin: 2rem 0 0.5rem;
        font-weight: 400;
    }
    .container-header-detalle{ 
        margin-top:1rem; 
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .cantidad-text{
        font-size: 18px;
    }
    .select-dropdown input{
        font-size: 18px;
         width: 132px;
    }
    .stock-disponible{
        font-size: 15px;
        margin-left: -9px;
    }
    .select-dropdown{
        width: 174px;
        top:0;
    }
    .select-dropdown::before{
        right: -17px;
    }
    .select-dropdown-m{
        margin-bottom: 0;
    }
     .compra-segura{
        display: flex;
        font-size: 14px;
        flex-direction: row;
        margin-bottom: 15px;
    }
    .precio-tachado-detalle{
		color: var(--dark-gray);
		font-size:20px;
        margin-bottom: 3px;
		text-decoration: line-through;
	}
	
	.container-precio-off{
	 gap: 0;
	}
	.discount-detalle{
	  margin-top: 3px ;
      font-weight: 400;
	}
	.container-tc-detalle{
		display:flex;
		flex-direction:row;
		align-items:center;
		margin-bottom: 2px;
		padding-top:7px;
	}
    .cuotas-promo{
        font-size: 19px;
        font-weight: 300;
        line-height: 17px;
        margin: 12px 0px 20px;
    }
    .container-precio-cuotas{
        margin-bottom:0.3rem;
    }
    .container-button-title-clock{
		display: flex;
    	justify-content: flex-start;
        width: 100%;
	}
	.clock-container{ 
        gap: 0.3rem;
        color: #000000;
    }
    .clock-container span{
        font-size: 10px;
    }
	.clock-container-detalle{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		font-size: 12px !important; 
		color:#000; 
		gap:0.3rem;
		margin-top:0.5rem;
	}
}
@media (max-width:560px){
    .warranty-3, .warranty-6, .warranty-12 {
        left:50px;
    }
    .estrellas-rating{
        width: 5rem;
    }
    .numero-opiniones{
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
    }
    .rating-opiniones .numero-opiniones .a_opiniones{
        font-size:12px;
    }
    .container-logos-banks{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:row;
        gap:8px;
        margin-top:8px;
    }
}
</pre></body></html>