body {    padding-top: 110px;}
a:hover {    text-decoration: none;}
.loading {        position: fixed;        top: 0;        left: 0;        right: 0;        bottom: 0;        background-color: white;        display: flex;        justify-content: center;       align-items: center;        z-index: 9999;        transition: 1s all;        opacity: 0;    }
.loading.show {        opacity: 1;    }
.titulo_menu {    font-family: 'Ubuntu';    border-bottom: 1px solid #e2e2e2;}
.logo_comercio {    max-width: 140px; position: absolute;    top: 0;    left: 5px; background: #fff;}
.nombre_comercio {    padding-left: 150px; font-family: 'Ubuntu', sans-serif; font-weight: bold; font-size: 1.8rem;}

#content_body .foto-menu {    max-width: 140px;}
#content_body .titulo_item {    font-family: 'Ubuntu';    font-weight: bold;}
#content_body .separa_item {    margin-bottom: 15px;    padding-bottom: 15px;    border-bottom: 1px solid #e0e0e0;}
#content_body .precio {    font-size: 1.4rem;    font-weight: bold;    font-family: 'Ubuntu';    color: #28a745;}
#content_body .con_desc {    text-decoration: line-through;    color: #8a8a8a !important;    font-size: 1.2rem !important;}
#content_body .small50 {     font-size: 50%;}
#content_body .rota-ico {  -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.boton-pedir { cursor: pointer;}
.item-pedido {    border-bottom: 1px dotted #ccc;}
#p1, #p2 {    cursor: pointer;}

@media only screen and (max-width: 600px) {
  .logo_comercio {  max-width: 90px;}
  .nombre_comercio { padding-left: 100px;}
  #content_top { background-size: auto;}
  #content_body .cant-mas, #content_body .cant-menos {display: block;    width: 100%; }
}