/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-jul-2017, 8:20:09
    Author     : Lucia
*/

/**************************VERSION MOVIL**************************************/
@media (max-width: 768px) {
    .contenedor-sinfotos-menu{
        margin-top: 50px;
    }

    .info-pizzas-sinfotos{
        text-align: left;
        margin-top: 2px;
    }

    .title-pizza-sinfotos{
        margin-top: 2px;
        font-size: 17px;
    }

    .btn-mas-sinfotos{
        margin-top: -1px;
        padding: 1px 11px;
    }

    .precio-sinfoto{
        font-size: 17px;
        margin-right: 7px;
    }
    .div-precio-sinfotos{
        /*        float: right;*/
        /*        margin-top: 14px;*/
    }

    .contenedor-sinfotos{
        margin-top: 35px;
        /*        background-color: yellow;*/
        position: inherit;
    }

    .menu4 {
        padding: 4px !important;
    }

    .div-submenu-sinfotos{
        width: 100%;
        position: fixed;
        background-color: #f5f5f5;
        /*min-height: 43px;*/
        /* position: relative; */
        margin-top: -48px;
        z-index: 10;
    }

    .bnt-recdom-mvl{
        font-size: 13px;
        /* width: 89px !important; */
        /*        width: 74px;*/
        margin-bottom: 2px;
    }
    .heigth-btns-sinfotos{
        min-height: 0px;
    }
}

/**************************VERSION PC**************************************/
@media (min-width: 769px) {
    .info-pizzas-sinfotos{
        margin-bottom: 0px; 
        text-align: left;
    }
    .precio-sinfoto{
        position: relative;
        top: 4px;
        font-size: 19px;
        margin-right: 25px;
    }
    .div-precio-sinfotos{
        /*        float: right;*/
    }
    .btn-anadir-sinfotos{
        width: 95px;
    }
    .div-btns-recdom{
        float:right;
    }

    .btn-dom-sinfotos{
        margin-right: 20px;
    }

}