.container-recipe{
    padding:50px 15px 68px;
    background-color:#FFF;
}
.container-recipe form{
    margin-top:15px;
}
.container-recipe form .new-button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin-bottom:15px;
    margin-top: -55px;
    margin-right: 105px;
}
.container-recipe form .new-button button{
    background-color:#004694;
    color:#FFF;
    border:none;
    border-radius:2px;
    text-transform:uppercase;
    padding:13px 35px;
    font-size:12px;
}
.container-recipe .product-item:first-child{
    border-top:1px solid #004694;
}
.container-recipe .product-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border-bottom:1px solid #004694;
    padding:15px;
}
.container-recipe .product-list{
    margin-top:15px;
}
.container-recipe .product-list .product-item .product-title{
    color:#004694;
    text-transform:uppercase;
    font-family:Montserrat-bold;
    font-size:17px;
    line-height:20px;
    padding-right:15px;
}

.product-list .product-item .goto-food{
    background-color:#004694;
    color:#fff;
    text-transform:uppercase;
    font-family:Montserrat-bold;
    font-size:14px;
    line-height:20px;
    padding:10px;
}

.container-recipe .product-list .product-item .botones{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.container-recipe .product-list .product-item .botones a.product-view {
    background-color:#004694;
    color:#FFF;
    font-family:Montserrat-medium;
    font-size:11px;
    padding:5px 30px;
    border-radius:2px;
    text-decoration:none;
    margin-bottom:5px;
    text-transform:uppercase;
}
/*.container-recipe .product-list .product-item .botones a.product-plus i{
    background-color:#004694;
    color:#FFF;
    font-size:14px;
    border-radius:50%;
    text-decoration:none;
    width:25px;
    height:25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}*/
.container-recipe .product-list .product-item .botones a.product-plus {
    background-color:#004694;
    color:#FFF;
    font-family:Montserrat-medium;
    font-size:12px;
    padding: 0;
    border-radius:2px;
    text-decoration:none;
    margin-bottom:5px;
    width:75px;
    height:30px;
    text-align:center;
    text-transform:uppercase;
    line-height: 30px;
    display: block;
}

.recipe-finder-form .lens-button {
    width: 10%;
    height: 37px;
    border: none;
    border-radius: 2px;
    background-color: #85B037;
    display: inline-block;
    margin: 0;
    vertical-align: top;  
    margin-top:10px;
    cursor: pointer;
}
.recipe-finder-form .recipe-input{
    width:88%;
}