﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

:root {
    --headerheight: 71px;
    --footerheight: 32px;
    --corPrimaria: #10175a;
    --corSecundaria: #192A6B;
}

@media screen and (max-width: 1079px) {
    :root {
        --headerheight: 60px;
    }
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/

/* SmartForm Bootstrap Validation */

#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
    border-radius: 7px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "\f071";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}

select.error {
    border: 2px solid #cc0000;
}

label.error {
    color: #fc4d4d;
}

.pagination > li > a {
    position: inherit;
}

.dataTables_processing {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    background-color: white;
    background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)) );
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
}

.tabs-left > .tab-content {
    margin-left: 140px;
    margin-left: 10px;
}

th.hide_me,
td.hide_me {
    display: none;
}

#page {
    display: none;
}

#loading {
    display: block;
    position: initial;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-position: center;
    /*20% 0%;*/
}

#loading2 {
    display: block;
    position: initial;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: white;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

#cke_1_path {
    display: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

body {
    height: 100%;
}

.alignRight {
    text-align: right;
}

.negrito {
    font-weight: bold;
}

.example-base,
.example-blocks,
.example-coupon,
.example-multiple {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: lightyellow;
    border: 1px solid transparent;
    border-radius: 1px;
    margin: 0;
    text-align: center;
    padding: 0px;
}

    .example-blocks span {
        display: inline-block;
        font-size: 2em;
        line-height: 2em;
        padding: 0 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

.foto-tamanho-automatico {
    max-width: 800p;
    max-height: 600px;
    display: block;
}

.foto-pequena {
    max-height: 230px;
    max-width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.foto-menor {
    max-height: 150px;
    max-width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.foto-produtos {
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
}

.small,
small {
    font-size: 82%;
}

#myModalFoto {
    width: 450px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wellFoto {
    overflow: hidden;
    display: block;
    width: 480px;
    height: 320px;
    text-align: center;
}

.foto-grande {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: center;
}

.dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

html body * {
    max-height: 100%;
    max-width: 100%;
    font-family: "Open Sans";
}

#login-form {
    border-radius: 20px;
    background-color: #538bb5;
    margin-top: -15px;
}

#extr-page #header #logo-group {
    width: 100%;
}

#header #top-right .pull-right,
#header .project-context.hidden-xs {
    margin-top: 8px;
}

@media screen and (max-width: 1079px) {
    #header #top-right .pull-right,
    #header .project-context.hidden-xs {
        margin-top: 2px;
    }
}

.page-footer,
.page-footer div {
    position: relative;
    height: var(--footerheight);
    padding: 2px 10px;
    z-index: 7000;
    color: #fff;
    margin: 0;
}

.page-footer {
    position: absolute;
}

#extr-page .page-footer {
    text-align: center;
}

    #extr-page .page-footer .col-xs-12.col-sm-6 {
        width: 100%;
    }

    #extr-page .page-footer .col-xs-6.col-sm-6.hidden-mobile {
        display: none;
    }

#extr-page .smart-style-3 input:not([type]),
#extr-page .smart-style-3 input[type="color"],
#extr-page .smart-style-3 input[type="email"],
#extr-page .smart-style-3 input[type="number"],
#extr-page .smart-style-3 input[type="password"],
#extr-page .smart-style-3 input[type="tel"],
#extr-page .smart-style-3 input[type="text"],
#extr-page .smart-style-3 input[type="url"],
#extr-page .smart-style-3 textarea {
    height: 60px;
    border-radius: 7px;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.6rem;
    color: var(--corPrimaria);
}

#extr-page.smart-form section {
    margin: 15px 30px;
}

#extr-page.smart-form fieldset {
    padding: 0;
}

#extr-page .loginform {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    margin-top: -3%;
}

    #extr-page .loginform .smart-form fieldset {
        padding: 15px 35px 5px;
    }

.smart-form .state-error + em {
    font-size: 1.4rem;
}

#extr-page .loginform .col-sm-6 {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

    #extr-page .loginform .col-sm-6 span {
        font-family: "Open Sans";
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1.4rem;
        color: white;
    }

#extr-page .client-form header {
    margin-top: 20px;
    padding: 0;
}

#extr-page .loginform .col-sm-6 header span {
    font-weight: 400;
    color: white;
    font-size: 2.2rem;
}

