.main-container{
    width: 100vw;
    height: 100%;
    font-size: 1em;
}

.main-container *::-webkit-scrollbar{
    display: none;
}

.main-container button{
    outline: none;
}

/********************************************************** CABEÇALHO */

.header-container {
    border-top: 48px #809cab solid;
    position: relative;
    border-left: 50px #0000 solid;
    border-right: 50px #0000 solid;
    width: 100%;
    z-index: 1001;
    height: 0;
    background: #0000!important;
}

/*NÃO APAGA ESSE*//*.main-container .header-container{
    width: 100%;
    height: 7%;
    padding: 8px;
    position: relative;
    font-size: 2em;
    display: flex;
    align-items: center;
    background-color: #f13636;
    color: #fff;
    border-bottom: 1px solid #000;
}

.header-category {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container .return{
    width: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 5px;
    margin-right: 8px;
}
*/

.header-category {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    POSITION: relative;
    bottom: 24px;
    justify-content: space-between;
}

.return {
    text-align: center;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 2.8em;
    padding: 0;
    margin-right: 4px;
}

/*.header-container .quantity{
    width: 30px;
    height: 30px;
    background-color: #1ebb90;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    font-size: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}*/

.header-container div.quantity {
    height: 30px;
    /*width: 30px;
    border: none!important;*/
    border-radius: 50%;
    background-color: #ffffff!important;
    color: #809cab;
    padding: 0;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-container .quantity-holder {
    font-size: 1.6em;
    color: #fff;
}

.circulo-superior {
    width: 30px;
}
    
.header-container .title{
    flex-grow: 1;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


.header-category .title{
    flex-grow: 0;
    width: auto;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 1.6em;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
}

.header-container .buttons{
    /* margin-left: 8px; */
    /* white-space: nowrap; */
    /* width: 25%; */
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
}

.header-container .buttons button{
    height: 30px;
    width: 30px;
    border: none !important;
    border-radius: 50%;
    background-color: #ffffff !important;
    color: #809cab;
    padding: 0;
    font-size: 2.9em;
    text-align: center;
    margin-left: 4px;
}

.header-container .products-list-btn {
    display: none;
    margin-right: 4px;
    height: 34px;
    width: 34px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    color: #809cab;
    padding: 0;
    font-size: 1.1em;
    line-height: .9 !important;
    flex-shrink: 0;
}

/********************************************************** CORPO */

.main-container .body-container{
    height: 92%;
    width: 100%;
    /* display: flex; */
}

.main-container .body-container-second{
    height: 92%;
    width: 100%;
    display: none;
}

/**************************** SEÇÃO DE VISUALIZAÇÃO */

.body-container-second .view-section{
    display: flex;
    width: 100%;
    height: 67%;
}

.body-container .view-section{
    display: flex;
    width: 100%;
    height: 77%;
}

/************** IMAGEM */

.view-section .main-images{
    width: 86%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    box-shadow: 1px 1px 5px #000;
}

.body-container-second .view-section .main-images {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    box-shadow: 1px 4px 7px -4px #000;
}

.main-images .main-image{
    width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}

.main-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.main-image .discount{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    font-size: 1.3em;
    line-height: 1.1;
    text-align: center;
    background-color: #f13636;
    color: #fff;
}

/************** MENU LATERAL */

.body-container .side-menu{
    height: 100%;
    width: 14%;
}

.body-container-second .side-menu{
    height: 32%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/******* IMAGENS */

.side-menu .images{
    width: 100%;
    height: 45%;
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.images .image{
    width: 60%;
    height: 24%;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: transparent;
    margin-bottom: 4%;
    padding: 0;
}

.body-container-second .image{
    background-color: white !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    width: 10vw !important;
    height: 12vw !important;
}

.body-container-second .image img{
    width: 85%;
    height: 100%;
    object-fit: contain;
}

.body-container .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/******* BOTÕES */

.side-menu .nav-buttons,
.side-menu .buttons{
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.side-menu .nav-buttons button,
.side-menu .buttons button{
    width: 10vw;
    height: 10vw;
    border: none;
    border-radius: 50%;
    background-color: #1ebb90;
    color: #fff;
    font-size: 1.8em;
    padding: 0;
}

.body-container-second .side-menu button{
    width: 11vw;
    height: 11vw;
    border: none;
    border-radius: 50%;
    background-color: #809cab;
    color: #fff;
    font-size: 1.8em;
    padding: 0;
    margin-left: 5px
}

/**************************** INFORMAÇÕES */

.body-container .infos-section{
    height: 23%;
    width: 100%;
    padding: 3px 6px;
}

.body-container-second .infos-section{
    height: 31%;
    width: 100%;
    padding: 0 6px;
    display: flex;
    flex-direction: column;
}


[data-grid-type=closed-json].infos-section{
    font-size: 0.9em;
}

/************** REF/PREÇO */

.infos-section .basic-info{
    width: 100%;
    height: 17%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6em;
}

.body-container-second .infos-section .basic-info{
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6em;
}

.body-container-second 
.basic-info table{
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 3px;
}

.body-container-second 
.basic-info table td{
    border: 1px solid black;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 0px;
    text-align: center;
    font-weight: 300;
}

.body-container-second 
.basic-info table .name{
    background-color: #809cab;
    color: #fff;
}

.body-container-second .basic-info .reference {
    width: 0;
}

.area-clique-primeiro {
    position: relative;
    border-radius: 50%;
    background: #809cab;
    padding: 0;
    color: #fff;
    font-weight: 200;
    font-size: 3.2em;
    border: none;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-clique-segundo {
    position: relative;
    border-radius: 50%;
    background: #809cab;
    padding: 0;
    color: #fff;
    font-weight: 200;
    font-size: 3.2em;
    border: none;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-grid-type=closed-json] .basic-info{
    height: 15%;
}

.basic-info .reference,
.basic-info .price{
    width: 48%;
}

.basic-info .reference{
    text-align: right;
    font-weight: bold;
}

.basic-info .price{
    color: #f13636;
    text-align: left;
}

.price span:not(.value){
    font-size: 0.8em;
    display: none;
}

[data-grid-type=open] .price .un,
[data-grid-type=unique] .price .un,
[data-grid-type=closed-json] .price .un,
[data-grid-type=closed] .price .total{
    display: initial;
}

/************** NOME */

.infos-section > .name{
    width: 100%;
    height: 17%;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #000;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

[data-grid-type=closed-json] > .name{
    height: 15%;
}

/************** TAMANHOS/BOTÕES */

.infos-section .purchase-info{
    width: 100%;
    height: 43%;
    padding: 3px 0;
    display: flex;
}

.body-container-second .infos-section .purchase-info {
    width: 100%;
    height: 44%;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-grid-type=closed-json].infos-section .purchase-info{
    height: 38%;
}

.body-container-second .purchase-info .sizes{
    height: 74%;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-grow: 0;
}

.purchase-info .sizes{
    height: 100%;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-grow: 1;
}

.sizes > * > *{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

/******* MULTIPLOS TAMANHOS */

.sizes .size,
.comprar-calculadora-tamanhos .size{
    min-width: 15vw;
    height: 100%;
    display: inline-block;
    margin-right: 3px;
    font-size: 1.3em;
    touch-action: pan-x !important;
}

.body-container-second .sizes .size,
.comprar-calculadora-tamanhos .size{
    min-width: 14vw;
    height: 100%;
    display: inline-block;
    margin-right: 3px;
    font-size: 1.3em;
    touch-action: pan-x !important;
}

/* .body-container-second [data-grid-type=open] .sizes .size,
.comprar-calculadora-tamanhos .size{
    border: 1px solid #000;
    border-radius: 3px;
} */

[data-grid-type=open] .sizes .size,
.comprar-calculadora-tamanhos .size{
    border: 1px solid #000;
    border-radius: 3px;
}

.body-container-second [data-grid-type=closed] .sizes .size,
[data-grid-type=closed-json] .sizes .size{
    font-size: 1.4em;
    min-width: 10.7vw;
}

[data-grid-type=closed] .sizes .size,
[data-grid-type=closed-json] .sizes .size{
    border: none;
    font-size: 1.4em;
    min-width: 10vw;
}

.sizes .size:last-child{
    margin-right: 0;
}

[data-grid-type=open] .size .stock,
.comprar-calculadora-tamanhos .stock{
    height: 33%;
}

.body-container-second .size .name{
    border: initial;
    border: 1px solid;
    margin-bottom: 3px;
}

.size .name{
    border: inherit;
}


.body-container-second [data-grid-type=open] .size .name,
.comprar-calculadora-tamanhos .name{
    height: 34%;
    border-width: 1px 0;
    background-color: #809cab;
    color: #fff;
    font-weight: bold;
}

[data-grid-type=open] .size .name,
.comprar-calculadora-tamanhos .name{
    height: 34%;
    border-width: 1px 0;
    background-color: #f13636;
    color: #fff;
    font-weight: bold;
}

[data-grid-type=closed] .size .name,
[data-grid-type=closed-json] .size .name{
    height: 35%;
}

.size.selected .name{
    background-color: yellow;
    color: #000;
}

.body-container-second .size.selected .name{
    background-color: yellow;
    color: #000;
}

[data-grid-type=open] .size .quantity,
.comprar-calculadora-tamanhos .quantity{
    height: 27%;
    font-size: 1.2em;
    width: 100%;
}

[data-grid-type=closed] .size .quantity,
[data-grid-type=closed-json] .size .quantity{
    height: 65%;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 1.4em;/*1.5*/
}

.body-container-second [data-grid-type=closed] .size .quantity,
[data-grid-type=closed-json] .size .quantity{
    height: 59%;
    border-radius: 0px;
    /* border: none; */
    font-size: 1.4em;
    padding-top: 6px;
    font-weight: 300;
}

/******* TAMANHO UNICO */

.purchase-info .unique{
    height: 100%;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
}

.purchase-info .unique.sz{
    min-width: 60%;
    margin-right: 5px;
}

.body-container-second .purchase-info .unique.sz{
    min-width: 50%;
    margin-right: 5px;
}

.purchase-info .unique.stk{
    min-width: 32%;
}

.unique .name{
    height: 40%;
    border-bottom: inherit;
    font-size: 1.4em;
    background-color: #1ebb90;
    color: #fff;
}

.body-container-second .unique .name{
    height: 40%;
    border-bottom: inherit;
    font-size: 1.4em;
    background-color: #809cab;
    color: #fff;
}

.unique .value{
    height: 60%;
    font-size: 2em;
}

/******* BOTÕES */


.purchase-info .total{
    display: none;
    height: 100%;
    min-width: 12vw;
    padding-left: 5px;
}

.body-container-second .purchase-info .total{
    display: none;
    height: 74%;
    min-width: 12vw;
    padding-left: 5px;
}

[data-grid-type=closed] .purchase-info .total,
[data-grid-type=closed-json] .purchase-info .total{
    display: initial;
}


.body-container-second .purchase-info .total div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border: 1px solid red;
    margin-bottom: 3px;
}

.purchase-info .total div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

.total .title{
    height: 35%;
    font-size: 1.2em;
}

.body-container-second .total .quantity{
    height: 59%;
    border: 1px solid #f13636;
    border-radius: 3px;
    font-size: 2.4em;/*2.5*/
}

.total .quantity{
    height: 65%;
    border: 1px solid #f13636;
    border-radius: 3px;
    font-size: 2.4em;/*2.5*/
}

.purchase-info .purchase-buttons{
    display: none;
    padding-left: 5px;
}

.body-container
[data-grid-type=unique] .purchase-info .purchase-buttons,
[data-grid-type=closed] .purchase-info .purchase-buttons,
[data-grid-type=closed-json] .purchase-info .purchase-buttons{
    display: initial;
}

.body-container-second
[data-grid-type=open] .purchase-info .purchase-buttons,
[data-grid-type=unique] .purchase-info .purchase-buttons,
[data-grid-type=closed] .purchase-info .purchase-buttons,
[data-grid-type=closed-json] .purchase-info .purchase-buttons{
    /* display: initial; */
    display: flex;
    align-items: center;
    height: 100%;
}

.purchase-buttons div{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.purchase-buttons .title{
    height: 35%;
    font-size: 1.2em;
    text-align: center;
}


.body-container-second .purchase-buttons .buttons{
    height: 74%;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

.purchase-buttons .buttons{
    height: 65%;
    font-size: 1.5em;
}

.body-container-second .purchase-buttons .buttons > *{
    border: 1px solid #000;
    height: 11vw;
    width: 11vw;
    border-radius: 50%;
    margin: 0 2px;
}

.body-container-second .purchase-buttons .buttons i{
    font-size: 1.8em;
}

.purchase-buttons .buttons > *{
    border: 1px solid #000;
    height: 8vw;
    width: 8vw;
    margin: 0 2px;
}

.body-container-second .purchase-buttons .buttons button{
    background-color: #0000;
    color: #809cab;
}

.purchase-buttons .buttons button{
    background-color: #f13636;
    color: #fff;
}

.purchase-buttons .buttons div{
    width: 11vw;
    font-size: 1.5em;
}

/************** INFOS GRADE FECHADA GANGSTER */ 

.infos-section .json-grid-info{
    display: none;
    width: 100%;
    height: 12%;/*15*/
    margin-bottom: 3px;
    font-size: 1.4em;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
}

[data-grid-type=closed-json] .json-grid-info{
    display: block;
}

.json-grid-info div{
    height: 100%;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

.json-grid-info .letter{
    padding: 0 3px;/*5*/
    border: 1px solid #000;
    margin: 0 8px;
}

/************** PEDIDO */

.infos-section .footer{
    width: 100%;
    height: 16%;
    display: flex;
}

.body-container-second .infos-section .footer{
    width: 100%;
    height: auto;
    display: flex;
    font-size: 1.3em;
}

.body-container-second .infos-section .footer table{
    border-collapse: separate;
    border-spacing: 3px
}

[data-grid-type=closed-json] .footer{
    height: 15%;
}

.body-container-second .footer table td {
    padding: 0;
    border: 1px solid;
    text-align: center;
}

.body-container-second .footer table .sep {
    border: 0px;
}

.body-container-second .footer table th {
    padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 400;
}

.footer .order-info{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
    /* border: 1px solid #000; */
    /* border-radius: 3px; */
}

[data-grid-type=closed-json] .footer .order-info{
    width: 80%;
}

.order-info div{
    /* border: inherit; */
    /* border-width: 0 0 0 1px; */
    border-radius: 2px;
    margin: 0 1px;
}

.order-info .prd-qtt,
.order-info .prd-prc{
    border: 1px solid #000;
}


.order-info .ord-qtt,
.order-info .ord-prc{
    border: 2px solid #000;
}

.order-info .ord-qtt{
    margin-left: 3px;
}

.order-info .prd-qtt{
    /* border-width: 0; */
}

.order-info .prd-qtt,
.order-info .ord-qtt{
    width: 15%;
}

.order-info .prd-prc,
.order-info .ord-prc{
    width: 35%;
}

[data-grid-type=closed] .order-info .prd-qtt,
[data-grid-type=closed] .order-info .ord-qtt{
    width: 12%;
}

[data-grid-type=closed] .order-info .prd-prc,
[data-grid-type=closed] .order-info .ord-prc{
    width: 25%;
}

.order-info .stock{
    display: none;
}

[data-grid-type=closed] .order-info .stock{
    display: block;
    width: 26%;
}

.footer .colors{
    display: none;
    height: 5vw;
    width: 20%;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

[data-grid-type=closed-json] .footer .colors{
    display: block;
}

.colors div.color-div{
    width: 5vw;
    height: 5vw;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: 7%;
}

/********************************************************** ZOOM */

.comprar-zoom{
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 1500;
    width: 100vw;
    height: 100vh;
}

.comprar-zoom img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zoom-2 .comprar-zoom{
    overflow: auto;
}

.zoom-2 .comprar-zoom img{
    width: 200%;
    height: 200%;
}

/********************************************************** BUSCAR */

input[type=text]:not(.browser-default).busca-ref-smartphone{
    width: -webkit-calc(90% - 30px);
}

.smartphone-busca-button{
    width: auto;
    background: #1ebb90;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 14px;
    font-size: 1.5em;
}

#smartphone-busca-referencia .fa.fa-close{
    position: absolute;
    right: 5px;
    font-size: 1.5em;
}

/********************************************************** CALCULADORA */

#comprar-calculadora-modal .fa.fa-close.modal-close{
    position: absolute;
    font-size: 1.5em;
    right: 5px;
}

.comprar-visor{
    width: 63%;
    background: #000;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    color: #fff;
    user-select: none;
    pointer-events: none;
    font-size: 2rem;
}

.comprar-calculadora-button{
    width: 30%;
    height: 50px;
    background: #1ebb90;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 1.5em;
    margin: 1%;
    border: none;
    border-radius: 5px;
}

.comprar-calculadora-button.action-button{
    background: #f13636;
}

.comprar-calculadora-nome{
    font-size: 1.5em;
    text-align: center;
    max-height: 3em;
    overflow: hidden;
}

.comprar-calculadora-info{
    font-size: 1.2em;
    text-align: center;
}

.comprar-calculadora-tamanhos{
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 0px;
    text-align: center;
    white-space: nowrap;
}

#comprar-calculadora-modal .modal-content{
    padding: 24px !important;
}

/********************************************************** INFO */

.is-smartphone #modal-prd-info .inner-info p{
    display: none;
}

#modal-prd-info .inner-info span.prd_info_descricao p {
    display: block;
    margin: 0 auto;
}

/********************************************************** LINK */

/*.link-buy .header-container .buttons{
    visibility: hidden;
}*/

.link-buy .side-menu .nav-buttons button{
    font-size: 2.5em;
}

.link-buy .side-menu .nav-buttons button,
.link-buy .side-menu .buttons button{
    margin-top: 5px;
}

.link-buy .view-section .side-menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link-buy .side-menu .images{
    justify-content: center;
}

.link-buy .side-menu .nav-buttons,
.link-buy .side-menu .buttons{
    height: auto;
}

.link-buy .side-menu .nav-buttons button:not(.alt),
.link-buy .side-menu .buttons button:not(.alt){
    background-color: transparent;
    color: #1ebb90;
    border: 2px solid #1ebb90;
}

.side-menu .nav-buttons .alt,
.side-menu .buttons .alt{
    font-size: 2.3em;
    padding: 0;
}

.body-container-second .side-menu button.link-cart-button{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 2.5em;
}

#expiration-time-modal .modal-content{
    padding: 15px !important;
    text-align: center;
    font-size: 3em;
    margin: 0;
}

#expiration-time-modal .modal-content .time{
    color: #1ebb90;
    font-size: 1.5em;
}

.link-obs-modal div:first-child{
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.link-obs-modal textarea{
    resize: none;
    width: 100%;
    height: 150px;
}

#link-order-modal{
    top: 2% !important;
    height: 96%;
    width: 95% !important;
}

#link-order-modal .modal-header{
    padding: 8px;
    height: 10%;
    display: flex;
    justify-content: flex-end;
}

#link-order-modal .modal-header div{
    height: 100%;
    width: 30%;
    margin-left: 8px;
}

#link-order-modal .modal-header div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#link-order-modal .modal-content{
    height: 82%;
    margin: 0;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
}

#link-order-modal .data-container table{
    height: 100%;
    width: 100%;
}

