 
.btn_ordenar_ahora{
    background: #f53131;
    margin-top: 10px;
    padding: 10px;
    border-radius: 15px;
    text-transform: uppercase;
}
#lista1 {
    font-family:Arial;
    font-weight:bold;
    font-size:20px;
    padding: 0px;
}
.separador {
    color:gray;
}
#lista1 li {
     /*display:inline;
    background-color:black;*/
}
a {
    color:white;
    text-decoration:none;
    text-shadow: 0 0 30px #fff;

}
a:hover {
    color:black;
    background-color:#FFC107;
    padding:7px;
}
.producto_base{
font-family: Arial;
    border-left: none;
    border-right: none;
    padding: 20px;
    color: #000;
    width: 300px;
    background: #fff;
    display: inline-block;
    margin: 15px;
    vertical-align: top;
}
.producto_base h2{
margin: 3px;
padding: 0px;
font-size: 20px !important;
font-weight: 900 !important;
color: #f53c3c;
}
.producto_base p{
	    margin: 3px;
	    padding: 3px;
        text-align: justify;
        line-height: 16px;
}
.producto_base img{
	    width: 100%;
}
.material-placeholder{
    display: inline-block !important;
}
#materialbox-overlay{
        background-color: #2929297a !important;
}
.titulo_catego{
        font-family: Arial;
    font-weight: 900;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke: 1px #ffffff52;
    background: rgb(255 235 59 / 50%);
    margin: 0;
}