#extr-page .smart-form .btn {
    width: 100%;
    height: 60px;
    border-radius: 7px;
    background-color: var(--corSecundaria);
    border: none;
}

    #extr-page .smart-form .btn span {
        font-weight: 700;
        font-size: 1.8rem;
    }

#extr-page .smart-form .col-xs-6 section {
    margin-top: 0px;
}

#extr-page
.smart-form
.checkbox
input:checked + input[type="hidden"] + i:after {
    color: #fff;
    font: 100 13px/19px FontAwesome;
}

#extr-page .smart-form .checkbox i,
#extr-page .smart-form .icon-append,
#extr-page .smart-form .icon-prepend,
#extr-page .smart-form .radio i,
#extr-page .smart-form .select select,
#extr-page .smart-form .toggle i {
    border-radius: 7px;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

#extr-page fieldset label ::placeholder {
    color: var(--corPrimaria);
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--corPrimaria) !important;
}

.row {
    margin: 0;
}

#extr-page .pull-right {
    text-align: right;
}

#extr-page .smart-form .checkbox,
#extr-page .smart-form .radio {
    line-height: inherit;
}

#main {
    padding-bottom: 25px;
}

#extr-page body {
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}

.select2-container .select2-choice {
    border-radius: 6px;
}

.select2-display-none {
    border-radius: 0 0 6px 6px;
}

.select2-dropdown-open .select2-choice {
    border-radius: 6px 6px 0 0;
}

.btn {
    border-radius: 6px;
}

.chosen-container-multi .chosen-choices {
    border-radius: 6px;
    line-height: 30px;
}

.MessageBoxButtonSection button {
    line-height: 17px;
}

.chosen-container-multi .chosen-results {
    background-color: #fff;
    border: 1px solid #ccc;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px;
}

.smart-form .row {
    margin: 0px;
}

.smart-style-3 #header {
    background-color: var(--corPrimaria) !important;
    background-image: -moz-linear-gradient(top,#00bfb3,#00bfb3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfb3),to(#00bfb3));
    background-image: -webkit-linear-gradient(top,#00bfb3,#00bfb3);
    background-image: -o-linear-gradient(top,#00bfb3,#00bfb3);
    background-image: linear-gradient(to bottom, var(--corPrimaria) !important, var(--corPrimaria) !important);
}


.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a {
    background-color: #0091d9;
    background-image: -moz-linear-gradient(top,#dd7c37,#b9662b);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b9662b),to(#b9662b));
    background-image: -webkit-linear-gradient(top,#dd7c37,#b9662b);
    background-image: -o-linear-gradient(top,#dd7c37,#b9662b);
    background-image: linear-gradient(to bottom, var(--corSecundaria) !important, var(--corSecundaria) !important);
    color: #fff !important;
    border: 1px solid #;
    text-shadow: #985813 0 -1px;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: var(--corPrimaria) !important;
    border-color: #4d8ba5;
}

.btn-success {
    color: #fff;
    background-color: #4d8ba5;
    border-color: #659265;
}

.derivacaoCarrinho {
    padding-top: 4px;
    padding-left: 7.5px;
    margin-left: -1px;
    height: 21px;
    cursor: pointer;
    border-left: 1px solid #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0px 6px 6px 0px;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .derivacaoCarrinho:hover {
        font-weight: bold;
    }

.derivacaoCarrinhoUltimo {
    margin-left: -1px;
    height: 7px;
    border-left: 1px solid #000;
}

.derivacaoFinalCarrinho {
    height: 0px;
    margin-left: -1px;
    border-left: 1px solid #000;
}

.derivacaoSelecionadaCarrinho {
    padding-top: 4px;
    padding-left: 7.5px;
    margin-left: -1px;
    font-weight: bold;
    height: 21px;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0px 6px 6px 0px;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.valoresCarrinho {
    flex: 0.3;
}

    .valoresCarrinho div {
        height: 27px;
    }

        .valoresCarrinho div label {
            margin-left: 7.5px;
            margin-top: 4px;
            font-family: Montserrat, Sans-serif;
        }

.divCarrinhoLabelComMargin {
    margin-bottom: 7px;
}

.quantidadesCarrinho {
    flex: 0.3;
}

    .quantidadesCarrinho input {
        padding-left: 4px;
        height: 23px;
        width: 60px;
    }

.adicionaQuantidadesCarrinho {
    display: none;
}

@media screen and (min-width: 1080px) {
    .fotoCarrinho {
        flex: 0 0 43%;
    }

    fotoCarrinhoInativo {
    }

    #divBtnRemoverTodos {
        float: right;
    }

    #divBtnContinuarComprando {
        float: right;
    }
}

@media screen and (max-width: 1079px) {
    .fotoCarrinho {
    }

    .fotoCarrinhoInativo {
    }

    #listarLancamentos {
        padding: 0;
    }

    #listarCarrinho {
        padding: 0;
    }
}

#logoImg {
    width: 184px;
}

#extr-page #header #logo img {
    width: 200px;
}


