.produtos-holder{
	height: 91%;
	text-align: center;
    overflow: auto;
}

.produto-mobile{
    display: inline-block;
    width: 45%;
    height: 49.5%;
    margin: 1.7%;
    border: 1px solid #000;
    vertical-align: top;
}

.produto-mobile-infos{
    height: 16.6%;
    color: #fff;
    background: #809CAB;
    font-size: 1.3em; 
}

.produto-mobile-identificadores{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	height: 50%;
	border-bottom: 1px solid #fff;
}

.produto-mobile-valores{
    display: flex;
	height: 50%;
}

.produto-mobile-variante, .produtos-mobile-qtde-comprada {
    display: inline-block;
    width: 47%;
    text-align: right;
}

.produtos-mobile-qtde-comprada{
    color: yellow;
}

.container-cores {
    display: flex;
    align-items: center;
}

.produtos-mobile-valor{
    display: inline-block;
    width: 53%;
    text-align: center;
    font-family: una;
    margin: 0 auto;
}

.produto-mobile-referencia {
    display: flex;
    height: 100%;
    
}

.produto-mobile-img {
    height: 83.3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cor-produto{
    width: 6vw;
    height: 3vh;
    border-radius: 50%;
}

.produto-mobile-desconto-holder{
    width: 100%;
    position: relative;
}

.produto-mobile-desconto-unitario{
    color: #fff;
    background: #f13636;
    padding: 5px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    pointer-events: none;
    border: none;
}

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

    .produto-mobile.selecionado {
        border-color: black;
        box-shadow: 0px 3px 3px 1px black;
    }

    .produto-mobile.selecionado .produto-mobile-infos {
        background-color: #809CAB;
    }
    
}