/**
 Project: Fresh to go
 File   : Icon
**/

/** Menu **/
.menu-option .ico-inicio{
    background:rgba(151,215,41,0.10) url('../img/menu/inicio.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-verduras{
    background:rgba(151,215,41,0.10) url('../img/menu/verduras.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-frutas{
    background:rgba(151,215,41,0.10) url('../img/menu/frutas.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-abarrote{
    background:rgba(151,215,41,0.10) url('../img/menu/abarrote.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option:hover .ico-inicio{
    background:#e1e7c5 url('../img/menu/inicio.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-verduras{
    background:#e1e7c5 url('../img/menu/verduras.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-frutas{
    background:#e1e7c5 url('../img/menu/frutas.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-abarrote{
    background:#e1e7c5 url('../img/menu/abarrote.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option-sel .ico-inicio{
    background:#97d729 url('../img/menu/inicio.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-verduras{
    background:#97d729 url('../img/menu/verduras.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-frutas{
    background:#97d729 url('../img/menu/frutas.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-abarrote{
    background:#97d729 url('../img/menu/abarrote.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option-sel:hover .ico-inicio{
    background:#97d729 url('../img/menu/inicio.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-verduras{
    background:#97d729 url('../img/menu/verduras.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-frutas{
    background:#97d729 url('../img/menu/frutas.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-abarrote{
    background:#97d729 url('../img/menu/abarrote.png') no-repeat center !important;
    background-size: 40px !important;
}

/** Menu Provider **/
.menu-option .ico-pedidos-principal{
    background:rgba(151,215,41,0.10) url('../img/menu-provider/pedidos-principal.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-pedidos-nuevos{
    background:rgba(151,215,41,0.10) url('../img/menu-provider/pedidos-nuevos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-pedidos-entregados{
    background:rgba(151,215,41,0.10) url('../img/menu-provider/pedidos-entregados.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option .ico-mis-datos{
    background:rgba(151,215,41,0.10) url('../img/menu-provider/mis-datos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-valoracion{
    background:rgba(151,215,41,0.10) url('../img/menu-provider/valoracion.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option .ico-metas{
    background:rgba(151,215,41,0.10) url('../img/menu-provider/metas.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option:hover .ico-pedidos-principal{
    background:#e1e7c5 url('../img/menu-provider/pedidos-principal.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-pedidos-nuevos{
    background:#e1e7c5 url('../img/menu-provider/pedidos-nuevos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-pedidos-entregados{
    background:#e1e7c5 url('../img/menu-provider/pedidos-entregados.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option:hover .ico-mis-datos{
    background:#e1e7c5 url('../img/menu-provider/mis-datos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-valoracion{
    background:#e1e7c5 url('../img/menu-provider/valoracion.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option:hover .ico-metas{
    background:#e1e7c5 url('../img/menu-provider/metas.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option-sel .ico-pedidos-principal{
    background:#97d729 url('../img/menu-provider/pedidos-principal.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-pedidos-nuevos{
    background:#97d729 url('../img/menu-provider/pedidos-nuevos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-pedidos-entregados{
    background:#97d729 url('../img/menu-provider/pedidos-entregados.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option-sel .ico-mis-datos{
    background:#97d729 url('../img/menu-provider/mis-datos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-valoracion{
    background:#97d729 url('../img/menu-provider/valoracion.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel .ico-metas{
    background:#97d729 url('../img/menu-provider/metas.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option-sel:hover .ico-pedidos-principal{
    background:#97d729 url('../img/menu-provider/pedidos-principal.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-pedidos-nuevos{
    background:#97d729 url('../img/menu-provider/pedidos-nuevos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-pedidos-entregados{
    background:#97d729 url('../img/menu-provider/pedidos-entregados.png') no-repeat center !important;
    background-size: 40px !important;
}

.menu-option-sel:hover .ico-mis-datos{
    background:#97d729 url('../img/menu-provider/mis-datos.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-valoracion{
    background:#97d729 url('../img/menu-provider/valoracion.png') no-repeat center !important;
    background-size: 40px !important;
}
.menu-option-sel:hover .ico-metas{
    background:#97d729 url('../img/menu-provider/metas.png') no-repeat center !important;
    background-size: 40px !important;
}

/** Menu Lateral **/
.panel-block-item .ico-about-us{
    background: url('../img/icon-min/about-us.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item .ico-seller{
    background: url('../img/icon-min/seller.png') no-repeat center !important;
    background-size: 24px !important;
}
.panel-block-item .ico-restaurant{
    background: url('../img/icon-min/restaurant.png') no-repeat center !important;
    background-size: 24px !important;
}
.panel-block-item .ico-contact-us{
    background: url('../img/icon-min/contact-us.png') no-repeat center !important;
    background-size: 22px !important;
}
.panel-block-item .ico-settings{
    background: url('../img/icon-min/settings.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item .ico-pay{
    background: url('../img/icon-min/pay.png') no-repeat center !important;
    background-size: 24px !important;
}

.panel-block-item .ico-edit{
    background: url('../img/icon-min/edit.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item .ico-edit-profile{
    background: url('../img/icon-min/edit.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item .ico-security{
    background: url('../img/icon-min/security.png') no-repeat center !important;
    background-size: 24px !important;
}
.panel-block-item .ico-logout{
    background: url('../img/icon-min/logout.png') no-repeat center !important;
    background-size: 20px !important;
}

.panel-block-item .ico-ws{
    background: url('../img/icon-min/whatsapp.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item .ico-phone{
    background: url('../img/icon-min/phone.png') no-repeat center !important;
    background-size: 20px !important;
}

.panel-block-item:hover .ico-about-us{
    background: url('../img/icon-min/about-us-over.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item:hover .ico-seller{
    background: url('../img/icon-min/seller-over.png') no-repeat center !important;
    background-size: 24px !important;
}
.panel-block-item:hover .ico-restaurant{
    background: url('../img/icon-min/restaurant-over.png') no-repeat center !important;
    background-size: 24px !important;
}
.panel-block-item:hover .ico-contact-us{
    background: url('../img/icon-min/contact-us-over.png') no-repeat center !important;
    background-size: 22px !important;
}
.panel-block-item:hover .ico-settings{
    background: url('../img/icon-min/settings-over.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item:hover .ico-pay{
    background: url('../img/icon-min/pay-over.png') no-repeat center !important;
    background-size: 24px !important;
}

.panel-block-item:hover .ico-edit{
    background: url('../img/icon-min/edit-over.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item:hover .ico-edit-profile{
    background: url('../img/icon-min/edit-over.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item:hover .ico-security{
    background: url('../img/icon-min/security-over.png') no-repeat center !important;
    background-size: 24px !important;
}
.panel-block-item:hover .ico-logout{
    background: url('../img/icon-min/logout-over.png') no-repeat center !important;
    background-size: 20px !important;
}

.panel-block-item:hover .ico-ws{
    background: url('../img/icon-min/whatsapp-over.png') no-repeat center !important;
    background-size: 20px !important;
}
.panel-block-item:hover .ico-phone{
    background: url('../img/icon-min/phone-over.png') no-repeat center !important;
    background-size: 20px !important;
}

.indicadores .ico-calendar{
    background:#f4fbe9 url('../img/icon-min/calendar.png') no-repeat center !important;
    background-size: 40px !important;
}

/** Productos **/
.verduras .ico-acelga{
    background:#ecfbd2 url('../img/productos/verduras/acelga.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-aji-amarillo{
    background:#ecfbd2 url('../img/productos/verduras/aji-amarillo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-aji-rojo{
    background:#ecfbd2 url('../img/productos/verduras/aji-rojo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-aji-verde{
    background:#ecfbd2 url('../img/productos/verduras/aji-verde.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-ajo{
    background:#ecfbd2 url('../img/productos/verduras/ajo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-albahaca{
    background:#ecfbd2 url('../img/productos/verduras/albahaca.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-alcachofa{
    background:#ecfbd2 url('../img/productos/verduras/alcachofa.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-apio{
    background:#ecfbd2 url('../img/productos/verduras/apio.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-berenjena{
    background:#ecfbd2 url('../img/productos/verduras/berenjena.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-berro{
    background:#ecfbd2 url('../img/productos/verduras/berro.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-berza{
    background:#ecfbd2 url('../img/productos/verduras/berza.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-brocoli{
    background:#ecfbd2 url('../img/productos/verduras/brocoli.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-calabacin{
    background:#ecfbd2 url('../img/productos/verduras/calabacin.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-camote{
    background:#ecfbd2 url('../img/productos/verduras/camote.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-carote{
    background:#ecfbd2 url('../img/productos/verduras/carote.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-cebolla{
    background:#ecfbd2 url('../img/productos/verduras/cebolla.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-cebolla-cambita{
    background:#ecfbd2 url('../img/productos/verduras/cebolla-cambita.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-cebolla-verde{
    background:#ecfbd2 url('../img/productos/verduras/cebolla-verde.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-cilantro{
    background:#ecfbd2 url('../img/productos/verduras/cilantro.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-col-china{
    background:#ecfbd2 url('../img/productos/verduras/col-china.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-col-de-bruselas{
    background:#ecfbd2 url('../img/productos/verduras/col-de-bruselas.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-coliflor{
    background:#ecfbd2 url('../img/productos/verduras/coliflor.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-col-rizada{
    background:#ecfbd2 url('../img/productos/verduras/col-rizada.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-escarola{
    background:#ecfbd2 url('../img/productos/verduras/escarola.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-esparrago{
    background:#ecfbd2 url('../img/productos/verduras/esparrago.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-espinaca{
    background:#ecfbd2 url('../img/productos/verduras/espinaca.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-haba{
    background:#ecfbd2 url('../img/productos/verduras/haba.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-hinojo{
    background:#ecfbd2 url('../img/productos/verduras/hinojo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-jengibre{
    background:#ecfbd2 url('../img/productos/verduras/jengibre.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-lechuga{
    background:#ecfbd2 url('../img/productos/verduras/lechuga.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-nabo{
    background:#ecfbd2 url('../img/productos/verduras/nabo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-nabo-chino{
    background:#ecfbd2 url('../img/productos/verduras/nabo-chino.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-papa{
    background:#ecfbd2 url('../img/productos/verduras/papa.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-pepino{
    background:#ecfbd2 url('../img/productos/verduras/pepino.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-perejil{
    background:#ecfbd2 url('../img/productos/verduras/perejil.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-pimiento-amarillo{
    background:#ecfbd2 url('../img/productos/verduras/pimiento-amarillo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-pimiento-rojo{
    background:#ecfbd2 url('../img/productos/verduras/pimiento-rojo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-pimiento-verde{
    background:#ecfbd2 url('../img/productos/verduras/pimiento-verde.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-puerro{
    background:#ecfbd2 url('../img/productos/verduras/puerro.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-ranabo{
    background:#ecfbd2 url('../img/productos/verduras/ranabo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-remolacha{
    background:#ecfbd2 url('../img/productos/verduras/remolacha.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-repollo{
    background:#ecfbd2 url('../img/productos/verduras/repollo.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-repollo-morado{
    background:#ecfbd2 url('../img/productos/verduras/repollo-morado.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-rucula{
    background:#ecfbd2 url('../img/productos/verduras/rucula.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-tomate{
    background:#ecfbd2 url('../img/productos/verduras/tomate.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-tomate-cherry{
    background:#ecfbd2 url('../img/productos/verduras/tomate-cherry.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-vainita{
    background:#ecfbd2 url('../img/productos/verduras/vainita.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-yacon{
    background:#ecfbd2 url('../img/productos/verduras/yacon.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-yuca{
    background:#ecfbd2 url('../img/productos/verduras/yuca.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-zanahoria{
    background:#ecfbd2 url('../img/productos/verduras/zanahoria.png') no-repeat center !important;
    background-size: 70% !important;
}
.verduras .ico-zapallo{
    background:#ecfbd2 url('../img/productos/verduras/zapallo.png') no-repeat center !important;
    background-size: 70% !important;
}

.frutas .ico-albaricoque{
    background:#fef5c7 url('../img/productos/frutas/albaricoque.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-arandano{
    background:#fef5c7 url('../img/productos/frutas/arandano.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-banana{
    background:#fef5c7 url('../img/productos/frutas/banana.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-caqui{
    background:#fef5c7 url('../img/productos/frutas/caqui.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-cereza{
    background:#fef5c7 url('../img/productos/frutas/cereza.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-ciruela{
    background:#fef5c7 url('../img/productos/frutas/ciruela.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-coco{
    background:#fef5c7 url('../img/productos/frutas/coco.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-durazno{
    background:#fef5c7 url('../img/productos/frutas/durazno.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-frambruesa{
    background:#fef5c7 url('../img/productos/frutas/frambruesa.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-fresa{
    background:#fef5c7 url('../img/productos/frutas/fresa.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-kiwi{
    background:#fef5c7 url('../img/productos/frutas/kiwi.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-lima{
    background:#fef5c7 url('../img/productos/frutas/lima.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-limon{
    background:#fef5c7 url('../img/productos/frutas/limon.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-mango{
    background:#fef5c7 url('../img/productos/frutas/mango.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-manzana{
    background:#fef5c7 url('../img/productos/frutas/manzana.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-manzana-verde{
    background:#fef5c7 url('../img/productos/frutas/manzana-verde.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-melon{
    background:#fef5c7 url('../img/productos/frutas/melon.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-mora{
    background:#fef5c7 url('../img/productos/frutas/mora.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-naranja{
    background:#fef5c7 url('../img/productos/frutas/naranja.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-nectarina{
    background:#fef5c7 url('../img/productos/frutas/nectarina.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-palta{
    background:#ecfbd2 url('../img/productos/frutas/palta.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-papaya{
    background:#fef5c7 url('../img/productos/frutas/papaya.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-pera{
    background:#fef5c7 url('../img/productos/frutas/pera.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-pinha{
    background:#fef5c7 url('../img/productos/frutas/pinha.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-pitahaya{
    background:#fef5c7 url('../img/productos/frutas/pitahaya.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-pomelo{
    background:#fef5c7 url('../img/productos/frutas/pomelo.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-sandia{
    background:#fef5c7 url('../img/productos/frutas/sandia.png') no-repeat center !important;
    background-size: 70% !important;
}
.frutas .ico-uva{
    background:#fef5c7 url('../img/productos/frutas/uva.png') no-repeat center !important;
    background-size: 70% !important;
}

.abarrote .ico-arroz{
    background:#feefd4 url('../img/productos/abarrote/arroz.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-avena{
    background:#feefd4 url('../img/productos/abarrote/avena.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-cebada{
    background:#feefd4 url('../img/productos/abarrote/cebada.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-frijol{
    background:#feefd4 url('../img/productos/abarrote/frijol.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-frijol-rojo{
    background:#feefd4 url('../img/productos/abarrote/frijol-rojo.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-garbanzo{
    background:#feefd4 url('../img/productos/abarrote/garbanzo.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-lenteja{
    background:#feefd4 url('../img/productos/abarrote/lenteja.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-maiz{
    background:#feefd4 url('../img/productos/abarrote/maiz.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-quinua{
    background:#feefd4 url('../img/productos/abarrote/quinua.png') no-repeat center !important;
    background-size: 70% !important;
}
.abarrote .ico-trigo{
    background:#feefd4 url('../img/productos/abarrote/trigo.png') no-repeat center !important;
    background-size: 70% !important;
}