#3columnas{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#descart {
    font-size:12px;
}
#cantidad {
    font-size:9px;

}
#fijoarriba {
position: fixed; 
top:0;
left:0;
}
.redondo_derecho_shop {
width:100px;
height:100px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
background:#5cb85c;
} 
.redondo_izquieerdo_delete{
width:100px;
height:100px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
background:red;
left:-10;
} 
.ui-navbar li .ui-btn .ui-btn-inner{
padding-top: 6em;
padding-bottom:6em;
}
.ui_lista_articulos li {
list-style: none;
border-left:black 1px solid;
border-right:black 1px solid;
border-top:black 1px solid;
}
.ui-mobile-viewport-transitioning, .ui-mobile-viewport-transitioning .ui-page {
   overflow: scroll;
}
