.Conteudo {
    width: 100%;
    padding: 40px 0 100px 0;
}

.Conteudo .card {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 15px 0;
    cursor: pointer;

    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .card-line {
    margin: 0 0 20px 0 !important;
}


.Conteudo .card:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .card-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    padding: 20px 60px;
}

.Conteudo .card-header .BtnCloseCard {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    margin: -25px 55px 0 0;
    pointer-events: none;
}

.Conteudo .card-header img {
    width: 20px;
    height: 20px;
}

.Conteudo .card-header h1 {
    cursor: pointer;
}

.fixed-header {
    position: static;
    width: 100%;
}

@media (min-width: 1000px) {
    .fixed-header {
        position: fixed;
        top: 115px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1120px;
        background-color: #fff;
        z-index: 90;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .header-placeholder {
        height: 190px;
    }
}

@media (max-width: 1200px) {
    .fixed-header {
        max-width: 920px;
    }
}

.header-atacado-small {
    top: 70px !important;
}

.Conteudo .card-body {
    padding: 0 50px 40px 50px;
}

.Conteudo .card-body .card-line {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
}


.Conteudo .CardLineAtacado {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 20px 0;

    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card-smallmargin {
    margin: 0 0 30px 0 !important;
}

.Conteudo .CardLineAtacado:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .CardLineAtacado .card-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    padding: 20px 30px;
}

.Conteudo .CardLineAtacado .card-header .BtnCloseCard {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    margin: -25px 35px 0 0;
    pointer-events: none;
}

.Conteudo .CardLineAtacado .card-header img {
    width: 20px;
    height: 20px;
}

.Conteudo .CardLineAtacado .card-header h1 {
    cursor: pointer;
    font-size: 22px;
}

.Conteudo .CardLineAtacado .card-body {
    padding: 0 30px 20px 30px;
    height: auto;
}

.Conteudo .CardLineAtacado .card-footer {
    background-color: white;
    border-top: 0px solid rgba(0, 0, 0, 0.10) !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    height: 60px;
}

.Conteudo .CardLineAtacado .card-footer .CardLine {
    background-color: rgba(0, 0, 0, 0.15);
    width: 90%;
    height: 1px;
    margin: 0 auto;
}

.Conteudo .CardLineAtacado .card-footer .Btn_Small_Blue {
    margin: 12px 0 0 20px !important;
    color: white;
    letter-spacing: 1.0px;
    font-weight: 300;
}

.Conteudo .CardLineAtacado .card-body .card-line {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
}

.Conteudo .CardLineAtacado .card-body .form-check {
    margin-bottom: 5px;
    width: 45%;
}

.Conteudo .CardLineAtacado .card-body .form-check-marcas {
    margin-bottom: 5px;
    margin-right: 0;
    width: 50% !important;
}

.Conteudo .CardLineAtacado .card-body .form-check-tipoProduto {
    margin-bottom: 5px;
    margin-right: 0;
    width: 100% !important;
}

.Ecommerce {
    width: 85%;
}

.topCardMapas {
    margin-top: 13px !important;
}

.topPricesItemMapas {
    margin-top: 0px !important;
}

.topButtonstemMapas {
    margin-top: -37px !important;
}

.heightMapas {
    height: 189px;
}

.heightMapas2 {
    min-height: 260px;
}

.heightAuto {
    height: 26px !important;
}

.topCardMaps {
    margin-top: 13px !important;
}

.Atacado .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    padding: 20px 30px 20px 30px;
    cursor: pointer;
    z-index: -1;
}