#ClearSearchProdutos {
    height: 25px;
    width: 95%
}

.lancamentoCarregando {
    padding: 5px 5px 5px 5px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    height: 370px;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 10px 10px 10px 10px;
}

.lancamento {
    background-color: #F2F2F2;
    border-radius: 13px;
    padding: 5px 5px 5px 5px;
    float: left;
    border: 1px solid #ccc;
    height: 370px;
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 10px 10px 10px 10px;
}

#lancamentoDivFoto {
    margin-bottom: 4px;
    height: 250px;
    position: relative;
}

    #lancamentoDivFoto img {
        border-radius: 13px;
        max-height: 250px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

#lancamentoNome {
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 65px;
    color: #4A4D5A;
}

#lancamentoFgDiv {
    margin-bottom: 2px;
    padding: 2px 0px 0px 5px;
    border-radius: 0px 13px 13px 0px;
    border: 2px solid #4a4d5a;
    width: 118px;
    height: 25px;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4A4D5A;
}

    #lancamentoFgDiv div {
        font-family: Montserrat, Sans-serif;
    }

#lancamentoFgDivSem {
    margin-bottom: 2px;
    padding: 2px 0px 0px 5px;
    width: 118px;
    height: 25px;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4A4D5A;
}

#lancamentoRef {
    margin-top: -1px;
    height: 25px;
    position: relative;
    bottom: 20px;
    float: right;
}

    #lancamentoRef strong {
        font-family: Montserrat, Sans-serif;
    }

#lancamentoVlrUnitario {
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4A4D5A;
}

    #lancamentoVlrUnitario b {
        font-family: Montserrat, Sans-serif;
    }

#lancamentoAdicionarCarrinho {
    position: relative;
    bottom: 20px;
    left: 130px;
}

    #lancamentoAdicionarCarrinho a {
        cursor: pointer;
    }

.produtosPersonalizados {
    display: block !important;
}

.produtosPersonalizadosPequeno {
    display: none !important;
}

@media screen and (max-width: 1079px) {
    #logoImg {
        width: 100%;
    }

    #extr-page #header #logo img {
        width: 100%;
    }

    #ClearSearchProdutos {
        height: 25px;
        width: 100%
    }
}

#headerSelecionarLancamento {
    margin-left: 20px;
}

    #headerSelecionarLancamento #nomeResumido {
        line-height: 1.2;
        text-decoration: none;
        font-family: Montserrat, Sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #headerSelecionarLancamento #complementoResumido {
        line-height: 1.2;
        text-decoration: none;
        font-family: Montserrat, Sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #headerSelecionarLancamento #complementoResumido {
        line-height: 1.2;
        text-decoration: none;
        font-family: Montserrat, Sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #headerSelecionarLancamento #headerSelecionar {
        display: flex;
    }

        #headerSelecionarLancamento #headerSelecionar #ref {
            flex: 3;
        }

        #headerSelecionarLancamento #headerSelecionar #qtds {
            flex: 1;
            font-weight: bold;
        }

        #headerSelecionarLancamento #headerSelecionar h4 {
            margin-bottom: 6px;
            font-family: Montserrat, Sans-serif;
            font-size: 17px;
        }

#bodySelecionarLancamento {
    width: 100%;
    margin-left: 20px;
}

#bodySelecionarLancamentoInterno {
    display: flex;
}

#divFotos {
    flex: 0 0 43%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.zoom-containerDerivacaoFoto {
    overflow: hidden;
    cursor: zoom-in;
    width: 513px;
    height: 325px;
    position: relative;
}

    .zoom-containerDerivacaoFoto div {
        max-height: 325px;
        max-width: 314px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

        .zoom-containerDerivacaoFoto div img {
            max-height: 324px;
        }

#divDerivacoes {
    flex: 1;
}


