div#conjuntobotonesselector {
    text-align: center;
    margin-bottom: 15px;
}

#conjuntobotonesselector button.botonrecogidaentienda,#conjuntobotonesselector  button.botonenvioadomicilo {
    padding: 15px;
    border: none;
    background: #2ca8bf;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    width: 155px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.desplegabletiendas{
    text-align: center;
}

.desplegabletiendas .selectDesplegableTiendas{
    height: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 300px;
    background: #2ca8bf;
    color: white;
}

.cajasdesactivadas{
    pointer-events: none;
    opacity: 0.35;
}

.invisible{
	visibility:none;
}

.botonseleccionado{
    box-shadow: 0px 0px 6px -1px grey;
    border: 2px solid #e20000 !important;
}

.botondesseleccionado {
    opacity: 0.5;
    background: #808080b0 !important;
    color: black !important;
    font-weight: 600;
}

#fspasc_store_selector{
	visibility:hidden;	
}

