.produtos-main {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.produtos-itens{
    height: 100%;
    width: 87%;
    display: inline-flex;
    flex-wrap: wrap;
    overflow: auto;
    align-items: center;
    justify-content: center;
}

.produtos-categorias{
    height: 100%;
    width: 13%;
    display: inline-flex;
    flex-direction: column;
    white-space: normal;
    vertical-align: top;
    text-align: center;
}

/*.produtos-options{
    width: 100%;
    height: 9%;
}*/


.start-menu-marcas {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.start-menu-product-info{
    display: none;
}

.produtos-screen .start-menu-product-info{
    display: block;
}

/*.produtos-screen .start-hide-menu-button{
	display: none;
}*/

.produto-card{
    margin: .5% .5%;
    border: 1px solid #000;
    border-radius: 20px;
    background: #fff;
    flex-shrink: 0;
    text-align: center;
}

.produto-card-img{
	max-height: 100%;
	max-width: 100%;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.produto-card.selected{
	border-color:#1edcf8;
	border-width: 4px;
}
.produto-card{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

/*6 por página
    * * *
    * * *
*/
.produto-card.template-0 {
    height: 49%;
    width: 32%;
}

/* 12 por página
    * * * *
    * * * *
    * * * *
*/
.produto-card.template-1 {
    height: 30%;
    width: 24%;
}

/* 1 por página
    *
*/
.produto-card.template-2 {
    height: 97%;
    width: 97%;
}

/* 4 por página
    * *
    * *
*/
.produto-card.template-3 {
    height: 49%;
    width: 47%;
}

/* 6 por página
    * *
    * *
    * *
*/
.produto-card.template-4 {
    height: 31%;
    width: 47%;
}

/* 2 por página
    | |
*/
.produto-card.template-5 {
    height: 97%;
    width: 47%;
}

/*3 por página
    | | |
*/
.produto-card.template-6 {
    height: 97%;
    width: 31%;
}

/*4 por página
    | | | |
*/
.produto-card.template-7 {
    height: 97%;
    width: 24%;
}

/*8 por página
    * * * *
    * * * *
*/
.produto-card.template-8 {
    height: 49%;
    width: 24%;
}

/* 10 por página
    | | | | | | | | | |
*/
.produto-card.template-9 {
    height: 97%;
    width: 9%;
}

/* 20 por página
    | | | | | | | | | |
    | | | | | | | | | |
*/
.produto-card.template-10 {
    height: 49%;
    width: 9%;
}

/* 12 por página
    * * *
    * * *
    * * *
    * * *
*/
.produto-card.template-11 {
    height: 23%;
    width: 32%;
}


.produtos-categoria-button {
    width: 95%;
    height: 13%;
    font-size: 1.2em;
    color: #555;
    margin: 3px auto;
    border: none;
    text-transform: uppercase;
    background: #fff;
}

.produtos-categoria-title{
    font-size: 1.4em;
    color: #5c5c5c;
}

.start-marca-button {
/*    width: 10vh;
    height: 10vh;*/
    margin: 2%;
    background: #fff;
    outline: none;
    border: none;
    width: 85%;
    height: 6.5vh;
    text-overflow: ellipsis;
    overflow: hidden;
}

img.start-marca-logotipo {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.start-marca-button.selected {
    border: solid #d00;
    border-width: 2px 0px;
}

.start-menu-marcas-inner {
    height: 50%;
    text-align: center;
    overflow: auto;
    border-bottom: 1px solid #000;
    padding-top: 2%;
}
.start-menu-nav {
    height: 20%;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;    
    margin: 36% 0;
}

.start-menu-nav button:nth-child(odd) {
    background: #ddd;
}

.start-menu-nav button:nth-child(even) {
    background: #fefefe;
}

.start-menu-product-info {
    height: 42%;
    text-align: center;
}

.start-menu-nav-button{
    height: 16.3%;
    width: 100%;
    border: none;
    font-size: 1.2em;
    background: #fff;
}

.start-menu-nav-button.panel-option{
    font-size: 1.5em;
}

.produtos-input-busca{
    height: 7%;
    margin-top: 4%;
    position: relative;
    width: 98%;
}

input.browser-default.produtos-busca {
    background: #fafafa;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    padding: 16px 2px;
    text-align: center;
}

.produtos-busca-autocomplete {
    position: absolute;
    width: 100%;
}

.produtos-categorias-container{
    /* flex-grow: 1; */
    overflow: auto;
    height: 25%;
    /* max-height: 33%; */
    /* border-bottom: 1px solid #000; */
}

.produtos-categorias-container button:nth-child(odd) {
    background: #ddd;
}

.produtos-categorias-container button:nth-child(even) {
    background: #fefefe;
}

.produtos-compra-info{
    height: 32%;
    /* border: 1px solid #000; */
    margin: 2% auto;
    /* background: #e4e4e4; */
    width: 93%;
    /* box-shadow: 0px 3px 4px 0px black; */
    font-size: .9em;
}

/*.produtos-options > div{
	vertical-align: middle;
	border: 1px solid #000;
	border-radius: 5px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.produtos-options > div.produtos-imagens-detalhes {
    width: 20%;
    height: 95%;
    border: none;
    text-align: center;
}*/

.produtos-imagens-detalhes{
    height: 43%;
    width: 100%;
}

.produtos-menu-infos{
    height: 17%;
    color: #000;
    /*background: #e4e4e4;*/
    width: 93%;
    /*box-shadow: 0px 3px 4px 0px black;*/
    margin: 1% auto 5%;
    padding-top: 3%;
    font-size: .9em;
}

.produtos-menu-infos .produtos-referencia{
    font-size: 1.2em;
    font-weight: bold;
}

.produtos-menu-infos .produtos-referencia b{
    font-size: .9em;
}

.produtos-valor {
    font-size: 1.4em;
    margin: 0px 0 15%;
    display: block;
    font-weight: bold;
}

.produtos-valor-desc {
    font-size: 1.4em;
    margin: 0px 0 2%;
    display: block;
    font-weight: bold;
    display: none;
}

.produtos-nome-produto{
    overflow: auto;
    line-height: 1;
    font-size: 1.1em;
    height: 3em;
}

/*
.produtos-options > div.produtos-ref-val {
    border-color: #1edcf8;
    border-width: 2px;
    text-align: center;
    height: 95%;
    width: 20%;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.45em;
    line-height: 1;
}*/

.produtos-info-btn {
    height: 95%;
    width: 5%;
}

.produtos-limpar-carrinho {
    height: 95%;
    width: 5%;
}

.produtos-calculadora-btn {
    height: 95%;
    width: 5%;
}

.produtos-menu-btn {
    height: 95%;
    width: 5%;
}

.produtos-menu-btn button.produtos-option-button{
    font-size: 15px;
}

.produtos-desconto-btn {
    height: 95%;
    width: 5%;
}

.produtos-options > div.produtos-nome-produto {
    height: 95%;
    width: 27%;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 1.45em;
    line-height: 1;
    text-align: center;
}

.produtos-options > div.produtos-compra-controls {
    /*height: 95%;*/
    width: 100%;
    border: 0px;
}

.produtos-pecas-atual, .produtos-valor-atual{
    border: 1px solid #000;
    background: #fff;
}

.produtos-total-valor, .produtos-total-pecas{
    border: 2px solid #000;
    font-weight: 900;
}

.produtos-nav-controls {
    height: 20%;
    width: 100%;
}

.produtos-carinho {
    width: 5%;
    height: 95%;
}

.produtos-unit-calculadora{
	width: 19%;
	margin: 0 1%;
	height: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
    font-size: 2.5em;
    vertical-align: middle;
    padding: 0;
    text-align: center;
}

.produtos-compra-controls {
    height: 60%;
}

.produtos-grade-holder {
    width: 95%;
    margin: 0 auto;
    height: 40%;
}

.produtos-grade-holder table {
    table-layout: fixed;
    height: 100%;
}

tr.produtos-grade-tmh {
    height: 20%;
}

.produtos-grade-holder table td {
    padding: 0;
    background: #aaa;
    text-align: center;
    border: 1px solid;
}

.produtos-grade-holder table td[data-tmh-id] {
    background: #fff;
    padding: 0;
}

.produtos-unit-buttons{
    width: 27%;
    margin: 0 1%;
    height: 30%;
    background: #aaa;
    color: #fff;
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 2.5em;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    outline: none;
}

.produtos-tamanhos-holder {
    margin: 0 1%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    overflow: auto;
}

#tamanho_modelo{
    display: flex;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.item_tmh{
    padding: 5px 15px 5px 15px;
    width: auto;
    height: auto;
    line-height: 40px;
    font-size: 1.2em;
    color: white;
    margin: 2px;
    background-color: #aaa;
}

.tamanhoChecado {
    background-color: red !important;
}

.produtos-tamanho-button {
    width: 48%;
    display: inline-block;
    border: 1px solid #000;
    text-align: center;
    margin: 1% 1%;
    outline: none;
    padding: 0;
    height: 46%;
}

.produtos-tamanhos-nome {
    padding: 2px 0px;
    border-bottom: 1px solid;
    background: #aaa;
    min-height: 25%;
}

.produtos-tamanhos-comprado {
    width: 100%;
    min-height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.5em;
    min-height: -webkit-calc(75% - 3px); /* Tamanho restante no botão menos as 3 bordas de 1 px*/
}

.produtos-carrinho-button{
    height: 48%;
    width: 48%;
    background: #f00;
    border: 1px solid;
    border-radius: 5px;
}

.produtos-carrinho-circle{
    width: 75%;
    height: 75%;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2em;
    color: #f00;
}

button.produtos-option-button {
    font-size: 2.5em;
    height: 45%;
    width: 45%;
    background: #aaa;
    color: #fff;
    border-radius: 5px;
    margin: 2%;
}

.produtos-detalhe {
    display: inline-flex;
    height: 50%;
    width: 47%;
    align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 5px;
}

img.produtos-detalhe-img {
    max-height: 100%;
    max-width: 100%;
}

.produtos-autocomplete-item{
    background: #ccc;
    font-size: 1.2em;
    padding: 12px 0;
}

.produtos-autocomplete-item:hover{
    background: #eee;
    cursor: pointer;
}

.produtos-tabela-valores td{
    text-align: center;
    padding: 2px;
}

.produtos-tabela-valores {
    border-collapse: separate;
    border-spacing: 4px;
    height: 40%;
}

.produtos-tabela-header{
    height: 20%;
}

.painel-imagens-filter-div {
    display: inline-block;
    vertical-align: middle;
}

.painel-imagens-filter-div select{
    border: 1px solid #000;
}

.produto-card-checker {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 30px;
    width: 30px;
    border: 3px solid #1edcf8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    background: #fff;
    color: #1edcf8;
}

.produto-card-desc-promo {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    background:red;
    color:white;
}

table.produtos-unit-table {
    border-collapse: separate;
    border-spacing: 4px;
    display: inline-table;
    width: 40%;
    vertical-align: middle;
}

table.produtos-unit-table td {
    background: #fff;
    border: 1px solid;
    padding: 0;
    text-align: center;
}

table.produtos-unit-table td.produtos-unit-table-text{
    width: 50%;
}

button.produtos-grade-buttons {
    height: 28%;
    width: 27%;
    background: #aaa;
    border: 1px solid #000;
    color: #fff;
    border-radius: 100%;
    font-size: 2.5em;
    outline: none;
    vertical-align: middle;
}

@media only screen and (max-width: 450px) {
    .painel-imagens-filter-div select{
        border: 1px solid #000;
        height: 1.8rem;
        padding: 0px;
    }

    .item_tmh {
        padding: 0px;
        width: 12vw;
        height: auto;
        line-height: 40px;
        font-size: 1.2em;
        color: white;
        margin: 2px;
        background-color: #aaa;
    }

}