.derivacao {
    padding-top: 4px;
    padding-left: 7.5px;
    margin-left: -1px;
    height: 27px;
    cursor: pointer;
    border-left: 1px solid #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0px 6px 6px 0px;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .derivacao:hover {
        font-weight: bold;
    }

.derivacaoSelecionada {
    padding-top: 4px;
    padding-left: 7.5px;
    font-weight: bold;
    margin-left: -1px;
    height: 27px;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0px 6px 6px 0px;
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#divDerivacaoUltimo {
    margin-left: -1px;
    height: 7px;
    border-left: 1px solid #000;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

#divDerivacoesFinal {
    height: 0px;
    margin-left: -1px;
    border-left: 1px solid #000;
}

#divValores {
    flex: 0.45;
}

    #divValores div {
        height: 34px;
    }

        #divValores div label {
            margin-left: 7.5px;
            margin-top: 4px;
            font-family: Montserrat, Sans-serif;
        }

#caracteristicasSelecionarLancamento {
    font-weight: 400;
    margin-top: 10px;
    margin-left: 20px;
}

#imgCaracteristica {
    margin-right: 6px;
    margin-left: 20px;
    margin-bottom: 4px;
    float: left;
}

#divQuantidades {
    flex: 0.45;
}

#divAdicionaQuantidades {
    flex: 1;
}

    #divAdicionaQuantidades div button {
        height: 27px;
    }

#divSelecionados, #divInformacoes {
    width: 100%;
    display: inline-block;
}

#lblQtde, #lblInfo {
    font-weight: 400;
    margin-top: 10px;
    margin-left: 20px;
}

#pInfo {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 22px;
}

    #pInfo .dot {
        font-size: 17px;
        margin-right: 10px;
        font-weight: 1000;
    }

    #pInfo .desc {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 400;
    }

#lblVlrTotal {
    font-weight: 400;
    margin-top: 10px;
    margin-left: 20px;
}

    #lblVlrTotal strong {
        font-family: Montserrat, Sans-serif;
    }

#btnAdicionarCarrinho {
    float: left;
    margin-left: 20px;
    margin-top: 21px;
    margin: 0;
}

#mensagemSelecionarCarrinho {
    color: orangered;
    float: left;
    margin-left: 20px;
    margin-top: 28.4px;
}

#btnAdicionarCarrinhoSelecionado {
    float: left;
    margin-left: 20px;
    margin-top: 21px;
}

#qtdsEmbaixo {
    display: none;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: right;
}

#divDerivacoesMobile {
    display: flex;
    flex: 2.9;
}


#divAdicionarQuantidadeMobile {
    display: none;
}

.qtdDerivacao {
    padding-left: 4px;
    height: 27px;
    width: 100px;
    margin-bottom: 7px;
}

.qtdDerivacaoFinal {
    padding-left: 4px;
    height: 27px;
    width: 100px;
}

#imgCaracteristica {
    min-width: 230px;
}

    #imgCaracteristica img {
        height: 30px;
        width: 30px;
    }

#divAdicionarQuantidadeMobile {
    display: none;
}

#divHeaderProdutoCarrinho {
    display: flex;
}

#divHeaderProdutoCarrinhoNome {
    flex: 1;
}

#produtoCarrinhoNomeH5 {
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

#produtoCarrinhoNomeH4 {
    display: none;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

#produtoCarrinhoComplementoH5 {
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

#produtoCarrinhoComplementoH4 {
    display: none;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

#produtoCarrinhoComplemento {
    line-height: 1.2;
    text-decoration: none;
    font-family: Montserrat, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

#divDerivacoesCarrinho {
    display: flex;
    flex: 2.9;
}

#divRemoveProdutoCarrinho {
    flex: 0.1;
}

    #divRemoveProdutoCarrinho button {
        height: 25px;
        width: 30px;
        float: right;
        background-color: #006596;
        border: none;
    }

#divRefProdutoCarrinho {
    display: flex;
}

#divRefProdutoCarrinho2 {
    flex: 3;
}

    #divRefProdutoCarrinho2 h4 {
        margin-bottom: 6px;
        margin-bottom: 6px;
        font-family: Montserrat, Sans-serif;
        font-size: 17px;
    }

