
.hourselect option:nth-child(-n+8) {
    display: none;
}

.hourselect option:nth-child(n+18) {
    display: none;
}

.cuadro-precios {
    margin: 10px;
    background-color: rgb(220, 220, 220);
    padding: 20px;
    box-shadow: 2px 2px 5px rgb(87, 87, 87);
}

.cuadro-nota-categoria {
    margin: 10px;
    background-color: #616161;
    padding: 20px;
    box-shadow: 2px 2px 5px rgb(87, 87, 87);
}

.cuadro-precios-compra {
    margin: 10px;
    /* background-color: rgb(224, 224, 224); */
    background-color: #616161;
    padding: 20px;
    box-shadow: 2px 2px 5px rgb(87, 87, 87);
}

.article-titulo-cuadro-precios h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2em;
}

.article-titulo-cuadro-precios p {
    color: rgb(56, 56, 56);
}

.rango-fechas {
    cursor: pointer;
    background-color: white;
    padding: 10px;
    border: solid 1px rgb(139, 139, 139);
    border-radius: 10px;
}

.rango-fechas h5 {
    font-weight: 600;
}

.rango-fechas p {
    margin: 0;
    padding: 0;
}


.rango-desac {
    cursor: not-allowed;
    background-color: white;
    padding: 10px;
    border: solid 1px rgb(139, 139, 139);
    border-radius: 10px;
    color: rgb(175, 175, 175);
}

.rango-desac img {
    filter: invert(75%);
}

.rango-desac h5 {
    font-weight: 600;
}

.rango-desac p {
    margin: 0;
    padding: 0;
}

.cuadro-precio-mes {
    margin-top: 15px;
    margin-bottom: 10px;
}

.cuadro-precio-mes h4 {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.cuadro-precio-mes p {
    margin: 0;
    padding: 0;
}

.precio-envio-cuadro h4 {
    margin: 0;
    padding: 0;
}

.precio-envio-cuadro p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

.cantidad-collect-cuadro div {
    border: solid 1px grey;
    padding: 8px 8px;
    background-color: white;
}

.cantidad-collect-cuadro h4 {
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.cantidad-collect-cuadro h5 {
    margin: 0 15px;
    font-size: 1em;
    padding: 0;
}

.collect-or-delivery h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(53, 53, 53);
    margin: 0;
}

.collect-or-delivery-com h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(209, 209, 209);
    margin: 0;
}

.collect-or-delivery {
    margin-top: 15px;
    position: relative;
    top: 0;
    left: 0;
}

.collect-or-delivery .collect-or-delivery2 {
    position: relative;
    top: 0;
    left: 0;
}

.collect-or-delivery .collect-or-delivery2 div {
    width: 130px;
    height: 40px;
    background-color: #FFC72C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
}

.collect-or-delivery .collect-or-delivery2 button {
    border: none;
    width: 130px;
    height: 40px;
    background-color: #da291c;
    margin-right: 1px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    outline: none;
}

.collect-or-delivery .collect-or-delivery3 div {
    width: 130px;
    height: 40px;
    background-color: #616161;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
}

.collect-or-delivery div div:last-child {
    margin-right: 0px;
}

.collect-or-delivery .collect-or-delivery3 button {
    border: none;
    width: 130px;
    height: 40px;
    background-color:#ffc72c;
    margin-right: 1px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f3f3f;
    outline: none;
}


.collect-or-delivery #or {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    position: absolute;
    z-index: 1;
    background-color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.collect-or-delivery #or p {
    margin: 0;
    padding: 0;
}

.cuadro-check-alquiler-categorias div {
    border-left: solid 1px #da291c;
    border-top: solid 1px #da291c;
    border-bottom: solid 1px #da291c;
    width: 25%;
    height: 40px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cuadro-check-alquiler-categorias div:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cuadro-check-alquiler-categorias div:last-child {
    border-right: solid 1px #da291c;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

.cuadro-check-alquiler-categorias div:hover {
    background-color: #ffebb4;
}