[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.2);
}

[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.2);
}

[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;
	height: 15%;
}

.placeholder-button, .lista-referencias-cart{
	display: none;
}

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

	.lista-referencias-cart{
		display: initial;
		position: fixed;
		bottom: 5px;
		text-align: center;
		left: 39%;
	}

	.placeholder-button{
		display: initial;
		opacity: 0;
		margin: 5px;
	}


	.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;
	    height: 15%!important;
	    margin: 0px!important;
	}

}