#divQuantidadesProdutoCarrinho {
    flex: 0.91;
    font-weight: bold;
}

    #divQuantidadesProdutoCarrinho i {
        color: #d10101
    }

#divBodyProdutoCarinho {
    width: 100%;
}

#divBodyProdutoCarinho2 {
    display: flex;
}

.fotoCarrinho {
    display: flex;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .fotoCarrinho div {
        max-width: 314px;
        max-height: 314px;
        margin-bottom: 10px;
        display: none;
    }

        .fotoCarrinho div img {
            width: 100%;
            max-height: 314px;
            max-width: 314px;
        }


.fotoCarrinhoInativo {
    display: flex;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .fotoCarrinhoInativo div {
        /*max-width: 314px;
        max-height: 314px;
        margin-bottom: 10px;*/
        display: none;
    }

        .fotoCarrinhoInativo div img {
            width: 100%;
            max-height: 227px;
            max-width: 227px;
        }

.qtdDerivacoesCarrinho {
    flex: 0.3;
}

#btnRemoverTodos {
    width: 124px;
    height: 25px;
    float: right;
    background-color: #006596;
    border: none;
}

#btnContinuarComprando {
    width: 145px;
    float: right;
    height: 25px;
    margin-right: 10px;
    background-color: #006596;
    border: none;
}

#listarCarrinhoDiv {
    padding: 13px 13px 0;
}

@media screen and (min-width: 1036px) {

    html body * {
        max-width: 100%;
    }

    .modal-dialog {
        width: 1200px;
    }

    #divFotos {
        width: 300px;
    }

    #divAdicionarQuantidadePC {
        height: 27px;
    }

    #carrinhoQuantidadeValor {
        display: none;
    }

    .carrinhoQuantidadeValorItem {
        display: none;
    }

    /*#modalDialogConfirmaEndereco {
        width: 1200px;
    }*/
}

#valorParcelaMinimoTxtBr {
    display: none;
}

#freteVlrMinimoBr {
    display: none;
}

.resumoPedido br {
    display: none;
}

@media screen and (max-width: 550px) {
    #valorParcelaMinimoTxtBr {
        display: block;
    }

    #freteVlrMinimoBr {
        display: block;
    }

    .resumoPedido br {
        display: block;
    }

    .resumoPedido span {
        display: none;
    }
}

#mensagem {
    margin-right: 20px;
    margin-top: 9.4px;
    margin-left: 10px;
}

.mensagemMargem {
    margin-left: 10px;
}

#confirmeEndereco {
    margin-bottom: 32px;
    margin-top: -16px;
    margin-left: 14px;
    font-weight: 400;
}

#btnEnviarPedidoConfirmaPedido {
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    height: 31px;
    padding: 0 22px;
    float: left;
    margin-left: 29px;
    margin-top: 21px;
    background-color: #006596;
    border: none;
}

#mensagemConfirmaPedido {
    display: none;
    font: 600 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    color: rgb(209,1,1);
    float: left;
    margin-left: 12px;
    margin-top: 22.4px;
}

#naoEhMeuEndereco {
    font-size: 14px;
    margin: 0;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: 400;
    float: left;
    margin-left: 12px;
    margin-top: 22.4px
}

/*.resumoPedido span {
    display: block;
}*/

.resumoPedido {
    width: 76%;
}

#pedidoTransmitido {
    float: right;
    margin-right: 7px;
}

#fieldsetPedido br {
    display: none;
}

#BtnImprimirBr {
    display: none;
}

button[name="btnImprimir"] {
    float: right;
    padding: 5px 7px;
    margin-top: 21px;
    margin-right: 10px;
}

.apareceMobileSpanNormal {
    display: block;
}

.apareceMobileSpanReduzido {
    display: none;
}

.brindePai {
    margin: 10px 7px;
}

.brinde {
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    border: 1px solid black;
    height: 198px;
    width: 164px;
    margin-top: 2px;
}

.brindeSelecionado {
    margin-top: 0px;
    border: 3px solid black;
}

.seleciona{
    cursor:pointer;
}

.brinde img {
    max-width: 155px;
    max-height: 155px;
    border-radius: 8px;
}

.brindeNome {
    font-size: 16px;
    word-wrap: break-word;
}

