ul {
    list-style-type: none;
}

.div-gestion,
.div-plantilla {
    margin-top: 25px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    border-radius: 4px;
    color: white;
    transition: transform 0.2s;
}

.div-gestion:hover {
    background-color: #00246c !important;
    transform: scale(1.02);
}

.div-plantilla:hover {
    background-color: #00579b !important;
    transform: scale(1.02);
}

.menu-gestion {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}

.titulo-gestion-capitulos {
    border-radius: 5px;
    box-shadow: 2px 3px 15px -5px rgba(0, 0, 0, 0.99);
    background-color: #105495 !important;
    padding: 10px;
    color: white;
}

/* -- Ocultar flechas en los input type number en Google Safari Edge -- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* -- Ocultar flechas en los input type number en Firefox -- */
input[type=number] {
    -moz-appearance: textfield !important;
}

input[type=number],
input[type=text],
textarea {
    width: 100%;
}

.inputNumberGestionArticulos {
    border: none;
    outline: 0;
    border-color: transparent;
    color: #a94442 !important;
    font-size: 20px;
}

.inputTextGestionArticulos {
    border: none;
    outline: 0;
    border-color: transparent;
    color: #a94442 !important;
    font-size: 20px;
}

/* ------------------------ CSS Formulario Webinar ------------------------ */

#ck-button label {
    float: left;
    width: 4.0em;
}

#ck-button label span {
    background-color: rgb(11 114 211 / 85%);
    color: #fff;
    border-radius: 4px;
    overflow: auto;
    float: left;
    margin-bottom: 1px;
    text-align: left;
    padding: 12px 12px;
    display: block;
}

#ck-button input:checked+span {
    background-color: rgb(0, 76, 146);
    color: #fff;
}

/* ------------ Hacer input Favorito animado (shop.php) ------------ */
.favorito {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.favorito.noready {
    background: url(../empresa/images/estrella-activated.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.favorito.ready {
    background: url(../empresa/images/estrella.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.comentar {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.comentar.ready {
    background: url(../empresa/images/comment.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.listaFavorito {
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.favoritoTitulo {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../empresa/images/estrella-activated.png) no-repeat;
    background-position: center;
    background-size: 24px;
}

.listaFavorito.noready {
    background: url(../empresa/images/listaFavorito-activated.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

.listaFavorito.ready {
    background: url(../empresa/images/listaFavorito.png) no-repeat;
    background-position: center;
    background-size: 28px;
}

.listaFavFavorito {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.listaFavFavorito,
.remove-ArtListaFavoritos {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.listaFavFavorito.noready {
    background: url(../empresa/images/listaFavorito-activated.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.listaFavFavorito.ready {
    background: url(../empresa/images/listaFavorito.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.remove-ArtListaFavoritos.noready {
    background: url(../empresa/images/remove-ArtListaFavoritos2.png) no-repeat;
    background-position: center;
    background-size: 18px;
}


/* ---------------------------- Serigrafia obligatoria (shop.php) ---------------------------- */

.serigrafia-obligatoria {
    width: 20px;
    height: 20px;
    background: url(../../bootstrap-4.6.1-dist/img/exclamation-mark.png);
    background-size: 20px;
    background-position: center;
}

/* ---------------------------- Cambiar Barra Derecha Navegadores (Excepto Firefox) ---------------------------- */
body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #191c1f;
    outline: 1px solid #080808;
}

/* ---------------------------- Contador número de artículos headerPanV2.php ---------------------------- */
.fa-inverse {
    color: transparent !important;
}

.fa-stack {
    width: 1em !important;
    height: 0.25em !important;
    line-height: 0.25em !important;
}

.carrito-counter {
    position: absolute;
    top: -.41em;
    right: -.15em;
}

/* ---------------------------- FIN Contador número de artículos headerPanV2.php ---------------------------- */

#tituloArticulo {
    /*font-size: 1.075em;*/
    font-size: 1em;
}

#precioArticulo {
    font-size: 1.08em;
}

.divGrupo {
    margin-left: 21px;
}

@media (max-width: 768px) {
    #tituloArticulo {
        font-size: 1.125em;
    }

    #precioArticulo {
        font-size: 1.2em;
    }

    .divGrupo {
        margin-left: 0px;
    }
}