#link-order-modal .data-container td{
    padding: 0;
    font-size: 1.2em;
    border: 1px solid #000;
    padding: 0 5px;
    word-break: break-word;
}

#link-order-modal .data-container td:nth-child(3){
    text-align: center;
}

#link-order-modal .data-container td:nth-child(2),
#link-order-modal .data-container td:nth-child(4){
    width: 8px;
    border: none;
    padding: 0;
}

#link-order-modal .data-container tr:first-child td:last-child{
    width: 16%;
    padding: 0;
    border: none;
}

#link-order-modal .data-container .buttons{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#link-order-modal .data-container .buttons button{
    width: 10vw;
    height: 10vw;
    border: none;
    border-radius: 50%;
    background-color: #1ebb90;
    color: #fff;
    font-size: 1.6em;
    padding: 0;
}

#link-order-modal .products-container{
    margin-top: 8px;
    overflow: auto;
    flex-grow: 1;
}

#link-order-modal .products-container thead{
    border: none;
}

#link-order-modal .products-container th{
    font-weight: initial;
    font-size: 1.2em;
}

#link-order-modal .products-container th.show-on-open-grid{
    display: none;
}

#link-order-modal .products-container .open-grid th.show-on-open-grid{
    display: table-cell;
}

#link-order-modal .products-container .selected{
    background-color: #1ebb9050;
}