.brindeBotoes {
    margin-top: 10px;
}

    .brindeBotoes .left {
        padding: 0px 5px;
    }

    .brindeBotoes .right {
        margin-right: 5px;
        padding: 0px 5px;
    }

    .brindeBotoes .trash {
        padding: 0px 5px;
    }

.brinde .brindeFoto {
    position: relative;
    display: inline-block;
}

.brinde .mudaFoto {
    position: absolute;
    padding: 0px 5px;
    top: 8%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.brinde img {
    display: block;
}

@media screen and (max-width: 1035px) {
    .txt-color-white span {
        display: none;
    }

    #desenvolvidoPor {
        padding-top: 1px;
    }

    .page-footer,
    .page-footer div {
        z-index: 5;
    }

    #listarCarrinhoDivDiv {
        max-width: fit-content;
    }

    .produtosPersonalizados {
        display: none !important;
    }

    .produtosPersonalizadosPequeno {
        display: block !important;
    }

    .lancamento {
        background-color: #F2F2F2;
        border-radius: 13px;
        padding: 5px 5px 5px 5px;
        float: left;
        border: 1px solid #ccc;
        height: 286px;
        width: 142px;
        overflow-x: hidden;
        overflow-y: hidden;
        margin: 10px 10px 10px 10px;
    }

    .lancamentoCarregando {
        padding: 5px 5px 5px 5px;
        border-radius: 13px;
        text-align: center;
        border: 1px solid #ccc;
        float: left;
        height: 286px;
        width: 142px;
        overflow-x: hidden;
        overflow-y: hidden;
        margin: 10px 10px 10px 10px;
    }

    #lancamentoDivFoto {
        margin-bottom: 3px;
        height: 128px;
        position: relative;
    }

        #lancamentoDivFoto img {
            max-height: 128px
        }

    #lancamentoNome {
        text-align: center;
        line-height: 1.2;
        text-decoration: none;
        font-family: Montserrat, Sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 44px;
        color: #4A4D5A;
    }

    #lancamentoFgDiv {
        margin-top: 3px;
        margin-bottom: 2px;
        padding: 2px 0px 0px 5px;
        border-radius: 0px 13px 13px 0px;
        border: 2px solid #4a4d5a;
        width: 93px;
        height: 21px;
        line-height: 1.2;
        text-decoration: none;
        font-family: Montserrat, Sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #4A4D5A;
    }

    #lancamentoRef {
        width: 100%;
        margin-top: 4px;
        float: left;
        position: inherit;
    }

    #lancamentoVlrUnitario {
        margin-top: 3px;
        float: left;
        height: 23px;
        line-height: 1.2;
        text-decoration: none;
        font-family: Montserrat, Sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #4A4D5A;
    }

    #lancamentoAdicionarCarrinho {
        margin-top: 25px;
        display: inline-block;
        position: relative;
        bottom: 20px;
        left: 4px;
        font-size: 10px;
    }

    .modal-dialog {
        margin: 2px 2px 2px 2px;
    }

    #headerSelecionarLancamento {
        margin-left: 10px;
    }

    #qtds {
        display: none;
    }

    #bodySelecionarLancamento {
        margin-right: 10px;
        margin-left: 10px;
    }

    #bodySelecionarLancamentoInterno {
        margin-right: 19px;
        display: block;
    }

    #divFotos {
        height: 236px;
        border-right: 1px solid #000;
    }

    #qtdsEmbaixo {
        display: block;
    }

    .fotoCarrinho div img {
        max-height: 124px;
        max-width: 124px;
    }

    .derivacaoCarrinho {
        height: 43px;
        font-size: 12px;
        white-space: normal;
    }

    .derivacaoCarrinhoUltimo {
        height: 6px;
    }

    .derivacaoSelecionadaCarrinho {
        height: 43px;
        font-size: 12px;
        white-space: normal;
    }

    .valoresCarrinho {
        flex: 0.75;
    }

        .valoresCarrinho div {
            padding-top: 10px;
            margin-bottom: 0px;
            display: block;
            height: 45px;
            margin-right: 3px;
        }

    .quantidadesCarrinho {
        flex: 0.15;
    }

        .quantidadesCarrinho input {
            margin-top: 1px;
            margin-right: 3px;
            padding-left: 4px;
            height: 44px;
            width: 36px;
            margin-bottom: 6px;
        }

    .qtdDerivacoesCarrinho {
        flex: 0.85;
    }

    #divDerivacoesMobile {
        display: flex;
    }

    .derivacao {
        height: 55px;
        font-size: 12px;
    }

    .derivacaoSelecionada {
        height: 55px;
        font-size: 12px;
    }

    #divDerivacoesFinal {
        display: none;
    }

    #divValores {
        flex: 0.75;
    }

        #divValores div {
            display: inline-block;
            height: 27px;
            margin-top: 14px;
            margin-right: 3px;
            margin-bottom: 21px;
            padding-left: 4px
        }

    #divQuantidades input {
        margin-top: 7px;
        margin-right: 3px;
        padding-left: 4px;
        height: 41px;
        width: 58px;
        margin-bottom: 14px;
    }

    .qtdDerivacao {
        margin-top: 7px;
        margin-right: 3px;
        padding-left: 4px;
        height: 41px;
        width: 58px;
        margin-bottom: 7px;
    }

    .qtdDerivacaoFinal {
        margin-top: 7px;
        margin-right: 3px;
        padding-left: 4px;
        height: 41px;
        width: 58px;
        margin-bottom: 7px;
    }

    #divAdicionaQuantidades {
        margin-top: 7px;
    }

    #divAdicionarQuantidadePC {
        display: none;
    }

    #divAdicionarQuantidadeMobile {
        display: flex;
        margin-bottom: 16px;
        height: 46px;
    }

    #divAdicionarQuantidadeCarrinhoMobile {
        display: block;
        margin-top: 5px;
        height: 50px;
    }

    #totalBruto {
        font-size: 14px;
    }

        #totalBruto h5 {
            font-size: 14px;
        }

    #totalLiquido {
        font-size: 14px;
    }

        #totalLiquido h5 {
            font-size: 14px;
        }

    #desconto {
        font-size: 13.6px;
    }

    #valorParcela {
        font-size: 14px;
    }

        #valorParcela span {
            font-size: 14px;
        }

    #valorParcelaMinimoTxt {
        font-size: 13.5px;
        text-align: right;
    }

    #lblQtde {
        font-size: 14px;
    }

    #lblVlrTotal {
        font-size: 16px;
    }

    #qtdTotal {
        font-size: 14px;
    }

    #tbFrete h5 {
        font-size: 14px;
    }

    #btnImprimirCarrinho {
        float: left;
        height: 26px;
        font: 300 14px/26px 'Open Sans',Helvetica,Arial,sans-serif;
        padding: 0px 14px;
    }

    #btnEnviarPedido {
        height: 26px;
        font: 300 14px/26px 'Open Sans',Helvetica,Arial,sans-serif;
        padding: 0px 14px;
    }

    .mensagemMargem {
        margin-left: 0px;
    }

    #mensagem {
        margin: 9.4px 0px 0px 0px;
    }

    #btnEnviarPedidoConfirmaPedido {
        font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
        height: 31px;
        padding: 0 22px;
        float: left;
        margin-left: 29px;
        margin-top: 14px;
        background-color: #006596;
        border: none;
    }

    #mensagensConfirmaCarrinho {
        float: left;
        margin-left: -154px;
        margin-top: 54.4px;
    }

    #mensagensSelecionarCarrinho {
        float: left;
        margin-left: -186px;
        margin-top: 29.4px;
    }

    #mensagemConfirmaPedido {
        display: none;
        font: 600 15px / 29px "Open Sans", Helvetica, Arial, sans-serif;
        color: rgb(209, 1, 1);
    }

    #naoEhMeuEndereco {
        font-size: 14px;
        margin: 0;
        line-height: 34px;
        letter-spacing: 0;
        font-weight: 400;
        float: left;
    }

    #btnAdicionarCarrinhoSelecionado {
        margin-left: 10px;
        margin-top: 12px
    }

    .modal-footer {
        padding: 11px;
    }

    #caracteristicasSelecionarLancamento {
        font-size: 15px;
        margin-left: 10px;
    }

    #imgCaracteristica {
        min-width: 222px;
        margin-left: 10px;
    }

        #imgCaracteristica img {
            height: 27px;
            width: 27px;
        }

    #lblQtde {
        margin-left: 10px
    }

    #lblVlrTotal {
        margin-left: 10px
    }

    #divBtnRemoverTodos {
        float: right;
    }

    #divBtnContinuarComprando {
        margin-left: 5px;
        margin-top: 5px;
        float: right;
        width: 100%;
    }

    #btnContinuarComprando {
        margin-right: 0px;
        float: right;
    }

    #produtoCarrinhoNomeH5 {
        display: none;
    }

    #produtoCarrinhoNomeH4 {
        font-size: 14px;
        display: block;
        white-space: normal;
    }

    #produtoCarrinhoComplementoH5 {
        display: none;
    }

    #produtoCarrinhoComplementoH4 {
        font-size: 14px;
        display: block;
    }

    #divRefProdutoCarrinho2 h4 {
        font-size: 14px;
    }

    #divBodyProdutoCarinho2 {
        display: block;
    }

    .fotoCarrinho {
        border-right: 1px solid #000;
        height: 124px;
        margin-bottom: 6px;
    }

    .derivacaoFinalCarrinho {
        display: none;
    }

    #divDerivacoesCarrinho {
        display: flex;
        margin-left: 1px;
    }

    #carrinhoQuantidade {
        display: none;
    }

    #valorQuantidade {
        display: none;
    }

    .adicionaQuantidadesCarrinho {
        display: block;
    }

    .carrinhoQuantidadeItem {
        display: none;
    }

    .valorQuantidadeItem {
        display: none;
    }

    #listarCarrinhoDiv {
        padding: 6px 13px 0;
    }

    #CdCondicaoPagamentoContainer section {
        padding-left: 0px;
        padding-right: 0px;
    }

    #divQuantidadesProdutoCarrinho {
        display: none;
    }

    #confirmeEndereco {
        margin-bottom: 12px;
        margin-top: -16px;
        margin-left: 11px;
        font-weight: 400;
    }

    #listarPedidos {
        padding: 0;
    }

    #listarPedidosDiv {
        padding: 0px 0px 0px 13px;
    }

    #listarPedidosDivDiv {
        max-width: none;
        margin: -13px 0px 0px -13px
    }

    .resumoPedido {
        font-size: 14px;
        white-space: normal;
        width: 100%;
    }

    #pedidoTransmitido {
        margin-top: 10px;
        font-size: 14px;
        float: right;
        margin-right: 7px;
    }

    i[name="iconPedido"] {
        margin-top: 10px;
    }

    .tdPedido {
        padding: 3px 7px 3px 7px !important;
    }

        .tdPedido div[name="pedido"] {
            padding-left: 4px !important;
            padding-right: 0px;
        }

            .tdPedido div[name="pedido"] .widget-body {
                margin: -10px -4px 4px;
            }

    #fieldsetPedido {
        padding-left: 0px
    }

        #fieldsetPedido br {
            display: block;
        }

        #fieldsetPedido .col-xs-5 {
            display: none;
        }

        #fieldsetPedido div div h5 b {
            font-size: 13px;
        }

        #fieldsetPedido div h4 {
            font-size: 16px;
            padding-left: 4px;
        }

    .tbPedidoItem {
        padding: 2px 0px 0px 3px !important;
    }

    .divItemPedido {
        padding: 0px !important;
    }

    #tbEndereco h5 b {
        font-size: 14px;
    }

    #BtnImprimirBr {
        display: block;
    }

    button[name="btnImprimir"] {
        float: right;
        padding: 5px 7px;
        margin-top: 11px;
        margin-right: 0px;
    }

    .naoApareceMobile {
        display: none;
    }

    .apareceMobile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        font-size: 11px !important;
    }

    #btnEditar span {
        display: none;
    }

    #btnExcluir span {
        display: none;
    }

    #widget-grid article {
        padding: 0;
    }

    #datatable_fixed_column_usuarios {
        font-size: 11px !important;
    }

    #datatable_fixed_column_usuarios_wrapper {
        max-width: none;
    }

    .apareceMobileSpanNormal {
        display: none;
    }

    .apareceMobileSpanReduzido {
        display: block;
    }

    #datatable_fixed_column_usuarios_wrapper .dt-toolbar-footer div div ul li a {
        font-size: 11px;
        padding: 5px 7px 5px 7px;
    }

    #datatable_fixed_column_usuarios_wrapper .dt-toolbar-footer div div ul li a {
        font-size: 11px;
        padding: 5px 7px 5px 7px;
    }

    #ulPaginacao li a {
        font-size: 11px;
        padding: 5px 7px 5px 7px;
    }

}