.Atacado .card .ImagemLogo {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ImagemInfo {
    width: 10%;
    margin-left: 200px !important;
    margin-top: -215px !important;
}

.Atacado .PortaCard {
    display: inline-block;
    width: 160px;
    height: auto;
}

.Atacado .PortaFormCard {
    display: inline-block;
    overflow: hidden;
}

.Atacado .PortaImagemCard {
    position: relative;
    width: 125px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.MaxWidth {
    /* min-width: 755px !important; */
    width: 100%;
    justify-content: center;
}

.JustifyContent {
    justify-content: center;
}

.BorderDiv {
    border: 1px solid #dedede;
}

.Atacado .CardMaxWidth {
    min-width: 240px !important;
}

.Atacado .PortaTexto {
    padding: 0 0px;
    width: 222px;
}

.Atacado .PortaTitulo {
    min-width: 150px;
    height: 54px;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.Atacado .PortaDetalhes {
    height: 70px;
}

.Atacado .PortaFooter {
    height: 45px;
    text-align: center;
}

.Atacado .card .BtnCard {
    display: inline-block;
    width: 98px;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    color: #0b5d6c;
    margin: 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Atacado .card .BtnCard:hover {
    background: #38bad1;
    color: #0b5d6c;
}

.Atacado .card .BtnCardIcone {
    display: inline-flex;
    width: 45px;
    height: 45px;
    margin: 0 0 0 5px;
}

.Users .card .BtnCardIcone img {
    display: block;
    width: 45px;
    height: 45px;
}

.Atacado .PortaFooter .CardLine {
    background-color: rgba(0, 0, 0, 0.15);
    width: 90%;
    height: 1px;
    margin: 0 auto 15px auto;
}

.Atacado .card h4 {
    font-size: 20px;
}

.Atacado .card .Tag1 {
    position: absolute;
    top: 0;
    left: 0;
    background: #01acca;
    padding: 3px 4px;
    margin: 25px 0 0 0;
}

.Atacado .card .Tag2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #01acca;
    padding: 3px 4px;
    margin: 51px 0 0 0;
}

.Atacado .card .Tag1 .SmallTxt,
.Atacado .card .Tag2 .SmallTxt {
    font-size: 10px !important;
}

.AtacadoPedido .card .card-body {
    padding: 0 20px 40px 20px;
}

.AtacadoPedido .ImagemLogoPedido {
    width: 120px;
    height: auto;
    display: block;
}

.AtacadoPedido h4 {
    font-size: 18px;
    line-height: 23px;
}

.AtacadoPedido .BtnAdicionarCarrinho {
    width: auto;
    height: auto;
    margin: 20px auto 0 auto;
    border-radius: 6px;
    background: #00a5c9;
    padding: 4px 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
}

.AtacadoPedido .BtnAdicionarCarrinho img {
    width: 10px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}

.AtacadoPedido .BtnAdicionarCarrinho:hover {
    background: #38bad1;
}

.ResultadoPesquisaAtacado .BtnAdicionarCarrinho {
    width: auto;
    height: 40px;
    margin: 20px auto 0 auto;
    border-radius: 6px;
    background: #00a5c9;
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
}


.ResultadoPesquisaAtacado .BtnAdicionarCarrinho img {
    width: 10px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}


.ResultadoPesquisaAtacado .BtnAdicionarCarrinho:hover {
    background: #38bad1;
}

.AtacadoPedido .BtnImportar {
    width: auto;
    height: auto;
    margin: 52px auto 0 auto;
    border-radius: 6px;
    background: var(--corGeral);
    padding: 4px 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: var(--corFonteBtn);
}

.AtacadoPedido .BtnImportar svg {
    width: 25px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}

.AtacadoPedido .BtnImportar:hover {
    background: var(--corGeral);
    filter: brightness(1.20);
}

.BtnImportar svg g g polygon {
    stroke: var(--corFonteBtn);
}

.BtnImportar svg g g path {
    stroke: var(--corFonteBtn);
}

.AtacadoPedido .BtnExportar {
    width: auto;
    height: auto;
    margin: 52px auto 0 auto;
    border-radius: 6px;
    background: #00a5c9;
    padding: 4px 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
}

.AtacadoPedido .BtnExportar img {
    width: 25px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}

.AtacadoPedido .BtnExportar:hover {
    background: #38bad1;
}

.AtacadoPedido .BtnRefazerPesquisa {
    width: auto;
    height: auto;
    margin: 20px 0 0 20px;
    border-radius: 6px;
    background: #00a5c9;
    padding: 4px 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
}

.AtacadoPedido .BtnRefazerPesquisa img {
    width: 20px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}

.AtacadoPedido .BtnRefazerPesquisa:hover {
    background: var(--corGeral);
    filter: brightness(1.20);
}

.AtacadoPedido .BtnPesquisar {
    width: auto;
    height: 40px;
    margin: 0 auto 0 auto;
    border-radius: 6px;
    background: var(--corGeral);
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: white;
}

.AtacadoPedido .BtnPesquisar img {
    width: 20px !important;
    height: auto !important;
    margin: 0 8px 0 0;
}

.AtacadoPedido .BtnPesquisar:hover {
    background: var(--corGeral);
    filter: brightness(1.20);
}

.AtacadoPedido .RowTitle {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.AtacadoPedido .IconeCarrinho {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 10px 0 0;
}

.AtacadoPedido .sizeTitleCars {
    font-size: 20px !important;
}

.AtacadoPedido .ColunaDados {
    padding: 0 15px;
}

.AtacadoPedido .ColunaDados .Cinza1,
.AtacadoPedido .ColunaDados .Cinza2 {
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.AtacadoPedido .ColunaDados .Cinza1 {
    background: #f2f2f2;
    padding: 0 0 0 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.10);
}

.AtacadoPedido .ColunaDados .Cinza2 {
    background: #f2f2f2;
    padding: 0 0 0 20px;
}



.ContainerGradeAtacado {
    width: calc(100% - 110px);
}

.GradeAtacado table {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100% !important;
    max-width: 100%;
}

.GradeAtacado table .CellCenter {
    text-align: center !important;
}

.GradeAtacado table th {
    font-weight: normal;
    vertical-align: inherit !important;
    border: 0px solid #00a5c9 !important;
    height: 100% !important;
    padding: 0;
}

.GradeAtacado .ColunaVertical {
    padding: 5px;
}

.GradeAtacado .ColunaHorizontal {
    padding: 0px;
}

.GradeAtacado .ThComBordaTop {
    border-top: 1px solid #00a5c9 !important;
}

.GradeAtacado .ThAzul {
    background: var(--corGradPositiva);
    color: var(--fonteGradPositiva);
    border: 1px solid var(--corGradPositivaBorder);
    height: 40px;
}

.GradeAtacado .Base {
    min-width: 75px;
}

.GradeAtacado .Material {
    min-width: 95px;
}

th.ThAzul.ThCentralizado.ThHeaderM {
    min-width: 46px;
}

th.ThAzulClaro.ThCentralizado.ThHeaderM.Negativo {
    min-width: 46px;
}

.GradeAtacado .ThAzul2 {
    background: var(--corGradPositiva);
    color: var(--fonteGradPositiva);
    border: 0px solid var(--corGradPositivaBorder);
    height: 40px;
}

.GradeAtacado .ThAzul2BordaRight {
    background: var(--corGradPositiva);
    color: var(--fonteGradPositiva);
    border-right: 1px solid var(--corGradPositivaBorder);
    height: 40px !important;
}


.CarouselGrade .ThHeader1 {
    width: 135px;
}

.CarouselGrade .ThHeader2 {
    width: 100px;
}

.GradeAtacado .ThAzulClaro {
    background: #37c6e5;
    color: var(--fonteGradPositiva);
    border: 1px solid var(--corGradPositivaBorder);
    height: 40px;
}

.GradeAtacado .ThComBordaDireita {
    border: 1px solid var(--corGradPositivaBorder)
}

.GradeAtacado table td {
    height: 30px;
    min-height: 30px;
    vertical-align: inherit !important;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #f7f7f7;
}

.GradeAtacado .TdSemContorno {
    border: 1px solid transparent !important;
    border-right: 1px solid rgba(0, 0, 0, 0.10) !important;

}

.GradeAtacado .TdContorno {
    border: 0px solid rgba(0, 0, 0, 0.10);
    background-color: #f7f7f7;
    text-align: center;
    position: relative;

}

.GradeAtacado .TdContorno .form-group {
    margin-bottom: 0 !important;
}

.GradeAtacado .TdNoAfterRight:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 20px;
    margin: -5px 0 0 0;
    border-right: 0px solid var(--corGradPositiva);
}

.GradeAtacado .TdAfterRight:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 20px;
    margin: 5px 0 0 0;
    background: var(--corGradPositiva);
}

.GradeAtacado table tbody tr:hover {
    background: #f5f5f5;
}


.GradeAtacado table thead {
    background: var(--corGradPositiva);
    color: var(--fonteGradPositiva);
    letter-spacing: 2px;
}

.GradeAtacado table .IconeNotaFiscal {
    display: block;
    width: 16px;
    height: auto;
    margin: 0 auto 0 auto;
}


.GradeAtacado table .IconePesquisar {
    display: block;
    width: 20px;
    height: auto;
    margin: 0 auto 0 auto;
}

.GradeAtacado table .IconeExcluir {
    display: block;
    width: 18px;
    height: auto;
    margin: 0 auto 0 auto;
}

.GradeAtacado table .IconeCancelar {
    display: block;
    width: 15px;
    height: auto;
    margin: 0 auto 0 auto;
}

.GradeAtacado table .IconePagar {
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto 0 auto;
}

.GradeAtacado .table-responsive {
    display: inherit;
    width: 100 !important;
}

.GradeAtacado .ThCentralizado {
    text-align: center;
    white-space: nowrap;
}

.GradeAtacado .LinhaHeader {
    height: 35px !important;
}

.GradeAtacado .Th90graus {
    padding: 0 !important;
    width: 40px !important;
}

.GradeAtacado .item {
    padding: 0;
}

/*.GradeAtacado .NoBorder {
border: 1px solid var(--corGradPositivaBorder) !important;
}*/

.GradeAtacado .HeadAzulClaro thead th {
    background: var(--corGradPositiva) !important;
    color: var(--fonteGradPositiva) !important;
    letter-spacing: 2px;
    font-weight: 600 !important;
    border: 0px solid var(--corGradPositivaBorder) !important;
}

.GradeAtacado .HeadAzulClaro {
    background: var(--corGradPositiva);
}

.travaTitle {
    position: sticky;
    top: 0px;
    z-index: 100;
}

.travaText {
    position: sticky;
    z-index: 100;
    top: 35px;
}

.travaTextMedidas {
    position: sticky;
    z-index: 100;
    top: 35px;
}

.travaTextOlhos {
    position: sticky;
    z-index: 100;
    top: 50px;
}


.GradeAtacado .NoBorderAzulClaro {
    border: 1px solid var(--corGradPositivaBorder) !important;
}

.GradeAtacado .Texto90graus {
    transform: rotate(-90deg);
    font-size: 12px;
    letter-spacing: 2px !important;
}

.GradeAtacado .FormSmall,
.ResultadoPesquisaAtacado .FormSmall {
    width: 100%;
    height: 20px;
    /*min-width: 75px;*/
    margin: 0;
    border-radius: 0 !important;
    padding: 5px 10px !important;
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.0) !important;
}

.FormSmall2 {
    width: 80% !important;
    height: 30px !important;
    margin: 0 auto;
    border-radius: 0 !important;
    padding: 5px 10px !important;
    text-align: center !important;
    border: 1px solid rgba(0, 139, 208, 0.0) !important;
}

.GradeAtacado .FormSmall:active,
.GradeAtacado .FormSmall:focus,
.ResultadoPesquisaAtacado .FormSmall:active,
.ResultadoPesquisaAtacado .FormSmall:focus {
    width: 100%;
    height: 20px;
    padding: 5px 10px !important;
    border: 1px solid rgba(0, 139, 208, 0.5) !important;
}

.GradeAtacado .BtnEscolheGradePositiva {
    position: relative;
    display: inline-block;
    background-color: var(--corGradPositiva);
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: white;
    margin: 0 10px 0 0;
    padding: 4px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.GradeAtacado .BtnEscolheGradePositiva:hover {
    background-color: var(--corGradPositiva);
    filter: brightness(0.80);
    color: white;
    outline: none;
    cursor: pointer;
}

.GradeAtacado .BtnEscolheGradeNegativa {
    position: relative;
    display: inline-block;
    background-color: #37c6e5;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: white;
    margin: 0 0 0 0;
    padding: 4px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.GradeAtacado .BtnEscolheGradeNegativa:hover {
    background-color: #27b7d7;
    color: white;
    outline: none;
    cursor: pointer;
}

.BtnEscolheGradeAfter:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 50%;
    background: url("../svg/DownQuantity.svg") center center no-repeat;
    background-size: 30px;
    margin: 0 0 -35px -15px;
}

.LinhaTituloPesquisa {
    border-bottom: 1px solid #00a5c9;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.LinhaDetalhesPesquisa {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.LinhaDetalhesPesquisa .form-check {
    margin-top: -10px;
}

.AlturaLinhaTituloResultadoPesquisaAtacado {
    min-height: 35px;
}

.card-header-line-ItensCarrinho {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    padding: 0 20px !important;
    height: 70px;
}

.card-header-line-height-ItensCarrinho {
    height: 70px;
}

.card-header-line-height-ItensCarrinho_BordaLista {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.card-header-line-height-ItensCarrinho_Lista {
    height: 55px;
}

.card-body-ItensCarrinho {
    padding: 0 20px 0 20px !important;
}

.BtnCloseCard_ItensCarrinho {
    margin: 9px 0 0 5px !important;
}

.IconeExcluirItemCarrinho {
    width: 20px;
    height: 20px;
}

.LarguraColVazia {
    width: 30px;
}

.TextoEscondido {
    height: 1px !important;
}

.IconeTransportadora {
    max-width: 80px;
}

#Fretes {
    border: 1px solid #00a5c9 !important;
    border-radius: 6px;
}

.ItensCarrinho_Coluna1_frete {
    width: 18%;
}

.ItensCarrinho_Image_frete {
    text-align: center;
}

.ItensCarrinho_Coluna2_frete {
    width: 28%;
}

.ItensCarrinho_Coluna3_frete {
    width: 5%;
}

.ItensCarrinho_Coluna0 {
    width: 10%;
}

.ItensCarrinho_Coluna1 {
    width: 15%;
}

.width20Porcento.ItensCarrinho_Coluna1 {
    width: 20%;
}

.ItensCarrinho_Coluna2 {
    width: 28%;
}

.ItensCarrinho_Coluna3 {
    width: 5%;
}

.ItensCarrinho_Coluna4 {
    width: 11%;
    padding-right: 10px;
    padding-left: 10px;
}

.ItensCarrinho_Coluna5,
.ItensCarrinho_Coluna7 {
    width: 13%;
}

.ItensCarrinho_Coluna6 {
    width: 7%;
}

.ItensCarrinho_Coluna8 {
    width: 0%;
}

.ItensCarrinho_Coluna9 {
    width: 5%;
}

.ItensDoPedido .ColunaDados {
    padding: 0 30px;
}

.ItensDoPedido2 .ColunaDados {
    padding: 0 0 !important;
}

.ItensDoPedido .ColunaDados .Cinza1,
.ItensDoPedido .ColunaDados .Cinza2 {
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.ItensDoPedido2 .ColunaDados .Cinza2 {
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ItensDoPedido .ColunaDados .Cinza1 {
    background: #f2f2f2;
    padding: 0 0 0 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.10);
}

.ItensDoPedido2 .ColunaDados .Cinza1 {
    background: #f2f2f2;
    padding: 0 0 0 0;
    text-align: center !important;
    border-bottom: 0px dashed rgba(0, 0, 0, 0.10);
}

.ItensDoPedido .ColunaRight {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.ItensDoPedido .ColunaDados .Cinza2 {
    background: #f2f2f2;
    padding: 0 0 0 20px;
}

.ItensDoPedido2 .ColunaDados .Cinza1 {
    background: #f2f2f2;
    padding: 0 0 0 20px;
}

.ItensDoPedido2 .ColunaDados .Cinza2 {
    background: #f2f2f2;
    padding: 0 0 0 0;
}

.ItensDoPedido h4 {
    font-size: 20px;
    line-height: 23px;
}

.DivAdicionarCarrinho {
    position: fixed;
    bottom: 35px;
    right: -47px;
    width: 100px;
    height: 100px;
    margin: 0 40px 110px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Sobe_DivAdicionarCarrinho {
    margin: 0 35px 65px 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivAdicionarCarrinho .BtnAdicionarCarrinho {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #00a5c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.DivAdicionarCarrinho .BtnAdicionarCarrinho:hover {
    width: 75px;
    height: 75px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivAdicionarCarrinho svg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.groupFilters {
    margin-top: -17px;
}

.topFilters {
    margin-top: 15px !important;
}

.topMargin10 {
    margin-top: 10px !important;
}

.topPadding15 {
    padding: 15px 0 100px 0 !important;
}

.topPadding10 {
    padding-top: 10px !important;
}

.topMargin45 {
    margin-top: 45px !important;
}

.LinhaPesquisas {
    padding: 30px 20px 30px 20px;
    background: rgba(0, 0, 0, 0.03);
    height: 80px;
}

.LinhaPesquisasVideos {
    background: rgba(0, 0, 0, 0) !important;
}

.LinhaPesquisas .BtnPesquisaNormal {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 5px 10px 0 0;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 100%;
}

.LinhaPesquisas .BtnPesquisaNormal:hover {
    background: rgba(0, 0, 0, 0.065);
}

.LinhaPesquisas .BtnPesquisaNormal img {
    width: 25px !important;
    height: auto !important;
}

/* .LinhaPesquisas .form-group {
    margin-bottom: 0 !important;
} */

.LinhaPesquisas .Btn_Small_Blue {
    margin: 12px 0 0 20px !important;
    color: white;
    letter-spacing: 1.0px;
    font-weight: 300;
}

.LinhaPesquisas .BoxSwitch {
    margin-top: 15px !important;
}

.LinhaPesquisas .zeroMargimTop {
    margin-top: -5px !important;
}

.LinhaPesquisas .LabelSwitch {
    margin-top: 20px !important;
    color: var(--corFonte) !important;
    font-weight: 400;
    cursor: pointer;
}

.LinhaPesquisas .LabelSwitch2 {
    margin-top: 7px !important;
    font-weight: bold;
    font-size: 12px;

}

.marginBottomPonto2Rem {
    margin-bottom: 0.2rem;
}

.CardPagamentos .Btn_Small_Blue {
    margin-right: 5px;
    letter-spacing: 0.6px;
}

.CardPagamentos .FormGroupCartao1 {
    width: 300px !important;
}

.CardPagamentos .ValorPagarAgora {
    margin: 13px 0 0 6px;
}

@media (max-width: 450px) {

    .ResultadoPesquisaLinha2 {
        text-align: left !important;
    }

    .LinhaPesquisas .form-group {
        margin-bottom: 10px !important;
    }

    .AtacadoPedido .BordaRight {
        margin: 10px 0 10px 0;

    }

    .ColunaDados {
        padding: 20px 5px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    }

    .AtacadoPedido .ColunaDados .Cinza1,
    .AtacadoPedido .ColunaDados .Cinza2 {
        padding: 0 0 0 10px !important;
    }

    .AtacadoPedido .ColunaDados .Cinza1,
    .AtacadoPedido .ColunaDados .Cinza2 {
        align-items: center !important;
    }

    .LinhaResultadoMobile {
        margin: 15px 0 0 0;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

    .LinhaMobile2 .form-group {
        width: 70% !important;
    }

    .Conteudo .card-header {
        height: auto;
        padding: 20px 30px !important;
    }

    .card-header-line-height-ItensCarrinho {
        height: auto !important;
    }

    /* .ItensCarrinho_Coluna2,
    .ItensCarrinho_Coluna3,
    .ItensCarrinho_Coluna4,
    .ItensCarrinho_Coluna6,
    .ItensCarrinho_Coluna7 {
        margin-top: 8px;
    } */

    /* .ItensCarrinho_Coluna8 {
        padding-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        margin-top: 15px;
    } */

    /* .BtnCloseCard_ItensCarrinho {
        margin: -20px 0 0 0 !important;
    } */

    /* .card-header-line-height-ItensCarrinho_Lista {
        height: auto;
        padding-bottom: 20px;
    } */

    .TextoEscondido {
        color: #00a5c9 !important;
        height: auto !important;
    }

    .ItensDoPedido .ColunaRight {
        border-right: 1px solid rgba(0, 0, 0, 0.0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .ItensDoPedido .LineOnlyMobile {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .CardPagamentos .Btn_Small_Blue {
        margin-right: 0;
        margin-bottom: 5px;
    }

}

.form-control,
.form-control:focus,
.select-selected {
    height: 50px;
}

#complementoTipo {
    height: 50px;
}

.complementoTipoAdd {
    height: 50px;
}

input.filled~label,
.FormMaterial input:focus~label {
    margin: -45px 0 0 14px !important;
}

.cardsItems {
    height: 292px;
    margin: 0 0 15px -14px;
}

.TypeSelectFilter {
    margin-top: -17px;
}

.CardFooterSelectFilter {
    margin-bottom: -23px;
}

.Conteudo .CardFooterSelectFilter {
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    height: 60px;
}

.Conteudo .CardFooterSelectFilter .Btn_Small_Blue {
    margin-top: 15px;
    color: white;
    letter-spacing: 1.0px;
    font-weight: 300;
}

.CardSelectFiler {
    height: auto;
    padding: 25px;
}

.SelectFilter {
    position: relative;
}

.chosen-value,
.value-list {
    width: 100%;
}

.chosen-value {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    font-size: 14px;
    padding: 1rem;
    color: black !important;
    background-color: var(--corGeral);
    border: 0px solid transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    filter: brightness(1.20);
}

.chosen-value::-webkit-input-placeholder {
    color: #333;
}

.chosen-value:hover {
    background-color: var(--corGeral);
    filter: brightness(1.20);
    cursor: pointer;
}

.chosen-value:hover::-webkit-input-placeholder {
    color: #333;
}

.Conteudo {
    width: 100%;
    padding: 40px 0 100px 0;
}

.Conteudo .card {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 15px 0;
    cursor: pointer;

    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .card-line {
    margin: 0 0 20px 0 !important;
}

.Conteudo .card:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .card-header img {
    width: 20px;
    height: 20px;
}

.Conteudo .card-header h1 {
    cursor: pointer;
}

.Conteudo .card-body .card-line {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
}

.Conteudo .CardLineAtacado {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 20px 0;

    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card-smallmargin {
    margin: 0 0 30px 0 !important;
}

.SelectFilter:after {
    position: absolute;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: url("../svg/LupaWhite.svg") center center no-repeat;
    background-size: 25px;
    margin-top: 0px;
}

.chosen-value:focus,
.chosen-value.open {
    outline: 0;
    background-color: var(--corGeral);
    filter: brightness(1.20);
    color: #000;
}

.chosen-value:focus::-webkit-input-placeholder,
.chosen-value.open::-webkit-input-placeholder {
    color: black;
}

.value-list {
    position: relative;
    list-style: none;
    /*margin-top: 4rem;*/
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.value-list.open {
    max-height: 108px;
    overflow: auto;
}

.value-list {
    padding-inline-start: 0 !important;
}

.value-list li {
    position: relative;
    /*height: 40px;*/
    background-color: white;
    /*padding: 0 30px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    opacity: 1;
    /*display: table-footer-group;*/
}

.alinhaFiltro {
    /* place-content: end;*/
}

.alinhaFiltro a {
    margin: 0px 15px 5px 0;
}

.botaoLimpaFiltros {
    text-align: end;
}

.cardFiltros {
    /*max-width: 900px;*/
    margin: 5px 0px 0px 0px !important;
}

.value-list li:hover {
    background-color: var(--corGeral);
    filter: brightness(1.20);
}

.value-list li.closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}

.value-list li.ligado {
    background-color: var(--corGeral);
    filter: brightness(1.20);
}

.PaginationPages .NavSeta {
    width: 20px;
    height: auto;
    ;
}

.page-link {
    color: #00a5c9 !important;
}

.PaginationPages .page-item.active .page-link {
    background-color: var(--corGeral);
    border-color: var(--corGeral);
}

.page-item.active .page-link {
    color: #fff !important;
}

.DivPagamento {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.DivPromo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.IconeFormaPagamento {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Move_IconeFormaPagamento {
    margin: 0 auto 12px auto !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Btn_FormaPagamento {
    width: 137px;
    display: inline-block;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    color: white !important;
    margin: 0 0 0 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
    text-align: center;
}

.Btn_Promo {
    width: 100%;
    display: inline-block;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    color: white !important;
    margin: 0 0 0 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
    text-align: center;
}


.Btn_FormaPagamento:hover,
.Btn_FormaPagamento:active,
.Btn_FormaPagamento:focus {
    background: #38bad1;
    color: #0b5d6c;
}

.SectionModalPagamentos {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.Show_SectionModalPagamentos {
    opacity: 1 !important;
    pointer-events: auto !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.SectionModalPagamentos .LineHeader {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SectionModalPagamentos .IconeFormaPagamento {
    width: 70px;
    height: auto;
    display: block;
}

.SectionModalPagamentos .IconeCodSeguranca {
    width: 40px;
    height: auto;
    display: block;
    margin: 20px auto 0 auto;
}

.Move_IconeFormaPagamento {
    margin: 0 auto 12px auto !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.SectionModalPagamentos .DivModalPagamentos {
    opacity: 0;
    pointer-events: none;
    margin-top: 30px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_DivModalPagamentos {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 0 !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.SectionModalPagamentos .DivModalPagamentos .card {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 0 0;
    padding: 40px 60px;

    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.07);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.SectionModalPagamentos .ValorPagarAgora {
    margin: 13px 0 0 6px;
}

.TiposCartao:after {
    position: absolute;
    display: block;
    content: '';
    width: 185px;
    height: 35px;
    top: 0;
    right: 0;
    background: url("../images/CartoesCredito.png") center center no-repeat;
    background-size: 185px;
    margin: 12px;
    pointer-events: none;
}

.AfterCVC:after {
    position: absolute;
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    background: url("../svg/CodSeguranca.svg") center center no-repeat;
    background-size: 35px;
    margin: 12px;
}

.FormSmallPedido,
.FormSmallPedido:focus,
.FormSmallPedido:active {
    width: 100%;
    height: 30px;
    margin: 0;
    border-radius: 0 !important;
    padding: 5px 4px !important;
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.ThHeaderM {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.ThHeaderB {
    /*position: sticky;*/
    top: 0;
    left: 150px !important;
    z-index: 11;
    border-right: 1px solid #0c769a;
}

.AfastaImagem {
    border-right: 5px solid white;
}

.stars {
    cursor: pointer;
    display: flex;
}

.stars2 {
    cursor: pointer;
    display: flex;
}

/*.stars:hover .star polygon {
    fill: #ffd055 !important;
  }*/
.stars .star polygon {
    fill: #d8d8d8;
}

.star2 polygon {
    fill: #d8d8d8;
}

/*.stars .star:hover ~ .star polygon {
    fill: #d8d8d8 !important;
  }
  .stars[data-stars="2"] .star:nth-child(1) ~ .star polygon {
    fill: #d8d8d8;
  }*/
.star {
    margin-left: 199px !important;
    margin-top: -160px !important;
}

.starSolo {
    margin-top: -137px !important;
    margin-left: 199px !important;
}

.star2 {
    margin-top: 0px !important;
}

.ativo {
    fill: #ffd055 !important;
}

.inativo {
    fill: #d8d8d8 !important;
}

.MousePointer {
    cursor: pointer;
}

.AvisoAtualizaPedido,
.AvisoAtualizaPedidoValorUnitario {
    padding-left: 20px !important;
}

.GradeAtacado .HeadNegativo thead th {
    background: var(--corGradNegativa) !important;
    color: var(--fonteGradNegativa) !important;
    letter-spacing: 2px;
    font-weight: 600 !important;
    border: 0px solid var(--corGradNegativaBorder) !important;
}

.barraRolagem {
    position: relative;
    max-height: 550px;
    overflow-y: auto;
    display: block;
    border: 0;
}

.GradeAtacado .BtnEscolheGradeNegativa:hover {
    background-color: var(--corGradNegativa) !important;
    filter: brightness(0.80);
}

.Negativo {
    background: var(--corGradNegativa) !important;
    color: var(--fonteGradNegativa) !important;
    font-weight: 600 !important;
    border: 1px solid var(--corGradNegativaBorder) !important;
}

.LupaCrifrao {
    margin-left: 190px !important;
    margin-top: -200px !important;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.LupaCrifraoSInfo {
    margin-left: 190px !important;
    margin-top: -163px !important;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.HeaderTableProduto {
    background-color: var(--corGeral);
    color: white;
}

.ModalValorProduto {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1055;
    pointer-events: none;
    opacity: 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_ModalValorProduto {
    opacity: 1 !important;
    pointer-events: auto !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cardPequeno {
    width: 700px;
}

.Atacado .PortaTexto2 {
    position: absolute;
    top: 271px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
}

.SmallTxt2 {
    font-size: 9px;
    line-height: 11px;
}

.Atacado .cardHeight390px {
    height: 292px !important;
}

.Conteudo .cardMarginBotton30px {
    margin-bottom: 30px !important;
}

.ImagemInfoMarginTop-235 {
    margin-top: -235px !important;
    width: 22px;
}

.starMarginTop-170 {
    margin-top: -170px !important;
}

.starSoloMarginTop-148 {
    margin-top: -148px !important;
}

.LupaCrifraoMarginTop-220 {
    margin-top: -220px !important;
}

.LupaCrifraoSInfoMarginTop-176 {
    margin-top: -176px !important;
}

#CardFretesCab {
    height: 50px;
}

.div_filtro {
    justify-content: center;
    /* margin-left: 41px !important; */
}

.AjusteModal {
    width: 875px;
}

.fontFiltros {
    font-size: 20px !important;
}

@media (max-width: 450px) {
    #CardFretesCab {
        height: auto !important;
        position: relative;
    }

    .ItensCarrinho_Coluna2MarginTop0 {
        margin-top: 0 !important;
    }

    /* #closeFrete {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } */

    .BtnCloseCard.BtnCloseCard_ItensCarrinho {
        right: 20px;
    }

    /* .MaxWidth {
        min-width: auto !important;
    } */

    .div_filtro {
        margin-left: 0 !important;
    }

    .Atacado .PortaTitulo {
        min-width: 200px;
    }

    .ThHeaderM {
        position: unset;
    }

    .ThHeaderB {
        position: unset;
    }

    .GradeAtacado .BtnEscolheGradePositiva {
        margin: 0 0 10px 0 !important;
    }

}


@media (min-width: 768px) and (max-width: 1180px) {
    .AtacadoPedido .ColunaDados {
        padding: 0 15px;
    }

    .divItensAtacado {
        min-width: 700px;
    }

    .AtacadoPedido .RowTitle h1 {
        width: 205px;
    }

    .AtacadoPedido .top20 {
        margin-top: 65px !important;
    }

}

@media (min-width: 540px) and (max-width: 912px) {

    .AtacadoPedido .BtnPesquisar img {
        display: none;
    }

    .Btn_1_Largura250 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .Btn_1_Largura250 .Btn_1 {
        width: 265px;
        margin-right: 0px !important;
    }

    .heightAuto {
        height: 70px !important;
    }
}

@media (max-width: 540px) {
    .Conteudo .card-header {
        height: auto;
        padding: 20px 30px !important;
    }

    .card-header-line-height-ItensCarrinho {
        height: auto !important;
    }

    .cardFiltros {
        margin: 0 0 0 0 !important;
    }

    /* .card-header-line-height-ItensCarrinho_Lista {
        height: auto;
        padding-bottom: 20px;
    } */
}

.Importar .ImagemInfoMarginTop-235 {
    margin: 0px 10px 0px 0px !important;
    width: 20px;
}

.ModalXml {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1000;
}

.ModalXml .ModalXml_Texto {
    height: 90%;
    overflow-y: scroll;
    padding: 0 40px 40px 40px;
}

.ModalXml .ModalXml_Header {
    height: fit-content;
    padding: 0 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ModalXml .ModalXml_Conteudo .ImagemExcel {
    width: 400px;
    height: auto;
    margin: 15px 0 0 0;
}

.ModalXml .ModalXml_Conteudo {
    height: 60vh;
    max-height: 70vh;
    background: white;
    border-radius: 30px;
    padding: 20px;
}

.ModalXml .ModalXml_Conteudo .ImagemExcel {
    width: 400px;
    height: auto;
    margin: 15px 0 0 0;
}

.ModalXml .ModalXml_Conteudo .ConteudoXml {
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 40px 30px 40px;
}

.Show_ModalXml {
    opacity: 1 !important;
    pointer-events: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ModalXml .BtnCloseModal {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
    margin: 20px 30px 0 0;
}

.ModalAtivaCatalogo {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1000;
}

.ModalAtivaCatalogo .ModalAtivaCatalogo_Texto {
    height: 90%;
    overflow-y: scroll;
    padding: 0 40px 40px 40px;
}

.ModalAtivaCatalogo .ModalAtivaCatalogo_Header {
    height: 10%;
    padding: 0 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ModalAtivaCatalogo .ModalAtivaCatalogo_Conteudo .ImagemExcel {
    width: 400px;
    height: auto;
    margin: 15px 0 0 0;
}

.ModalAtivaCatalogo .ModalAtivaCatalogo_Conteudo {
    height: 60vh;
    max-height: 70vh;
    background: white;
    border-radius: 30px;
    padding: 20px;
}

.ModalAtivaCatalogo.ModalAtivaCatalogo_Conteudo .ImagemExcel {
    width: 400px;
    height: auto;
    margin: 15px 0 0 0;
}

.ModalAtivaCatalogo .ModalAtivaCatalogo_Conteudo .ConteudoAtivaCatalogo {
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 40px 30px 40px;
}

.Show_ModalAtivaCatalogo {
    opacity: 1 !important;
    pointer-events: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ModalAtivaCatalogo .BtnCloseModal {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
    margin: 20px 30px 0 0;
}


@media (max-height: 414px) {

    .AtacadoPedido .BordaRight {
        margin: 10px 0 10px 0;
    }

    .ThHeaderM {
        position: unset;
    }

    .ThHeaderB {
        position: unset;
    }
}

@media (max-width: 768px) {
    .marginTop15 {
        margin-top: 15px;
    }

    .groupFilters {
        margin-top: auto;
    }

    .heightMapas {
        height: 100%;
    }

    .centerButton {
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
    }

    .displayFlex {
        display: flex !important;
    }

    .displayFlex a {
        margin: 0 2px 0 2px !important;
        font-size: 9px !important;
    }
}

@media (max-width: 1180px) {

    .gradeProdutosFinalizarPedidoPadding {
        padding: 10px;
    }

    .gradeProdutosFinalizarPedidoWidth {
        min-width: 1050px;
    }

    .gradeProdutosFinalizarPedidoOverflow {
        display: block;
        width: 100%;
        overflow-x: auto !important;
    }

    .freteAtacadoPadding {
        padding: 10px;
    }

    .freteAtacadoWidth {
        width: 800px;
    }

    .freteAtacadoOverflow {
        display: block;
        width: 100%;
        overflow-x: auto !important;
    }

    .freteAtacadoWidth .card-header-line-height-ItensCarrinho_Lista,
    .freteAtacadoWidth .card-body-ItensCarrinho {
        padding: 0px !important;
    }

    .freteAtacadoWidth .card-body,
    .freteAtacadoWidth.card-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .gradeProdutosFinalizarPedidoWidth .card-header-line-ItensCarrinho,
    .gradeProdutosFinalizarPedidoWidth .card-body-ItensCarrinho {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Conteudo .card-header .ItensCarrinho_Coluna9 .BtnCloseCard {
        position: relative;
        margin: 0px 0px 0px 10px !important;
    }

    .ItensCarrinho_Coluna8,
    .ItensCarrinho_Coluna9 {
        width: auto !important;
        padding: 0px !important;
    }

    .AvisoArraste.d-sm-none {
        display: block !important;
    }
}

@media (min-width: 667px) and (max-width: 1180px) {
    /* .MaxWidth {
        min-width: auto !important;
        width: 100%;
    } */

    .div_filtro {
        margin-left: unset !important
    }

    /* .PaddingMenor {
        padding-left: 0px;
        padding-right: 0px;
    } */

    .Atacado .CardMaxWidth {
        min-width: 215px !important;
    }

    .ImagemInfo {
        margin-left: 170px !important;
    }

    .star {
        margin-left: 168px !important;
    }

    .LupaCrifrao {
        margin-left: 162px !important;
    }

    .LupaCrifraoSInfo {
        margin-left: 162px !important;
    }

    .PaddingOnlyRight {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 760px) {
    .LinhaPesquisas {
        height: auto;
    }

    .leftPrice {
        margin-left: 50px !important;
    }

    .leftStar {
        margin-left: 50px !important;
    }
}

@media (max-width: 999px) {
    .LinhaPesquisas {
        height: auto;
    }

    .groupFilters {
        margin-top: auto;
    }

    .leftPrice {
        margin-left: 50px !important;
    }

    .leftStar {
        margin-left: 50px !important;
    }
}

@media (max-width: 915px) {
    .heightMapas {
        height: 100%;
    }

    .AtacadoPedido .IconeCarrinho {
        width: 33px;
    }

    .heightAuto {
        height: 30px !important;
    }

    .SmallTxt .TextColor {
        font-size: 11px !important;
    }
}

@media (max-width: 932px) {
    .heightMapas {
        height: 100%;
    }

    .AtacadoPedido .IconeCarrinho {
        width: 33px;
    }

    .heightAuto {
        height: 30px !important;
    }

    .SmallTxt .TextColor {
        font-size: 11px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    #div_produtos .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .LinhaPesquisas .PaddingMenor {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .ImagemInfo {
        margin-left: 200px !important;
    }

    .star {
        margin-left: 200px !important;
    }

    .LupaCrifrao {
        margin-left: 193px !important;
    }

    .LupaCrifraoSInfo {
        margin-left: 193px !important;
    }

    .LinhaPesquisas .col-lg-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .LinhaPesquisas .col-lg-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 1024px) {

    .pesaquisaAtacadoResultadoOverflow .pesquisaAtacadoResultadoWidth {
        min-width: 823px;
    }

    .pesaquisaAtacadoResultadoOverflow {
        overflow-x: scroll;
    }
}

.col-12.ItensCarrinho_Coluna1,
.col-12.ItensCarrinho_Coluna2,
.col-6.ItensCarrinho_Coluna3,
.col-6.ItensCarrinho_Coluna4,
.col-12.ItensCarrinho_Coluna5,
.col-12.ItensCarrinho_Coluna6,
.col-12.ItensCarrinho_Coluna7,
.col-12.ItensCarrinho_Coluna8,
.col-12.ItensCarrinho_Coluna9,
#Fretes .col-12 {
    flex: 0 0 auto !important;
    max-width: 100% !important;
}

.Material.Negativo,
.ThHeaderM,
.ThHeaderB {
    border: none !important;
}

@media (min-width:844px) and (max-width:915px) {
    .NoMarginTop {
        margin-top: 0 !important;
    }
}

.zoomImgProdutoDiversosEvents {
    position: absolute;
    display: block;
    width: 120px;
    height: 150px;
    top: 29px;
    left: 50%;
    margin-left: -60px;
}

.img_produtos_diversos_grande {
    width: 220px;
    height: auto;
}

.div_img_produtos_diversos_grande {
    display: none;
    position: absolute;
    width: 230px;
    margin-left: -115px;
    left: 50%;
    /* bottom: 420px; */
    bottom: 300px;
    padding: 5px;
    z-index: 105;
    background-color: grey;
}

.w3-button.w3-black.w3-display-left {
    position: absolute;
    top: 110px;
    left: 35px;
}

.w3-button.w3-black.w3-display-right {
    position: absolute;
    top: 110px;
    right: 35px;
}

.qtdProdutosDiversos {
    width: 80%;
    height: 30px !important;
    background-color: #ffffff;
}

.inteiro {
    width: 60px !important;
}

.decimalMapa {
    width: 60px !important;
}

.linkNovoUsuarioClubepremio {
    text-align: center !important;
}

.linkNovoUsuarioClubepremio a {
    padding: 0px !important;
    line-height: unset !important;
    margin: 0px !important
}

.campo .form-group {
    width: 60px !important;
}

b.decimalMapa.selectGrid.form-control.FormSmall {
    width: 60px !important;
}

#DataList_Adicao,
#DataList_Base {
    max-height: 200px;
    overflow-y: scroll;
}

#btn_frete {
    padding-left: 5px;
    padding-right: 5px;
}

.labelCilindrico {
    text-align: left !important;
}

.paddingBottom13 {
    padding-bottom: 13px !important;
}

.ResultadoPesquisaAtacado .card-body #form_mapas .card-line {
    margin-bottom: 5px !important;
}

.ThAzul.Th90graus.Thpositivo.NoBorder.labelEsferico,
.ThAzulClaro.Th90graus.Thnegativo.Negativo.labelEsferico {
    vertical-align: top !important;
}

.labelEsferico p.Texto90graus {
    display: block !important;
    margin-top: 20px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#colbotCarregarMaisProdutos {
    text-align: right;

}

#colbotCarregarMaisProdutos button {
    margin-right: 20px;
}

@media (max-width: 1200px) {

    #colbotCarregarMaisProdutos {
        text-align: center;
    }

    #colbotCarregarMaisProdutos button {
        margin-right: 20px;
    }
}

@media (max-width: 740px) {
    #colbotCarregarMaisProdutos button {
        width: 100%;
        height: 35px;
    }
}

.hiddenRow {
    padding: 0 !important;
}

.ajustaTabela {
    width: 98%;
    margin-bottom: 0px;
}

.cardTable {
    align-items: center;
}

.ajustaTabela thead th,
.ajustaTabela td {
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.hiddenItens th div {
    width: 25px;
}

.table td,
.table th {
    padding: inherit !important;
    vertical-align: baseline !important;
}

@media (max-width: 1180px) {

    .cardTable {
        overflow-x: auto !important;
        max-width: 1050px;
    }

    .ajustaTabela {
        width: 1050px !important;
        margin-bottom: 0px;
    }
}

.codigoItem {
    width: 120px;
}

.descItem {
    width: 270px;
}

.diametroItem {
    width: 70px;
}

.qtdeItem {
    width: 75px;
}

.qtdeItem div {
    width: 70px;
}

.valorUnitario div {
    width: 70px;
}

.valorItem {
    width: 90px;
}

.descontItem {
    width: 60px;
}

.minItem {
    width: 50px;
}

.valorUnitario {
    width: 70px;
}

#descricaoPromo.custom-select {
    height: 50px;
}

#descricaoPromo .select-selected {
    height: 50px;
    padding: 20px 0 0 15px;
}

#form_promo .form-group {
    margin-bottom: 0.5rem;
}

.marginCampo {
    margin-top: -80px;
    margin-left: 10px;
}

.adicionaQuantidade {
    display: flex;
}

.tamanhoCampo {
    width: 40px !important;
}

.tamanhoBt {
    height: 24px;
    width: 20px !important;
    background-color: var(--corGeral);
    color: var(--corFonteBtn) !important;
}

.AlinhaBotaoLabel {
    align-content: center
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blocoPadrao {
        max-width: fit-content !important;
    }

    .blocoCompacto {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .blocoCompacto .rating.starMarginTop-170 {
        margin-top: -250px !important;
    }

    .blocoCompacto .LupaCrifrao.LupaCrifraoMarginTop-220 {
        margin-top: -367px !important;
    }

    .blocoCompacto .starSolo.starSoloMarginTop-148 {
        margin-top: -228px !important;
    }
}

.GradeAtacado table.withMapaMOlhoDeE {
    width: 121px !important;
}