.sg-container {
  width: 100%;
}

@media (min-width: 100px) {
  .sg-container:not(.container-fluid) {
    max-width: 90%;
  }
}

@media (min-width: 576px) {
  .sg-container:not(.container-fluid) {
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .sg-container:not(.container-fluid) {
    max-width: var(--sg-container-max-md);
  }
}

@media (min-width: 992px) {
  .sg-container:not(.container-fluid) {
    max-width: var(--sg-container-max-lg);
  }
}

@media (min-width: 1200px) {
  .sg-container:not(.container-fluid) {
    max-width: var(--sg-container-max-xl);
  }
}

@media (min-width: 100px) {
  .quantidadeCardProduto {
    -ms-flex: 50%;
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .quantidadeCardProduto {
    -ms-flex: 50%;
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .quantidadeCardProduto {
    -ms-flex: 33.33%;
    -webkit-box-flex: 33.33%;
            flex: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .quantidadeCardProduto {
    -ms-flex: 33.33%;
    -webkit-box-flex: 33.33%;
            flex: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .quantidadeCardProduto {
    -ms-flex: 25%;
    -webkit-box-flex: 25%;
            flex: 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .quantidadeCardProduto {
    -ms-flex: 0 0 calc(100% / 5);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

.indiceQuantidadeCardProduto {
  max-width: var(--sg-quantidade-card-produto) px !important;
}

.cor-texto-container {
  color: var(--sg-cor-texto-container) !important;
}

.sg-bg-primario {
  background-color: var(--sg-bg-primario);
}

.sg-cor-primaria {
  color: var(--sg-cor-primaria);
}

.sg-menu-mobile {
  color: var(--sg-cabecalho-menu-lateral-color);
}

.sg-cor-secundaria {
  color: var(--sg-cor-secundaria);
}

.sg-bg-secundario {
  background-color: var(--sg-bg-secundario);
}

.sg-bg-menu {
  background-color: var(--sg-bg-menu);
}

.sg-bg-cabecalho {
  background-color: var(--sg-bg-cabecalho);
  position: relative;
  z-index: 100;
  width: 100%;
}

.sg-bg-rodape {
  background-color: var(--sg-bg-rodape);
}

body {
  min-height: 100vh;
  position: relative;
  background: var(--sg-bg-body);
}

[v-cloak] {
  display: none;
}

/* Make Select2 boxes match Bootstrap3 heights: */

.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection {
  height: 38px !important;
  border-radius: 0 !important;
}

.unstyled-link:hover,
.unstyled-link:focus,
.unstyled-link:active,
.unstyled-link:visited {
  text-decoration: none;
  color: var(--sg-cor-primaria);
}

.spinner {
  display: inline-block;
  border: 2px solid gray;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: fa-spin 0.7s linear infinite;
          animation: fa-spin 0.7s linear infinite;
}

.spinner.white {
  border-color: white;
}

.newsletter-modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .newsletter-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.newsletter-modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.main-header {
  color: #fff;
}

span.required:after {
  content: '*';
  color: red;
}

.pre-header {
  font-size: 1.2rem;
}

.pre-header span {
  color: #1a486e;
}

h1 {
  font-family: 'Lato', sans-serif;
}

.titulo h1,
.titulo h2,
.titulo h3,
.titulo h4,
.titulo h5,
.titulo h6 {
  font-family: 'Lato', sans-serif;
  color: #1a486e;
  text-transform: uppercase;
  display: table;
  white-space: nowrap;
  padding: 0 20px;
  margin-bottom: 30px;
}

.titulo h1:before,
.titulo h1:after,
.titulo h2:before,
.titulo h2:after,
.titulo h3:before,
.titulo h3:after,
.titulo h4:before,
.titulo h4:after,
.titulo h5:before,
.titulo h5:after,
.titulo h6:before,
.titulo h6:after {
  border-top: 1px solid var(--sg-cor-texto-container) !important;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}

.titulo h1:before,
.titulo h2:before,
.titulo h3:before,
.titulo h4:before,
.titulo h5:before,
.titulo h6:before {
  right: 1.5%;
}

.titulo h1:after,
.titulo h2:after,
.titulo h3:after,
.titulo h4:after,
.titulo h5:after,
.titulo h6:after {
  left: 1.5%;
}

.titulo h3 {
  font-size: 1.6rem;
}

@media (max-width: 450px) {
  .titulo h3 {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .titulo h3 {
    font-size: 0.8rem;
  }
}

.sidebar .titulo h3 {
  margin: 0;
}

.sidebar {
  font-size: 1.4rem;
}

.sidebar--active a {
  color: #e41915;
  font-weight: 700;
}

.newsletter {
  font-family: 'Lato', sans-serif;
}

.newsletter p {
  text-align: center;
  font-size: 1.8rem;
  color: #1a486e;
  font-weight: 700;
}

.pagamentos-selos {
  text-align: left;
}

.pagamentos-selos p {
  color: #999;
  font-size: 1.1rem;
}

.copyright p {
  color: #fff;
  font-size: 1.2rem;
}

.page-title {
  border-bottom: solid 2px var(--sg-bg-header-confirmar-pedido) !important;
  font-family: 'Lato', sans-serif;
}

.page-title h1 {
  font-size: 1.2rem;
  color: var(--sg-bg-header-confirmar-pedido);
  text-transform: uppercase;
  font-weight: 700;
}

.page-title ul li {
  color: #999;
}

.page-title ul li span {
  color: var(--sg-bg-header-confirmar-pedido);
  margin-left: 5px;
  font-size: .8rem;
}

.page-title ul li a {
  color: #999;
  font-size: .8rem;
}

.page-title .breadcrumbs {
  font-size: 1.2rem;
}

.detalhe-produto-comprar {
  font-family: 'Lato', sans-serif;
}

.resumo-detalhe-produto {
  font-size: 14px;
}

.preco-detalhe-produto {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}

.preco-detalhe-produto h2 {
  margin-bottom: 5px;
  font-size: 3rem;
}

.preco-detalhe-produto h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}

.ver-parcelamento {
  font-size: 1.2rem;
  color: #999 !important;
  text-decoration: none !important;
}

.ver-parcelamento:hover {
  color: #666 !important;
}

.descricao-produto p {
  color: #666;
  margin: 30px 0;
}

.box-checkout-carrinho h3 {
  font-size: 1.6rem;
  color: #1a486e;
  font-weight: bold;
  text-transform: uppercase;
}

.compra-finalizada-header h1 {
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  color: var(--sg-bg-body-confirmar-pedido);
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.numero-pedido h2 {
  color: var(--sg-bg-header-confirmar-pedido);
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.numero-pedido p {
  color: var(--sg-cor-texto-confirmar-pedido);
}

.dados-pedido h2 {
  font-family: 'Lato', sans-serif;
  color: var(--sg-bg-header-confirmar-pedido);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.dados-pedido .cod-rastreio-pedido {
  font-family: 'Lato', sans-serif;
  color: #1a486e;
  font-weight: bold;
  font-size: 16px;
}

.orcamento h1,
.cadastro-clientes h1,
.redefinir-senha h1 {
  color: var(--sg-cor-texto-container) !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}

.central-mensagens td {
  text-align: left;
}

.central-mensagens td h2 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #1a486e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.central-mensagens td p {
  color: #666;
}

.central-mensagens td small {
  color: #999;
}

@media (min-width: 767px) {
  .titulo h3 {
    font-size: 2.0rem;
  }
}

.btn-transparent {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: transparent;
  color: #fff !important;
  border: solid 1px #fff;
}

.btn-transparent:hover {
  background: #fff;
  color: #1a486e !important;
}

.sg-botao {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: var(--sg-cor-botao);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0;
}

.colorir-svg {
  fill: var(--sg-cor-botao);
}

.sg-botao-secondary {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: var(--sg-cor-secundaria);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0;
}

.sg-botao-outline {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-color: var(--sg-cor-botao);
  background: transparent;
  color: var(--sg-cor-botao);
  text-decoration: none;
  border-radius: 0;
}

.sg-botao-remover-anexo {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  background: transparent !important;
  color: var(--sg-cor-botao);
  border: 0;
  padding-left: 0;
}

.btn-link {
  color: #1a486e !important;
}

.btn-link:hover {
  color: #e41915 !important;
}

.produto:hover .sg-botao {
  background-color: #e41915;
}

.newsletter .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .newsletter .btn {
    width: auto;
  }
}

.separator {
  margin: 10px 0 20px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.separator:before,
.separator:after {
  background-color: #959596;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 35%;
}

.round-button.facebook {
  background: #3b5998;
  border: 0;
  position: relative;
  color: #FFF;
}

.round-button .facebook-symbol {
  /*position: absolute;*/
  font-size: 25px;
  top: 3px;
  font-weight: bolder;
}

.round-button .facebook-login {
  margin: 0 20px;
}

.form-control {
  border-radius: 0;
  border: solid 1px #ccc;
  outline: none;
}

.erro,
.erro:focus {
  border: 1px solid #f36f6f !important;
  background-color: #f5f1f1;
}

input:focus,
textarea:focus {
  border-color: #666 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.detalhe-produto-comprar form small {
  font-weight: 400;
}

.detalhe-produto-comprar #qtde-detalhe-produto {
  margin-bottom: 15px;
}

.detalhe-produto-comprar #qtde-detalhe-produto .form-control,
.detalhe-produto-comprar #qtde-detalhe-produto .help-block {
  display: inline-block;
  width: auto;
}

.sg-navbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.sg-navbar .main-header {
  padding: 15px;
}

.sg-navbar .sg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sg-navbar .sg-container .logo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 30px;
}

.sg-navbar .sg-container .logo .logo-sistema {
  max-height: 160px;
  max-width: 200px;
}

.sg-navbar .sg-container .header-search {
  /*order: 1;
      flex: 1;*/
}

@media screen and (max-width: 991px) {
  .sg-navbar .sg-container .header-search {
    /*order: 4;
        flex: 1;*/
    margin-top: 10px;
  }
}

.sg-navbar .sg-container .header-search .sg-busca {
  border: none;
}

.sg-navbar .sg-container .header-search .btn-search {
  cursor: pointer;
  background: white;
  /*height: 100%;*/
  padding: 0 15px;
  border: none;
  color: #888;
}

.sg-navbar .sg-container .header-actions {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sg-navbar .sg-container .header-actions > * {
  margin: 0 10px;
}

.sg-navbar .sg-container .header-actions .carrinho-header {
  position: relative;
  font-size: 1.6rem;
  width: auto;
  color: #fff;
}

.sg-navbar .sg-container .header-actions .carrinho-header .badge {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  position: absolute;
  font-size: 13px;
  top: -5px;
  right: -15px;
  background: var(--sg-bg-menu);
  padding: 5px;
  min-width: 24px;
  min-height: 24px;
}

.sg-navbar .sg-container .header-actions .carrinho-header:hover .badge {
  font-size: 20px;
}

.sg-navbar .sg-container .header-actions .header-user > a {
  font-size: 1.6rem;
  color: white;
}

.sg-navbar .sg-container .header-break {
  display: none;
}

@media screen and (max-width: 991px) {
  .sg-navbar .sg-container .header-break {
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.sg-navbar .input-search {
  background: var(--sg-componentes-menu) !important;
}

.sg-navbar .icons-header-pers {
  color: var(--sg-componentes-menu) !important;
}

.sg-navbar .icons-header-search {
  background: var(--sg-componentes-menu) !important;
  color: var(--sg-componentes-menu) !important;
}

.itenw {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: 50%;
  position: absolute;
  font-size: 13px;
  background: var(--sg-bg-menu);
  padding: 5px;
  min-width: 24px;
  min-height: 24px;
  margin: -5px 18px;
  color: #fff;
}

.carrinho-header:hover .itenw {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  /*font-size: 20px;
  padding-left: 9px;
  padding-right: 9px;*/
}

@media screen and (min-width: 662px) and (max-width: 991px) {
  .frmPesquisaheader {
    width: 90%;
    float: left;
  }
}

@media screen and (max-width: 661px) {
  .frmPesquisaheader {
    width: 80%;
    float: left;
  }
}

.header-dropdown {
  width: 200px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #444;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  /*right: 0;
  left: auto;
  @media screen and (min-width: 767px){
    transform: translateX(50%);
  }*/
}

#modalLogin h4 {
  color: #333;
  margin-bottom: 10px;
}

#modalLogin .sg-botao {
  margin-bottom: 10px;
}

#modalLogin .sg-botao-secondary {
  margin-bottom: 10px;
}

#btn-recuperar-senha {
  font-size: x-small;
  position: relative;
  float: right;
  text-decoration: none !important;
  top: -15px;
}

#btn-recuperar-senha i {
  font-size: x-small;
}

#barraTopo {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
  position: fixed;
  height: 0px;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transition: height .5s, opacity .5s, -webkit-transform .5s;
  transition: height .5s, opacity .5s, -webkit-transform .5s;
  transition: transform .5s, height .5s, opacity .5s;
  transition: transform .5s, height .5s, opacity .5s, -webkit-transform .5s;
}

.py-3 {
  background-color: var(--sg-bg-container);
}

.py-3 .card {
  background-color: transparent;
  margin-bottom: 15px;
  border: none;
}

.pg-newsletter {
  /*padding-left: 20px;*/
}

.sg-banner-tarja {
  padding-right: 0px;
  padding-left: 0px;
}

.sg-banner {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 0;
}

.detalhe-produto-comprar {
  padding: 20px;
  position: relative;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 3px;
}

.card-produto {
  position: relative;
  overflow: hidden;
  padding: none;
}

.card-produto:hover .card-produto-footer {
  top: 0;
  left: 0;
}

.card-produto:hover .card-produto-footer-shadow {
  top: 0;
  left: 0;
}

.card-produto-footer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20000px;
  left: 0;
}

.card-produto-footer .botao-card-produto-footer {
  width: 100%;
  height: auto;
  background-color: #2980b9;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 5%;
  padding-bottom: 6%;
  color: #fff;
}

.card-produto-footer-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20000px;
  left: 0;
  background-color: var(--sg-card-produto-hover-shadow);
  opacity: 0.4;
}

.top-menu {
  text-transform: uppercase;
}

.top-menu .sg-container {
  padding: 0;
  text-align: center;
}

.top-menu .sg-container a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  padding: 10px 18px;
  color: var(--sg-cor-menu);
}

.top-menu .sg-container a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.menu-auxiliar {
  overflow-x: auto;
  width: 100%;
  background: #efefef;
  text-transform: uppercase;
  border: solid 1px #ccc;
}

.menu-auxiliar ul {
  white-space: nowrap;
  margin-bottom: 0;
}

.menu-auxiliar ul li {
  display: inline-block;
}

.menu-auxiliar ul li a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  padding: 5px 10px;
  border-bottom: solid 5px transparent;
  border-top: solid 5px transparent;
  text-decoration: none !important;
  color: #666;
}

