[page="lista_referencias"] ::-webkit-input-placeholder {
  	color: #eee!important;
  	text-align: center;
}

[page="lista_referencias"] [type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.9);
}

[page="lista_referencias"] [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #ff0;
}

[page="lista_referencias"] [type="radio"]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    transform: scale(1.9);
}

[page="lista_referencias"] [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a;
    background: #ffF;
}

.limpar-selecionados{
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    background: #f4f420;
    padding: 0px 7px;
}
.lista-ref-selecionadas{
	text-align: center;
}
.mostrar-referencias{
	border-radius: 5px;
	background: #3878d9;
	border: 1px solid;
	padding: 5px;
	font-size: 1.3em;
}

@media only screen and (max-width: 450px) {

	.mostrar-referencias{
		font-size: .9em;
	}

	.lista-ref-selecionadas{
		font-size: 1.2em;
		line-height: 1;
	}

	.aux-mostrar-ref-modal{
		max-height: 80%!important;
	}

	.show-smartphone.limpar-selecionados{
		display: inline-block!important;
	    padding: 0px!important;
	    margin: 0px!important;
	}

}

[page=lista_referencias] .marca-btn.header{
    width: 11%;
}