#link-order-modal .products-container > table > tbody > tr > td{
    height: 75px;
}

#link-order-modal .products-container th,
#link-order-modal .products-container  > table > tbody > tr > td{
    padding: 3px;
    text-align: center;
    border: 1px solid #000;
}

#link-order-modal .products-container .empty{
    border: none;
    font-size: 3.5em;
}

#link-order-modal .products-container .image{
    padding: 0;
}

#link-order-modal .products-container .image img{
    object-fit: contain;
    width: 65px;
    height: 100%;
    vertical-align: middle;
}

#link-order-modal .products-container .reference > div:first-child{
    font-size: 1.6em;
    line-height: 1;
}

#link-order-modal .products-container .reference .colors{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: calc(15vw + 6px);
    margin: 3px auto 0 auto;
}

#link-order-modal .products-container .reference .colors div{
    display: inline-block;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 2px;
    vertical-align: middle;
}

#link-order-modal .products-container .reference .colors div:last-child{
    margin-right: 0;
}

#link-order-modal .products-container .open-grid-row .grid div{
    font-size: 1.3em;
}

#link-order-modal .products-container .closed-grid-row .grid div:first-child{
    max-width: 80px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
}

#link-order-modal .products-container .grid table{
    width: 95%;
    margin: 0 auto;
}

