/*
==========
Style for filler space.
==========
*/

#products .filler__space{
    width: 100%;
    height: 100px;
    min-height: 100px;
}

/*
==========
Styles for form photo product.
==========
*/

#products #container-products-form .container__image{
    width: 100%;
    height: 170px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#products #container-products-form .container__photo__product{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

#products #container-products-form .container__photo__product img{
    width: 100%;
    height: 100%;
}

#products #container-products-form .container__input{
    width: 100%;
}

#products #container-products-form .container__input .input__image{
    display: none;
}