.menu-auxiliar ul li a.active {
  font-weight: bold;
}

.menu-auxiliar ul li a:hover {
  color: #e41915;
  border-bottom-color: #e41915;
}

.flexslider {
  border: 0;
  margin: 0;
  background: none;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.flex-direction-nav a:before {
  font-family: 'FontAwesome', serif;
  font-size: 40px;
  display: inline-block;
  content: "\F104";
}

.flex-direction-nav a.flex-next:before {
  content: '\F105';
}

.flex-direction-nav .flex-next {
  right: 20px !important;
}

.flex-direction-nav .flex-prev {
  left: 20px !important;
}

.flex-direction-nav a {
  height: 50px;
}

.flex-direction-nav a,
.flex-direction-nav a:before {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

.slider {
  padding: 20px 0;
}

.slider .flexslider {
  max-width: 1140px;
  margin: auto;
}

.slider--full {
  padding: 0;
}

.slider--full .flexslider {
  max-width: 100%;
}

.flex-direction-nav {
  display: none;
}

@media (min-width: 992px) {
  .flex-direction-nav {
    display: block;
  }
}

.pre-card-produto {
  max-width: 250px;
}

.card-produto {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  /* max-width: 250px; */
  max-height: 800px;
  height: 100%;
  width: 100%;
  min-width: 170px;
  background: var(--sg-card-produto-bg);
  border: var(--sg-card-produto-border-width) var(--sg-card-produto-border-style) var(--sg-card-produto-border-color);
}

.card-produto .sg-botao {
  background-color: var(--sg-card-produto-border-color);
  width: 90%;
  margin: 5%;
}

.card-produto .sg-gabarito {
  background-color: var(--sg-card-botao-gabarito-color);
}

.card-produto:hover {
  border: var(--sg-card-produto-hover-border-width) var(--sg-card-produto-hover-border-style) var(--sg-card-produto-hover-border-color);
  background-color: var(--sg-card-produto-hover-bg);
  -webkit-box-shadow: var(--sg-card-produto-hover-box-shadow);
          box-shadow: var(--sg-card-produto-hover-box-shadow);
}

.card-produto:hover .sg-botao {
  background-color: var(--sg-card-produto-hover-border-color);
}

.card-produto:hover .sg-gabarito {
  background-color: var(--sg-card-botao-gabarito-color);
}

.card-produto:hover .card-produto-header > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-produto .card-produto-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-produto .card-produto-header > img {
  width: auto;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* height: 145px; */
  width: 100% !important;
  border-bottom: 1px solid gray;
}

.card-produto .card-produto-header .box-desconto {
  top: -15%;
  width: 70%;
  height: 15%;
  position: relative;
  left: 30%;
  border: 2px solid white;
}

@media (min-width: 100px) {
  .card-produto .card-produto-header .box-desconto {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .card-produto .card-produto-header .box-desconto {
    font-size: 14px;
  }
}

@media (min-width: 100px) {
  .card-produto .card-produto-header {
    /*max-height: 100px;*/
  }
}

@media (min-width: 576px) {
  .card-produto .card-produto-header {
    /*max-height: 120px;*/
  }
}

@media (min-width: 768px) {
  .card-produto .card-produto-header {
    /*max-height: 150px;*/
  }
}

@media (min-width: 992px) {
  .card-produto .card-produto-header {
    /*max-height: 150px;*/
  }
}

@media (min-width: 1200px) {
  .card-produto .card-produto-header {
    /*max-height: 200px;*/
  }
}

.card-produto .card-produto-body {
  padding: 0 5px;
  margin-top: auto;
}

.card-produto .card-produto-title {
  padding: 0 5px;
  min-height: 60px;
}

.card-produto .card-produto-title .produto--nome {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: var(--sg-card-produto-titulo-color);
}

@media (min-width: 768px) {
  .card-produto .card-produto-title .produto--nome {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .card-produto .card-produto-title .produto--nome {
    font-size: 16px !important;
  }
}

.card-produto .produto--detalhes {
  margin: 5px 0;
  font-size: 10px;
  vertical-align: top;
  margin-top: 0px !important;
  min-height: 100px;
}

@media (min-width: 1200px) {
  .card-produto .produto--detalhes {
    font-size: 11px !important;
    min-height: 85px !important;
  }
}

.card-produto .produto--detalhes p {
  margin: 0;
  color: var(--sg-card-produto-conteudo-color);
}

.card-produto .produto--preco-de {
  opacity: .7;
  font-size: 12px;
  margin-bottom: 2px;
  text-decoration: line-through;
  color: var(--sg-card-produto-preco-color);
}

@media (min-width: 1200px) {
  .card-produto .produto--preco-de {
    font-size: 13px !important;
  }
}

.card-produto .produto--preco-por {
  font-size: 13px;
  margin-bottom: 5px;
  color: var(--sg-card-produto-preco-color);
}

@media (min-width: 1200px) {
  .card-produto .produto--preco-por {
    font-size: 14px !important;
  }
}

.config-textos-destaque {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--sg-texto-destaque-color);
  color: var(--sg-texto-destaque-color);
}

@media (min-width: 100px) {
  .config-textos-destaque {
    font-size: 12px !important;
  }
}

@media (min-width: 576px) {
  .config-textos-destaque {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) {
  .config-textos-destaque {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .config-textos-destaque {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .config-textos-destaque {
    font-size: 16px !important;
  }
}

@media (min-width: 1500px) {
  .config-textos-destaque {
    font-size: 22px !important;
  }
}

.quantidadeCardCarousel {
  width: calc(100% / var(--sg-quantidade-card-produto));
}

.card-categoria {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  max-width: 250px;
  max-height: 800px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--sg-card-produto-bg);
  border: var(--sg-card-produto-border-width) var(--sg-card-produto-border-style) var(--sg-card-produto-border-color);
}

.card-categoria .sg-botao {
  background-color: var(--sg-card-produto-border-color);
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}

.card-categoria:hover {
  border: var(--sg-card-produto-hover-border-width) var(--sg-card-produto-hover-border-style) var(--sg-card-produto-hover-border-color);
  background-color: var(--sg-card-produto-hover-bg);
  -webkit-box-shadow: var(--sg-card-produto-hover-box-shadow);
          box-shadow: var(--sg-card-produto-hover-box-shadow);
}

.card-categoria:hover .sg-botao {
  background-color: var(--sg-card-produto-hover-border-color);
  bottom: 15px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card-categoria:hover .categoria-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-categoria .categoria-img {
  max-height: 200px;
  overflow: hidden;
}

.card-categoria .categoria-img > img {
  width: auto;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-categoria .categoria-titulo {
  margin: 10px 10px 5px;
}

.card-categoria .categoria-descricao {
  margin: 10px 10px 10px;
}

.sg-banner {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sg-sidebar-categoria {
  margin-bottom: 10px;
  background-color: var(--sg-bg-primario);
  color: var(--sg-cabecalho-menu-lateral-color);
}

.sg-sidebar-categoria .sidebar-cabecalho {
  padding: 15px;
  background-color: var(--sg-bg-secundario);
  border: 1px solid var(--sg-cor-borda-menu);
}

.sg-sidebar-categoria .menu-categorias {
  border: 1px solid var(--sg-cor-borda-menu);
  border-top: none;
  margin: 0;
}

@media screen and (min-width: 991px) {
  .sg-sidebar-categoria .menu-categorias {
    display: block;
  }
}

.sg-sidebar-categoria .menu-categorias .submenu-item-text {
  padding-left: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sg-sidebar-categoria .menu-categorias .submenu-item {
  padding-left: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid transparent;
}

@media screen and (max-width: 991px) {
  .sg-sidebar-categoria .menu-categorias .submenu-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.sg-sidebar-categoria .menu-categorias .submenu-item:hover,
.sg-sidebar-categoria .menu-categorias .submenu-item.submenu-expanded {
  border-left-color: var(--sg-cor-primaria);
  background-color: rgba(0, 0, 0, 0.05);
}

.sg-sidebar-categoria .menu-categorias .submenu-item .submenu-link {
  text-decoration: none;
  color: var(--sg-corpo-menu-lateral-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sg-sidebar-categoria .menu-categorias .submenu-item .submenu-link .submenu-link-indicator {
  display: none;
  opacity: .6;
  margin-left: auto;
  margin-right: 4px;
}

.sg-sidebar-categoria .menu-categorias .submenu-item.submenu-item-has-sub > .submenu-link .submenu-link-indicator {
  display: inline;
}

.sg-sidebar-categoria .menu-categorias .submenu-item.submenu-item-has-sub > .submenu-link[aria-expanded=true] .submenu-link-indicator i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sg-sidebar-categoria-mais-vendidos {
  margin-bottom: 10px;
  background-color: var(--sg-bg-corpo-menu-mais-vendidos);
  color: var(--sg-color-cabecalho-menu-mais-vendidos);
}

.sg-sidebar-categoria-mais-vendidos .sidebar-cabecalho {
  padding: 15px;
  background-color: var(--sg-bg-cabecalho-menu-mais-vendidos);
  border: 1px solid var(--sg-cor-borda-menu-mais-vendidos);
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias {
  border: 1px solid var(--sg-cor-borda-menu-mais-vendidos);
  border-top: none;
  margin: 0;
}

@media screen and (min-width: 991px) {
  .sg-sidebar-categoria-mais-vendidos .menu-categorias {
    display: block;
  }
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item-text {
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item {
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid transparent;
}

@media screen and (max-width: 991px) {
  .sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item:hover,
.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item.submenu-expanded {
  border-left-color: var(--sg-cor-primaria);
  background-color: rgba(0, 0, 0, 0.05);
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item .submenu-link {
  text-decoration: none;
  color: var(--sg-color-corpo-menu-mais-vendidos);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item .submenu-link .submenu-link-indicator {
  display: none;
  opacity: .6;
  margin-left: auto;
  margin-right: 7px;
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item.submenu-item-has-sub > .submenu-link .submenu-link-indicator {
  display: inline;
}

.sg-sidebar-categoria-mais-vendidos .menu-categorias .submenu-item.submenu-item-has-sub > .submenu-link[aria-expanded=true] .submenu-link-indicator i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.newsletter {
  padding: 40px 0;
  text-align: center;
}

.newsletter .container {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-footer {
  padding: 50px 0 30px 0;
  color: #fff;
}

.main-footer ul li {
  margin-bottom: 10px;
}

.main-footer a {
  color: #fff;
}

.main-footer a:hover {
  color: #fff;
}

.coluna-footer,
.links-footer,
.enderecos-footer,
.horarios-footer,
.contatos-footer .telefones-footer,
.contatos-footer .emails-footer {
  margin: 30px 0;
}

.coluna-footer:before,
.links-footer:before,
.enderecos-footer:before,
.horarios-footer:before,
.contatos-footer .telefones-footer:before,
.contatos-footer .emails-footer:before {
  display: none;
}

@media screen and (min-width: 1200px) {
  .coluna-footer,
  .links-footer,
  .enderecos-footer,
  .horarios-footer,
  .contatos-footer .telefones-footer,
  .contatos-footer .emails-footer {
    margin: 0;
  }
}

@media screen and (min-width: 767px) {
  .coluna-footer:before,
  .links-footer:before,
  .enderecos-footer:before,
  .horarios-footer:before,
  .contatos-footer .telefones-footer:before,
  .contatos-footer .emails-footer:before {
    padding-right: 10px;
    vertical-align: top;
    font-family: 'Font Awesome 5 Free', serif;
    font-size: 22px;
  }
}

.enderecos-footer:before {
  content: "\F041";
}

.horarios-footer:before {
  content: "\F017";
}

.contatos-footer .telefones-footer:before {
  content: "\F095";
}

.contatos-footer .emails-footer {
  font-size: 1rem;
}

.contatos-footer .emails-footer:before {
  content: "\F003";
}

.contatos-footer .redes-sociais-footer {
  margin-bottom: 20px;
  font-size: 28px;
}

.pagamentos-selos {
  padding: 30px 0;
  background: #fff;
}

.pagamentos-selos p {
  margin-bottom: 10px;
}

.pagamentos-selos img {
  margin: 5px 5px;
}

.pagamentos {
  margin-bottom: 20px;
}

.copyright {
  padding: 10px 0;
  background: var(--sg-bg-copyright);
}

.copyright p {
  font-size: 10px;
  margin: 0;
}

.copyright img {
  vertical-align: sub;
}

.page-title {
  border-bottom: solid 2px #1a486e;
  margin-top: 10px;
}

.page-title ul li {
  float: left;
  margin-bottom: 20px;
  margin-left: 3px;
}

.page-title ul li:after {
  content: "  >  ";
}

.page-title ul li:last-child:after {
  content: " ";
}

.calculador {
  padding-top: 40px;
}

.filtros-especificacoes {
  border: solid 1px #ccc;
  overflow: auto;
  margin-bottom: 20px;
}

.filtros-heading {
  background: #999;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

.coluna-filtros {
  padding: 0;
  display: none;
}

.coluna-filtros:first-child {
  display: block;
}

.filtros-qtde {
  display: none;
  overflow: auto;
  margin-bottom: 20px;
}

.filtros-options a {
  display: block;
  margin-top: 0 !important;
  border: solid 1px #fff;
}

.flitro--active {
  background: #e41915 !important;
  color: #fff !important;
}

.vitrine-calculador {
  display: none;
}

.elastislide-carousel ul li a {
  border: 0 !important;
}

.elastislide-horizontal nav span.elastislide-next {
  right: 0;
}

.elastislide-horizontal nav span {
  left: 0;
}

.elastislide-horizontal {
  padding: 4px 0;
}

.elastislide-horizontal ul {
  padding-top: 5px;
}

.elastislide-horizontal ul li {
  padding: 0;
  margin-right: 8px;
}

.info-produto {
  padding-top: 40px;
}

/*.detalhe_produto.htmlDetalhe{
	width: 100% !important;
}*/

.resumo-detalhe-produto td,
.informacoes-produto td {
  text-align: left;
}

.imagem-detalhe-produto {
  margin-bottom: 30px;
}

.imagem-detalhe-produto a:hover {
  text-decoration: none;
}

.detalhe-produto-comprar {
  background: #ececec;
  overflow: auto;
  margin-bottom: 20px;
}

.detalhe-produto-comprar #acabamento-detalhe-produto {
  margin-bottom: 15px;
}

.acabamento-selecionado {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  display: none;
  width: 100%;
}

.acabamento-selecionado select {
  display: inline-block;
  width: auto;
  padding: 0;
  border: 1px solid #ddd;
  background: none;
  margin-top: 5px;
}

.acabamento-selecionado i {
  margin-top: 15px;
  color: #999;
}

.resumo-detalhe-produto {
  margin-bottom: 15px;
  font-weight: 700;
}

.resumo-detalhe-produto table {
  width: 100%;
}

.parcelamento-detalhe-produto {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
}

.parcelamento-detalhe-produto table {
  width: 100%;
}

.descricao-produto iframe {
  max-width: 100%;
}

.informacoes-produto {
  margin-bottom: 50px;
}

.gabarito {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin-right: 3px;
}

.gabarito:hover {
  opacity: 1.0;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media (min-width: 768px) {
  .detalhe-produto-comprar .col-sm-6:first-child {
    border-right: solid 1px #ccc;
  }
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  transition: none;
}

.controle-bg--produtos-destaque {
  padding-top: 22px;
  padding-left: 0px;
  padding-right: 0px;
}

.card-produto-header {
  /*height: 500px;*/
}

.card-produto-header img {
  height: 100% !important;
}

.carrinho th {
  border: 0 !important;
  background: #efefef;
  text-transform: uppercase;
  text-align: center;
}

.img-produto-carrinho {
  width: 100px;
}

.img-produto-carrinho img {
  max-width: 80px;
}

.descricao-produto-carrinho {
  width: 30%;
  text-align: left;
}

.valor-produto-carrinho {
  width: 200px;
}

.valor-produto-carrinho:before {
  content: 'R$ ';
}

.remover-produto-carrinho a {
  display: inline-block;
  color: #999 !important;
  text-decoration: none;
}

.remover-produto-carrinho a:hover {
  color: #e41915 !important;
}

.carrinho-resumo,
.carrinho-pagamento,
.carrinho-entrega {
  border: 5px solid #D0D1D6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.carrinho-resumo .radio,
.carrinho-pagamento .radio,
.carrinho-entrega .radio {
  background: #e8e8eb;
  padding: 8px;
}

.carrinho-resumo .radio hr,
.carrinho-pagamento .radio hr,
.carrinho-entrega .radio hr {
  margin-top: 5px;
  margin-bottom: 3px;
}

.carrinho-resumo .radio div,
.carrinho-pagamento .radio div,
.carrinho-entrega .radio div {
  background: #fff;
}

.frete-carrinho,
.balcao-carrinho {
  display: none;
  padding: 5px;
}

.frete-carrinho .radio,
.balcao-carrinho .radio {
  background: #fff;
  margin-left: 20px;
}

.carrinho-resumo table {
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
  border: solid 3px #e8e8eb;
}

.carrinho-resumo table tr {
  background: #fff;
}

.carrinho-resumo table tr td {
  text-align: left;
  border: 0;
}

.carrinho-resumo table tr a {
  color: #999;
}

.carrinho-resumo table tfoot tr {
  background-color: #e8e8eb;
}

.finalizar-pedido a {
  background: #e41915;
}

.caixa-sombreada {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.caixa-sombreada.borda-principal {
  padding: 20px;
  border: var(--sg-borda-paineis-width) var(--sg-borda-paineis-style) var(--sg-borda-paineis-color);
  -webkit-box-shadow: inset 1px 1px var(--sg-sombra-cor-width) -1px var(--sg-bg-sombra-cor);
  box-shadow: inset 1px 1px var(--sg-sombra-cor-width) -1px var(--sg-bg-sombra-cor);
}

.caixa-info {
  padding: 5px;
  margin: 10px;
  font-size: 14px;
  line-height: 18px;
  background-color: var(--sg-bg-caixa-info);
  border: 1px solid var(--sg-borda-paineis-color);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.caixa-info2 {
  padding: 1px 2px;
  margin: 0 0 2px;
  background-color: transparent;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.caixa-info3 {
  padding: 1px 2px 1px 2px;
  margin: 0 0 2px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.caixa-dados legend {
  line-height: 35px;
  border: 0;
  margin: 0 0 5px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.caixa-dados ul li {
  margin: 10px 0 0;
}

.caixa-dados ul li:first-child {
  margin: 0;
}

.caixa-dados .caixa-sombreada {
  padding: 0;
}

.caixa-dados h3 {
  border-width: 0 0 1px;
  border-style: solid;
  margin-top: -5px;
  font-weight: 400;
  font-size: 22px;
}

.caixa-dados ul li b + span + b {
  margin-left: 15px;
}

.caixa-dados {
  padding: 20px;
  margin-top: 20px;
  border: 1px dashed;
}

.caixa-dados:first-child {
  margin: 0;
}

.subtotal,
.total,
.desconto {
  text-align: right;
  vertical-align: baseline;
}

.subtotal strong {
  font-size: 14px;
  white-space: nowrap;
  color: dimgrey;
}

.finalizar-compra {
  margin-bottom: 20px;
}

.finalizar-compra .caixa-sombreada {
  padding: 0;
}

.boxes-carrinho .radio {
  position: relative;
  border: 1px solid #ccc;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boxes-carrinho .radio:hover,
.boxes-carrinho .radio.ativo {
  border-color: var(--sg-cor-botao);
}

.btn-carrinho-upload {
  position: relative;
}

.btn-carrinho-upload:after {
  opacity: 0;
  /*  font-family: FontAwesome;
    content: '\f058';*/
  position: absolute;
  right: 10px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.btn-carrinho-upload.accepted {
  background: var(--sg-cor-botao);
  color: white;
}

.btn-carrinho-upload.accepted:after {
  opacity: 1;
}

a.detalhesItemCarrinho[data-toggle="collapse"] {
  display: block;
  font-family: FontAwesome;
  text-decoration: none;
  padding: 5px;
}

a.detalhesItemCarrinho[data-toggle="collapse"]:before {
  content: "\F010";
}

a.detalhesItemCarrinho[data-toggle="collapse"].collapsed:before {
  content: "\F00E";
}

.accordion {
  border: 2px solid #e8e8eb;
  border-radius: 0;
  min-height: 44px;
  margin-bottom: 10px;
}

.accordion-radio {
  width: 10%;
  background: transparent;
  min-height: 40px;
  position: relative;
  float: left;
}

.disabled-accordion {
  background: var(--sg-bg-corpo-tabela) !important;
}

.accordion-texto {
  width: 90%;
  background: var(--sg-bg-corpo-tabela);
  min-height: 40px;
  position: relative;
  float: right;
}

.accordion:hover {
  border-color: var(--sg-bg-cabecalho-tabela);
  background-color: var(--sg-bg-cabecalho-tabela);
  cursor: pointer;
}

.accordion-selected {
  border-color: var(--sg-bg-cabecalho-tabela) !important;
  background-color: var(--sg-bg-cabecalho-tabela);
}

.removee div {
  font-size: 2px;
}

.tabela-balcao-header {
  background-color: var(--sg-bg-cabecalho-tabela);
  border: 2px solid transparent;
  color: var(--sg-cabecalho-tabela-fonte);
  min-height: 40px;
  margin-bottom: 5px;
}

.tabela-balcao-header div {
  min-height: 40px;
  float: left;
  position: relative;
  font-size: 14px;
}

.opcoesBalcaoRetirada:hover {
  border-color: var(--sg-bg-cabecalho-tabela) !important;
  background-color: var(--sg-bg-cabecalho-tabela) !important;
  cursor: pointer;
}

.opcoesBalcaoRetirada-selected {
  border-color: var(--sg-bg-cabecalho-tabela) !important;
  background-color: var(--sg-bg-cabecalho-tabela) !important;
}

.balcao-retirada-endereco {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--sg-tabela-fonte);
}

.balcao-retirada-endereco-borda {
  border: 1px solid var(--sg-bg-cabecalho-tabela);
}

.tabela-entrega-header {
  background-color: var(--sg-bg-corpo-tabela);
  border: 2px solid transparent;
  color: var(--sg-corpo-tabela-fonte);
  min-height: 40px;
  margin-bottom: 5px;
}

.tabela-entrega-header div {
  min-height: 40px;
  float: left;
  position: relative;
  font-size: 14px;
  padding: 5px !important;
  height: 100%;
}

.opcoesEntrega:hover {
  border-color: var(--sg-bg-cabecalho-tabela) !important;
  background-color: var(--sg-bg-cabecalho-tabela) !important;
  cursor: pointer;
}

.opcoesEntrega-selected {
  border-color: var(--sg-bg-cabecalho-tabela) !important;
  background-color: var(--sg-bg-cabecalho-tabela) !important;
}

.detalhe-preco {
  color: var(--sg-texto-paineis-color);
}

button:hover {
  opacity: 0.6;
}

.bg-progressbar {
  background-color: var(--sg-cor-botao);
}

.texto-conteudo-tabela {
  padding: 10px 0px 0px;
}

.cor-fixa {
  background: var(--sg-bg-corpo-tabela) !important;
}

.btn-alterar-entrega {
  height: 30px;
  font-size: 12px;
  border-radius: 5px;
  width: 100%;
}

.btn-alterar-balcao {
  height: 30px;
  font-size: 12px;
  border-radius: 5px;
  width: 100%;
}

.btn-alterar-formapagamento {
  height: 30px;
  font-size: 12px;
  border-radius: 5px;
  width: 100%;
}

.accordion-disable {
  border: 2px solid #e8e8eb;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 10px;
}

.accordion-radio-disable {
  width: 10%;
  background: #e8e8eb;
  min-height: 36px;
  position: relative;
  float: left;
}

.accordion-texto-disable {
  width: 90%;
  background: #e8e8eb;
  min-height: 36px;
  position: relative;
  float: right;
}

.acoes-carrinho {
  color: var(--sg-cor-botao);
}

/* unvisited link */

.acoes-carrinho:visited {
  color: var(--sg-cor-botao);
}

/* visited link */

.acoes-carrinho:hover {
  color: var(--sg-cor-botao);
  opacity: 0.6;
  cursor: pointer;
}

/* mouse over link */

.acoes-carrinho:active {
  color: var(--sg-cor-botao);
}

.titulo-produto-carrinho {
  color: var(--sg-cor-botao);
}

.item-name {
  background-color: var(--sg-cor-botao);
  color: #fff;
}

@media (max-width: 700px) {
  .itens-web {
    display: none;
  }
}

@media (min-width: 701px) {
  .itens-mobile {
    display: none;
  }
}

.compra-finalizada {
  padding-top: 40px;
}

#ppplusDiv iframe {
  width: 100%;
}

.compra-finalizada-box {
  border: solid 2px var(--sg-bg-header-confirmar-pedido);
  margin-bottom: 15px;
  background: var(--sg-bg-body-confirmar-pedido);
}

.compra-finalizada-header {
  background: var(--sg-bg-header-confirmar-pedido);
  padding: 10px;
}

.compra-finalizada-body {
  padding: 20px;
  overflow: auto;
}

.numero-boleto {
  padding: 10px;
  background: var(--sg-bg-numero-boleto);
  text-align: center;
}

.codigo-boleto {
  border-top: solid 1px #ccc;
  margin-top: 20px;
  padding-top: 10px;
  color: var(--sg-cor-texto-confirmar-pedido);
}

@media (min-width: 768px) {
  .codigo-boleto {
    border: 0;
    border-left: solid 1px var(--sg-bg-numero-boleto);
    margin: 0;
    padding: 0 0 0 30px;
    color: var(--sg-cor-texto-confirmar-pedido);
  }
}

.titulo-banco {
  cursor: pointer;
  border: 1px solid var(--sg-borda-box);
  background: var(--sg-bg-titulo-banco);
  color: var(--sg-titulo-banco-texto);
}

.titulo-banco span {
  padding-left: 5px;
}

.titulo-banco:hover {
  opacity: 0.3;
}

.banco-selecionado {
  background: var(--sg-bg-dados-conta) !important;
  color: var(--sg-dados-conta-texto);
}

.dados-conta {
  background: var(--sg-bg-dados-conta);
  text-align: left;
  font-size: 14px;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--sg-borda-box);
  color: var(--sg-dados-conta-texto);
}

.dados-conta b {
  padding-left: 5px;
}

#div-pagamento-cielo {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
}

#div-pagamento-cielo .div-pagamento-cielo {
  z-index: 9998;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .4;
}

#div-pagamento-cielo img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 1;
}

.buscar-pedidos {
  border: solid 1px #ccc;
}

.buscar-pedidos input {
  border-radius: 0 !important;
  border: 0;
}

.buscar-pedidos .input-group-addon {
  background: #fff;
  border-radius: 0 !important;
  border: 0;
}

.buscar-pedidos .input-group-addon i {
  color: #999;
}

.detalhe-pedido {
  padding: 40px 0;
}

.detalhe-pedido table td {
  text-align: left;
}

.detalhe-pedido table td p {
  margin-top: 10px;
}

.detalhe-pedido table .img-detalhe-pedido {
  width: 150px;
  min-width: 150px;
}

.detalhe-pedido table .img-detalhe-pedido div {
  position: relative;
}

.detalhe-pedido table .img-detalhe-pedido div .download-arquivos-enviados {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.detalhe-pedido table .img-detalhe-pedido div .download-arquivos-enviados a {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  text-decoration: none;
}

.detalhe-pedido table .img-detalhe-pedido div .download-arquivos-enviados a i {
  font-size: 24px;
}

.detalhe-pedido table .img-detalhe-pedido div:hover .download-arquivos-enviados a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-body {
  overflow: auto;
}

.botoes-detalhe-pedido div {
  padding: 5px;
}

/*centralizar div*/

.centro {
  float: none;
  margin: 0 auto;
  display: block;
}

.padding-r-15 {
  padding-bottom: 15px;
  padding-left: 5px;
}

.padding-20 {
  padding: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.bloco-geral {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 0px;
}

.separa {
  border-bottom: solid 2px #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bloco-topo h1 {
  font-size: 24px;
  font-weight: bold;
}

.bloco-topo h2 {
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

.bloco-topo h2 small {
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.btn-topo {
  padding: 6px;
  background-color: var(--sg-cor-botao);
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
}

.btn-topo a {
  color: #fff;
}

.box-produtos {
  border-bottom: solid 1px #ccc;
  margin-bottom: 25px;
}

.box-produtos:last-child {
  border-bottom: none;
}

.box-produtos h2 {
  font-size: 16px;
}

.box-produtos h4 {
  font-size: 14px;
  font-weight: 400;
}

.titulo-itens {
  width: 100%;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  padding-top: 10px;
  padding-bottom: 8px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.titulo-itens h2 {
  font-size: 18px;
}

.passos {
  display: block;
  margin-top: 15px;
}

.passo {
  font-size: 12px;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  margin-left: -32px !important;
  text-align: center;
  margin-left: -10px;
}

.passo:first-child {
  position: relative;
  height: 100%;
  left: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seta {
  -webkit-clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 4% 50%, 0% 0%);
  clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 4% 50%, 0% 0%);
}

.seta2 {
  -webkit-clip-path: polygon(0% 0%, 96% 0, 100% 50%, 96% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 96% 0, 100% 50%, 96% 100%, 0% 100%);
}

.seta3 {
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 4% 50%);
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 4% 50%);
}

.passo-verde {
  background-color: #44bd32;
}

.passo-vermelho {
  background-color: #c0392b;
}

.passo-metade {
  background: -webkit-gradient(linear, left top, right top, color-stop(51%, #555), color-stop(50%, #aaa69d));
  background: linear-gradient(90deg, #555 51%, #aaa69d 50%);
}

.passo-metade-financeiro {
  background: #d6b514;
}

.passo-padrao {
  background-color: #aaa69d;
}

.bloco-alerta {
  background-color: #ffda79;
  color: #333;
  margin: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

.bloco-alerta p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.bloco-alerta span {
  padding-left: 10px;
}

.aviso {
  margin-top: 10px;
}

.btn-red {
  color: #fff;
  margin-top: 10px;
  padding: 6px;
  background-color: var(--sg-cor-botao);
  border-radius: 0;
}

.btn-red:hover {
  color: #fff;
}

.detalhe-artes {
  padding: 40px 0;
}

.detalhe-artes .sugestao-artes {
  overflow: auto;
}

.detalhe-artes .sugestao-artes h4 {
  text-transform: uppercase;
  color: #1a486e;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a486e;
}

.detalhe-artes .sugestao-artes .modelo-arte {
  padding: 10px;
}

.detalhe-artes .sugestao-artes p {
  margin: 20px 0;
}

.detalhe-artes .mensagens-artes {
  margin-bottom: 20px;
  overflow: auto;
}

.detalhe-artes .mensagens-artes h4 {
  font-family: 'Lato', sans-serif;
  color: #1a486e;
  margin-bottom: 20px;
}

.detalhe-artes .trocaMsgArtes {
  overflow: auto;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.detalhe-artes .trocaMsgArtes .msgArteEnviada,
.detalhe-artes .trocaMsgArtes .msgArteRecebida {
  background: #ececec;
  margin-bottom: 10px;
  padding: 15px 25px;
  border-radius: 10px;
}

.detalhe-artes .trocaMsgArtes .msgArteEnviada a,
.detalhe-artes .trocaMsgArtes .msgArteRecebida a {
  color: #666;
}

.detalhe-artes .trocaMsgArtes .msgArteEnviada a:hover,
.detalhe-artes .trocaMsgArtes .msgArteRecebida a:hover {
  color: #e41915;
}

.detalhe-artes .trocaMsgArtes .msgArteEnviada {
  margin-left: 20%;
}

.detalhe-artes .trocaMsgArtes .msgArteRecebida {
  margin-right: 20%;
}

.detalhe-artes .enviarMsgArtes {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .detalhe-artes .trocaMsgArtes {
    border-bottom: 0;
    border-right: solid 1px #ccc;
  }
}

.central-mensagens {
  padding: 40px 0;
}

.central-mensagens td {
  position: relative;
}

.central-mensagens td p,
.central-mensagens td h2 {
  margin-bottom: 3px;
}

.central-mensagens td .corpo-mensagem {
  margin-right: 20px;
  height: 40px;
  overflow: hidden;
}

.central-mensagens td .corpo-mensagem .acoes-msg {
  display: none;
}

.central-mensagens td .corpo-mensagem .acoes-msg a {
  margin: 5px 10px 5px 0;
}

.central-mensagens td .corpo-mensagem:after {
  content: '...';
}

.central-mensagens td .mensagem--aberta {
  height: auto;
  overflow: auto;
}

.central-mensagens td .mensagem--aberta .acoes-msg {
  display: block;
}

.central-mensagens td .mensagem--aberta:after {
  content: '';
}

.central-mensagens td small {
  display: block;
  margin: 10px 0;
}

.central-mensagens .view-more-msg {
  font-size: 20px;
  color: #ccc !important;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.central-mensagens .view-more-msg:hover {
  color: #666 !important;
}

.buscar-mensagens {
  border: solid 1px #ccc;
}

.buscar-mensagens input {
  border-radius: 0 !important;
  border: 0;
}

.buscar-mensagens .input-group-addon {
  background: #fff;
  border-radius: 0 !important;
  border: 0;
}

.buscar-mensagens .input-group-addon i {
  color: #999;
}

.nova-mensagem {
  margin-right: 15px;
}

.paginacao {
  text-align: center;
}

.paginacao .pagination li a {
  border: 0;
  border-bottom: solid 3px transparent;
  color: #666;
}

.paginacao .pagination .active a {
  color: #e41915;
  font-weight: bold;
  font-size: 18px;
  background: none;
  border: 0;
  border-bottom: solid 3px #e41915;
}

.carousel.outer-controls {
  text-align: center;
}

.carousel.outer-controls .carousel-inner {
  width: 90%;
  display: inline-block;
}

.carousel.outer-controls .sg-carousel-next,
.carousel.outer-controls .sg-carousel-prev {
  background: transparent;
  color: #333;
}

.carousel.outer-controls .sg-carousel-next:hover,
.carousel.outer-controls .sg-carousel-prev:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.carousel.outer-controls .sg-carousel-next:hover i,
.carousel.outer-controls .sg-carousel-prev:hover i {
  color: #222;
}

@media (min-width: 100px) {
  .multi-item-carousel .carousel-inner .carousel-item-right.active,
  .multi-item-carousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (min-width: 576px) {
  .multi-item-carousel .carousel-inner .carousel-item-right.active,
  .multi-item-carousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item-right.active,
  .multi-item-carousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33.33%);
            transform: translateX(33.33%);
  }
}

@media (min-width: 992px) {
  .multi-item-carousel .carousel-inner .carousel-item-right.active,
  .multi-item-carousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33.33%);
            transform: translateX(33.33%);
  }
}

@media (min-width: 1200px) {
  .multi-item-carousel .carousel-inner .carousel-item-right.active,
  .multi-item-carousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(var(--transition-pct-next));
            transform: translateX(var(--transition-pct-next));
  }
}

@media (min-width: 100px) {
  .multi-item-carousel .carousel-inner .carousel-item-left.active,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 576px) {
  .multi-item-carousel .carousel-inner .carousel-item-left.active,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item-left.active,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}

@media (min-width: 992px) {
  .multi-item-carousel .carousel-inner .carousel-item-left.active,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}

@media (min-width: 1200px) {
  .multi-item-carousel .carousel-inner .carousel-item-left.active,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(var(--transition-pct-prev));
            transform: translateX(var(--transition-pct-prev));
  }
}

.multi-item-carousel .carousel-inner .carousel-item-right,
.multi-item-carousel .carousel-inner .carousel-item-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.carousel-item.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.balcao-retirada {
  padding: 40px 0;
}

.balcao-retirada table td,
.balcao-retirada table th {
  text-align: left;
}

.filtrar-balcoes label {
  font-weight: normal;
}

.orcamento {
  padding: 40px 0;
}

.orcamento h1 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.orcamento .erro {
  border: 1px solid #f36f6f !important;
  background-color: #f5f1f1;
}

.dados-cliente,
.dados-orcamento {
  margin: auto;
  float: none;
}

.dados-cliente label,
.dados-orcamento label {
  font-weight: normal;
}

.cadastro-clientes {
  padding: 40px 0;
}

.cadastro-clientes h1 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.cadastro-clientes form,
.cadastro-clientes .cadastroRepresentante {
  display: none;
}

.cadastro-clientes .selecaoTipoPessoa {
  background: #ececec;
  padding: 15px;
  margin: 15px auto;
  float: none;
}

.dados-cadastrais,
.endereco {
  margin: auto;
  float: none;
}

.dados-cadastrais label,
.endereco label {
  font-weight: normal;
}

.login-social {
  background: #ececec;
  padding: 10px;
  text-transform: uppercase;
}

.fale-conosco {
  padding: 50px 0;
}

.required:after {
  color: red;
  content: "*";
}

.andamento-pedido .barra-andamento {
  height: 5px;
  width: 100%;
  background: #ccc;
  position: relative;
  top: 15px;
}

.andamento-pedido i {
  font-size: 30px;
  background-color: #fff;
  border-radius: 50%;
}

.andamento-pedido {
  text-align: center !important;
  position: relative;
}

.redefinir-senha {
  padding: 40px 0;
}

.redefinir-senha h1 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.redefinir-senha .caixa-centro {
  margin: 0px auto 0px auto;
  min-height: 160px;
}

.redefinir-senha .caixa-centro .mensagem {
  position: relative;
  float: left;
  padding: 0px;
  margin: 15px 20px 15px 20px;
  width: calc(100% - 40px);
  color: var(--sg-bg-menu);
}

.redefinir-senha .caixa-centro #btn-recuperacao-senha {
  float: right;
  color: var(--sg-cor-primaria);
  text-decoration: none !important;
}

.redefinir-senha .caixa-centro #btn-recuperacao-senha i {
  font-size: x-small;
}

.date input {
  border-radius: 0px;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  padding: 1px 8px;
}

.date .input-group-addon {
  background: #fff;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border: 0;
}

.date .input-group-addon i {
  padding: 7px 10px;
  color: #FFF;
  background-color: #17a2b8;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.enviacomprovante .col-5 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.enviacomprovante button {
  margin: 0px 10px 10px 0px;
}

.col-arte {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: calc(((100% / 12) * 3) - 10px);
  padding: 0px;
}

.col-arte h5 {
  position: relative;
  display: block;
  text-align: center;
  font-size: medium;
  padding: 0px;
  margin: 5px 0px;
}

.col-arte div.dropzone {
  width: 75%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 15px;
  margin: 0px 0px 10px 0px;
}

.col-arte div.dropzone img {
  border-radius: 5px;
  max-width: 95%;
  max-height: 95%;
  margin-top: 0px;
  vertical-align: middle;
}

.col-arte div.dropzone span {
  text-align: center;
  color: #9f9f9f;
  width: 95%;
  height: 150px;
  vertical-align: middle;
}

.col-arte div.dropzone span i {
  margin-top: 20%;
  color: #858585;
}

.col-arte div.selecionada {
  border: 2px dashed #00ff00 !important;
}

.col-arte p {
  position: relative;
  margin: 0px 0px;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-arte p a {
  color: #FFF;
  border: 1px solid #44433d;
  background-color: #44433d;
  border-radius: 5px;
  font-size: small;
  padding: 3px 8px;
}

.col-arte p a:hover,
.col-arte p a:link,
.col-arte p a:visited,
.col-arte p a:active {
  text-decoration: none;
}

.artesInprtante {
  margin: 5px 0px 20px 0px;
  font-size: medium;
}

.artesInprtante b {
  color: #c10f0a;
  font-size: large;
}

.facebook i:hover {
  color: #3b5999;
}

.twitter i:hover {
  color: #55acee;
}

.pinterest i:hover {
  color: #bd081c;
}

.instagram i:hover {
  color: #e4405f;
}

.google-plus i:hover {
  color: #dd4b39;
}

.youtube i:hover {
  color: #cd201f;
}

.linkedin i:hover {
  color: #0077B5;
}

.blogger i:hover {
  color: #f57d00;
}