#link-order-modal .products-container .grid thead td{
    padding: 0 1px;
}

#link-order-modal .products-container .grid tbody td{
    border: 1px solid #000;
    padding: 3px;
    font-size: 1.3em;
}

#link-order-modal .products-container .grid td{
    text-align: center;
}

#link-order-modal .products-container .closed-grid-row .grid div:last-child{
    font-size: 1.1em;
    font-weight: bold;
}

#link-order-modal .products-container .quantity div{
    font-size: 1.3em;
}

#link-order-modal .products-container .price div{
    font-size: 1.3em;
}

#link-order-modal .products-container .closed-grid-row .price div:first-child{
    border-bottom: 1px solid #000;
    font-size: 1.6em;
}

#link-order-modal .products-container .total div{
    font-size: 1.3em;
}

#link-order-modal .modal-footer{
    height: 8%;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#link-order-modal .modal-footer .buttons{
    height: 100%;
    margin-right: 8px;
    flex-shrink: 0;
}

#link-order-modal .modal-footer button{
    padding: 0 10px;
    font-size: 1.8em;
    height: 100%;
    border: none;
    border-radius: 3px;
    background-color: #1ebb90;
    color: #fff;
    vertical-align: top;
}

#link-order-modal .modal-footer .modal-close{
    margin-right: 8px;
    font-size: 1.3em;
}

