/* ==========================
toolCreator
==============================*/
.setup-contenedor{

    position: absolute;
    top: 30vh;
    left: 0vh;
    height: 50px;
    width: 90vw;
    padding: 0 5vw;
    background: var(--pastel-color);
}

.contenedor-intern{
    width: auto;
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;

}

#creator{
    margin: auto;
}

input,select{
    padding: 5px;
}

button {
    border: none;
    background: transparent;}


h5.item-AC {
    position: absolute;
    top: 5px;
    color: var(--red-color);
}
h5.item-CA {
    position: absolute;
    top: 5px;
    color: var(--main-green-color);
}




/* ==========================
List toolCreator
==============================*/


.list-contenedor{

    
    position: absolute;
    top: 40vh;
    left: 10vw;
    height: auto;
    width: 40vw;
    padding: 20px;
    font-size: 0.8rem;
    
}

.subtitle{
    background: var(--main-green-color);
    
}

i{
    color: var(--main-green-color);
    margin-left: 10px;
    cursor: pointer;
    font-size: 1.5rem;
}


.newRecipe {
    display: none;
}

.nocreateRec{
    display: none;
}

.inline{
    display: inline-block;
}

.eliminateP{
    border-top:0.1px solid rgba(0, 0, 0, 0.712);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titule-product .eliminateP:hover{

    background: rgba(128, 128, 128, 0.37);
    cursor: pointer;

}

.eliminateP span{
    width: 33%;
}


.eliminateP:nth-child(even){
    background: var(--pastel-color);
}

.eliminateP .item__delete--btn i{
    display: none;
    color: var(--red-color)!important;
    font-size: 1rem;
}


.eliminateP:hover i { display: block; }


/* ==========================
decoration
============================== */

.image-Bigchip{
    width: 30vw;
    position: absolute;
    right:  10vw;
    top: 45vh;
}
.image-Bigchip img{
    width: 80%;
}

.image-recipe-pixabay{
    width: 30vw;
    position: absolute;
    right:  10vw;
    top: 45vh;
    display: none;
    
}

.hidePixabay{
    display: none;
}

.image-recipe-pixabay img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}