.botonesPedido a {
width: 100%!important;
}

.g_tienda .tablasp .producto .cant {
    bottom: 0px!important;
    right: 0px!important;
    position: absolute!important;
    width: 150px!important;
    background-color: #ddd!important;
    padding: 5px!important;
    font-size: 14px!important;
    font-weight: bold!important;
    color: #777!important;
    text-align: right!important;
}

.g_tienda .cuadrosp .producto .cant{
    background-color: #FFC000;
}

.g_tienda .cuadrosp .producto:hover .cant{
background-color: #FF6600!important;
color: #FFFFFF!important;
}

.g_tienda .tablasp .producto:hover .cant{
	background-color: #FF6600;
	color: #FFFFFF;
}

.seleccionado{
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    background: #FF6600!important;
}

.g_tienda .tablasp .producto{
    margin: 0px!important;
    height: 42px!important;
    border: 1px dotted #eee!important;
    border-bottom: 1px solid #FF6600!important;
    display: block!important;
    position: relative!important;
}


.g_tienda .cuadrosp .producto {
    border: 2px dotted #eee!important;
    border-bottom: 1px solid #FF6600!important;
}


.g_tienda .listasp .producto {
    border: 1px dotted #eee;
    border-bottom: 5px solid #FF6600!important;
}

.g_tienda .listasp .producto:hover .cant{
	background-color: #FF6600!important;
	color: #FFFFFF!important;
}
.ui-commandlink.ui-widget.boton.ima{
}

#ddetalleform\:solicitarpedidobtn{
	img {
		filter: none;
		-webkit-filter: grayscale(0%);
	};
        border: solid #f26f21;
        background: #f8d18a;
        border-radius: 5px;
        border-width: thin;
}

.required {
    color: #f26f21;
}