#link-order-modal .modal-footer .total{
    font-size: 2em;
    flex-grow: 1;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#alert-modal div.link-prd-remove{
    font-size: 1.4em;
    line-height: 1;
}

.main-products-holder{
    width: 100%;
    height: 100%;
    overflow: auto;
    box-shadow: 1px 1px 5px #000;
}

.product-card{
    height: 31.5%;
    width: 31%;
    margin: 1%;
    border: 1px solid #000;
    vertical-align: top;
    border-radius: 3px;
    display: inline-block;
}

.product-value {
    width: 80%;
}

.body-container-second .product-info{
    background: #b8b8b8;
}

.body-container .product-info{
    background: #1ebb90;
}

.product-info{
    height: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
}

.is-bought{
    display: none;
}

.product-card.active .is-bought{
    display: block;
    font-size: 1.4em;
    color: #fff;
    width: 25%;
    text-align: center;
}

.body-container-second .side-menu button.purchase-cart-button{
    font-size: 2.5em;
}

.body-container-second .product-card.active .product-info{
    background-color: #809cab;
}

.body-container .product-card.active .product-info{
    background-color: #f13636;
}

.product-image{
    height: 82%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/**************************************************************** ESQUEMA DE CORES ALTERNATIVA **********************************************************************/

/********************************************************** CABEÇALHO */

.alternative-screen .main-container .header-container{ background-color: #b8b8b8; }
.alternative-screen .header-container .quantity{ background-color: #809cab; }
.alternative-screen .header-container .buttons button{ background-color: #809cab; }

/********************************************************** CORPO */

/**************************** SEÇÃO DE VISUALIZAÇÃO */

/************** IMAGEM */

.alternative-screen .main-image .discount{ background-color: #b8b8b8; }

/************** MENU LATERAL */

/******* BOTÕES */

.alternative-screen .side-menu .buttons button{ background-color: #809cab; }

/**************************** INFORMAÇÕES */

/************** REF/PREÇO */

.alternative-screen .basic-info .price{ color: #000; }

/************** TAMANHOS/BOTÕES */

.alternative-screen .infos-section .purchase-info{ color: #809cab; }

/******* MULTIPLOS TAMANHOS */

.alternative-screen [data-grid-type=open] .size .name,
.alternative-screen .comprar-calculadora-tamanhos .name{ background-color: #b8b8b8; }

/******* TAMANHO UNICO */

.alternative-screen .alternative-screen .unique .name{ background-color: #809cab; }

/******* BOTÕES */

.alternative-screen .total .quantity{ border-color: #809cab; }

.alternative-screen .purchase-buttons .buttons button{
    background-color: #ffffff; 
    border: 1px solid #809cab;
    color: #809cab;
}

/************** INFOS GRADE FECHADA GANGSTER */ 

.alternative-screen .infos-section .json-grid-info{ color: #809cab; }

/********************************************************** BUSCAR */

.alternative-screen .smartphone-busca-button{ background: #809cab; }

/********************************************************** CALCULADORA */

.alternative-screen .comprar-calculadora-button{ background: #809cab; }  
.alternative-screen .comprar-calculadora-button.action-button{ background: #b8b8b8; }  

/********************************************************** LINK */

.alternative-screen .side-menu .nav-buttons button{ background-color: #809cab; }

.link-buy.alternative-screen .side-menu .nav-buttons button:not(.alt),
.link-buy.alternative-screen .side-menu .buttons button:not(.alt){
    background-color: transparent;
    color: #809cab;
    border: 2px solid #809cab;
}

.alternative-screen #expiration-time-modal .modal-content .time{ color: #809cab; }
.alternative-screen #link-order-modal .data-container .buttons button{ background-color: #809cab; }
.alternative-screen #link-order-modal .products-container .selected{ background-color: #809cab50; }
.alternative-screen #link-order-modal .modal-footer button{ background-color: #809cab; }
