@charset "UTF-8";
/* 
    Document   : Base layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/
/* Cores */
/* theme */
textarea.form-control {
  resize: none; }

#conteudo {
  position: relative; }
  #conteudo .container > .container-fluid {
    padding: 0px; }

a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #222221; }

a:hover {
  color: #B96219; }

a:focus {
  outline: none; }

a.linkVoltar {
  font-size: 9px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase; }

a.linkVoltar:hover {
  color: #B96219; }

h1:first-child {
  margin-top: 0px; }

/*h2{
    font-size: 25px;
    font-weight: $fontW-normal;
}
h3{
    font-size: 23px;
    font-weight: $fontW-normal;
}*/
.divLinha {
  border-top: 1px solid #b2b2b2; }
  .divLinha h2 {
    margin-bottom: 20px; }

.hiddenPopUpContent {
  display: none; }

.form-control {
  color: #595959;
  background-color: transparent;
  background-image: none;
  border: 0px;
  padding: 6px 0px;
  border-bottom: 1px solid #f2eeec;
  border-radius: 0px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 11px; }

.form-control.quadrado {
  border: 1px solid #f2eeec;
  text-align: center; }

.has-feedback .form-control.quadrado {
  padding-right: 20px;
  padding-left: 20px; }

.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #595959;
  text-transform: uppercase;
  font-weight: 600; }

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #595959;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 600; }

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #595959;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 600; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #595959;
  text-transform: uppercase;
  font-weight: 600; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #595959;
  text-transform: uppercase;
  font-weight: 600; }

/* Text Area */
textarea.form-control {
  border: 1px solid #f2eeec;
  padding: 6px;
  font-size: 11px;
  font-weight: normal; }

textarea.form-control::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: none;
  font-weight: normal; }

textarea.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 11px;
  text-transform: none;
  font-weight: normal; }

textarea.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 11px;
  text-transform: none;
  font-weight: normal; }

textarea.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 11px;
  text-transform: none;
  font-weight: normal; }

textarea.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 11px;
  text-transform: none;
  font-weight: normal; }

.form-control:focus,
.has-success .form-control:focus,
.has-success .form-control,
.has-error .form-control:focus,
.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-success .form-control:focus,
.has-success .form-control,
.form-control:focus {
  border-color: #B96219; }

.has-success .form-control-feedback {
  color: #B96219; }

/* Popover */
.popover {
  font-size: 11px;
  font-weight: normal;
  background-color: #f2eeec;
  border: 1px solid #f2eeec;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top > .arrow {
  border-top-color: #f2eeec; }

.popover.top > .arrow:after {
  border-top-color: #f2eeec; }

.popover.bottom > .arrow {
  border-bottom-color: #f2eeec; }

.popover.bottom > .arrow:after {
  border-bottom-color: #f2eeec; }

.popover-content {
  padding: 15px; }

/* Branco */
.popover.white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  max-width: 185px; }

.popover.white.top > .arrow {
  border-top-color: #ffffff; }

.popover.white.top > .arrow:after {
  border-top-color: #ffffff; }

.popover.white.bottom > .arrow {
  border-bottom-color: #ffffff; }

.popover.white.bottom > .arrow:after {
  border-bottom-color: #ffffff; }

/* .dropdown-menu*/
.dropdown-menu {
  font-size: 11px;
  font-weight: normal;
  background-color: #f2eeec;
  border: 1px solid #f2eeec;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

/* Botões */
.btn {
  overflow: hidden; }

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 11px; }

.btn-default:hover {
  color: #ffffff;
  background-color: #B96219;
  border-color: #B96219; }

.btn-default.loading,
.loading .btn-default {
  min-width: 80px;
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  text-indent: -99999px;
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.btn-primary {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffffff;
  background-color: #B96219;
  border-color: #B96219;
  border-width: 2px;
  border-radius: 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600; }

.btn-primary:hover {
  color: #B96219;
  background-color: #ffffff;
  border-color: #B96219;
  background-position: center center; }

.btn-primary.loading {
  min-width: 80px;
  color: #000000;
  background-color: #ffffff;
  border-color: #B96219;
  text-indent: -99999px;
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  color: #000000;
  background-color: #B96219;
  border-color: #000000; }

.btn-info {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  border-width: 2px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 11px; }

.btn-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-combo {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000000;
  background-color: #ffffff;
  border-color: transparent;
  border-width: 0px;
  border-radius: 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600; }
  .btn-combo .bs-caret {
    color: #B96219; }
    .btn-combo .bs-caret .caret {
      left: 12px;
      right: 0px;
      border-top: 6px solid;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent; }

.dropup .btn-combo .bs-caret .caret {
  border-top: 0px;
  border-bottom: 6px solid; }

.bootstrap-select .dropdown-menu {
  text-transform: uppercase; }
  .bootstrap-select .dropdown-menu a {
    font-weight: 600; }
  .bootstrap-select .dropdown-menu .selected a {
    color: #B96219;
    background-color: #ffffff; }
.bootstrap-select .glyphicon {
  color: #B96219; }

.bootstrap-select > .dropdown-toggle {
  padding-left: 35px;
  padding-right: 0px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.btn-combo:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #B96219;
  background-position: center center; }

/* Alerts */
.alert {
  border: 0px;
  border-radius: 0px; }

.alert-success {
  border-color: #B96219;
  background-color: #B96219;
  color: #ffffff; }

.alert-danger {
  color: #ffffff;
  background-color: #c74e38;
  border-color: #c74e38; }

/* File */
.btn-file {
  position: relative;
  overflow: hidden; }

.has-error .btn-file,
.has-success .btn-file {
  padding-right: 30px; }
  .has-error .btn-file .form-control-feedback,
  .has-success .btn-file .form-control-feedback {
    top: -3px; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

/* Radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b2b2b2;
  background: #ffffff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #B96219;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Radio */
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b2b2b2;
  background: #ffffff; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #B96219;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Topo Menu */
#topo {
  /* detalhe do carrinho */ }
  #topo .logotipo img {
    max-width: 100%; }
  #topo .topoDir {
    text-align: right;
    font-size: 12px; }
    #topo .topoDir > a {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      font-size: 12px;
      font-weight: 600;
      text-decoration: none;
      color: #222221; }
    #topo .topoDir a.active,
    #topo .topoDir a:hover {
      color: #B96219; }
    #topo .topoDir > div {
      display: inline-block;
      margin-left: 15px;
      font-weight: 600; }
    #topo .topoDir #listaShort a,
    #topo .topoDir #carrinhoShort a {
      text-decoration: none; }
    #topo .topoDir #listaShort img,
    #topo .topoDir #carrinhoShort img {
      width: 24px; }
    #topo .topoDir #favoritosShort a {
      text-decoration: none; }
    #topo .topoDir #favoritosShort svg {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      width: 24px;
      height: 20px;
      vertical-align: middle; }
    #topo .topoDir #btLoginClienteLogado,
    #topo .topoDir #btLoginCliente {
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase; }
    #topo .topoDir #favoritosShort a:hover svg {
      fill: #B96219; }
    #topo .topoDir #listaShort > *,
    #topo .topoDir #carrinhoShort > * {
      vertical-align: middle; }
    #topo .topoDir #listaShort .resumo,
    #topo .topoDir #carrinhoShort .resumo {
      font-size: 11px;
      display: none; }
    #topo .topoDir #listaShort a,
    #topo .topoDir #carrinhoShort a {
      display: inline-block;
      padding-bottom: 3px;
      font-weight: normal;
      border-bottom: 2px solid #B96218;
      margin-left: 5px; }
      #topo .topoDir #listaShort a span,
      #topo .topoDir #carrinhoShort a span {
        text-align: center;
        vertical-align: top;
        font-size: 12px;
        color: #443F38;
        background-color: #EFECEA;
        display: inline-block;
        padding: 5px 5px;
        padding-bottom: 4px;
        min-width: 20px; }
    #topo .topoDir #listaShort a:hover span,
    #topo .topoDir #carrinhoShort a:hover span {
      color: #B96219; }
  @media (max-width: 991px) {
    #topo .topoDir {
      padding-top: 0px;
      /*            float: none;*/
      /*display: block;*/
      text-align: center;
      /*width: 100%;*/ } }
  @media (min-width: 992px) {
    #topo .topoDir {
      /*padding-top:15px;*/
      padding-bottom: 0px; } }
  #topo .popover-content .nome {
    font-weight: 600; }
  #topo .popover-content .qtd {
    font-weight: normal;
    margin-bottom: 10px; }
  #topo .popover-content .img {
    margin-bottom: 20px; }
  #topo .popover-content .erro {
    color: #c74e38;
    margin-bottom: 20px;
    font-weight: 600; }

@media (max-width: 767px) {
  #topo .topoDir {
    position: relative; }
    #topo .topoDir > a {
      display: block;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    #topo .topoDir #favoritosShort {
      margin-left: 0px; }
    #topo .topoDir > div {
      margin-left: 0px; } }
.menuCategorias {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .menuCategorias > li {
    border-top: 1px solid #b2b2b2; }
  .menuCategorias li a {
    display: block;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222221;
    text-decoration: none; }
  .menuCategorias li a.active,
  .menuCategorias li a:hover {
    color: #B96219;
    text-decoration: none; }
  .menuCategorias li ul li {
    padding: 0px; }
    .menuCategorias li ul li a {
      padding: 0px;
      padding-bottom: 5px;
      text-transform: none;
      font-weight: normal; }
    .menuCategorias li ul li a.active,
    .menuCategorias li ul li a.active:hover,
    .menuCategorias li ul li a:hover {
      color: #B96219;
      background-color: transparent; }
  .menuCategorias .sub-menu {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
    display: none; }
  .menuCategorias .active .sub-menu {
    display: block; }

.listaProdutosFiltro {
  position: relative;
  z-index: 1;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 45px;
  font-size: 11px;
  font-weight: 600; }
  .listaProdutosFiltro #filtroListagemC {
    display: inline-block;
    position: relative; }
    .listaProdutosFiltro #filtroListagemC > a {
      cursor: pointer;
      font-weight: normal;
      text-decoration: none; }
    .listaProdutosFiltro #filtroListagemC > a:hover {
      color: #B96219; }
    .listaProdutosFiltro #filtroListagemC a {
      vertical-align: middle; }
    .listaProdutosFiltro #filtroListagemC a .fa {
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: middle;
      color: #B96219;
      font-size: 20px; }
  .listaProdutosFiltro #filtroListagem {
    font-size: 11px;
    position: absolute;
    top: -10px;
    left: 0px;
    display: none;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 10px; }
    .listaProdutosFiltro #filtroListagem a {
      display: block;
      padding: 10px 0px;
      padding-right: 20px;
      white-space: nowrap;
      text-decoration: none;
      font-weight: normal; }
      .listaProdutosFiltro #filtroListagem a .fa {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 0; }
    .listaProdutosFiltro #filtroListagem a.active,
    .listaProdutosFiltro #filtroListagem a:hover {
      color: #B96219; }
      .listaProdutosFiltro #filtroListagem a.active .fa,
      .listaProdutosFiltro #filtroListagem a:hover .fa {
        opacity: 1; }
  .listaProdutosFiltro .paginacao {
    vertical-align: middle; }
    .listaProdutosFiltro .paginacao .fa {
      font-size: 16px;
      vertical-align: middle; }

.listaProdutos {
  position: relative;
  z-index: 0; }
  .listaProdutos .row {
    margin: 0px; }
    .listaProdutos .row > div {
      padding: 0px; }
  .listaProdutos .tituloExtra {
    position: relative;
    margin-top: -25px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center; }
    .listaProdutos .tituloExtra span {
      position: relative;
      display: inline-block;
      background-color: #ffffff;
      padding: 0px 40px; }
    .listaProdutos .tituloExtra b {
      color: #B96219; }
  .listaProdutos .tituloExtra::before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #b2b2b2; }

.itemProduto {
  z-index: 1;
  position: relative;
  margin-bottom: 45px;
  font-size: 14px; }
  .itemProduto a.btAddCarrinho {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 19px;
    width: 23px; }
  .itemProduto a.btAddCarrinho.loading {
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  .itemProduto a.btAddCarrinho.loading svg {
    display: none; }
  .itemProduto a.favortios {
    margin-left: 15px;
    cursor: pointer;
    z-index: 2;
    /*position: absolute;*/
    position: relative;
    /*right: 10px;*/
    /*top:10px;*/
    /*display: block;*/
    display: inline-block;
    height: 19px;
    width: 23px;
    background-position: center center; }
    .itemProduto a.favortios svg {
      width: 23px; }
      .itemProduto a.favortios svg #cheio {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 0; }
      .itemProduto a.favortios svg #vazio {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 1;
        fill: #000000; }
  .itemProduto a.favortios.loading {
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  .itemProduto a.favortios.loading svg {
    display: none; }
  .itemProduto a.favortios.active svg #cheio,
  .itemProduto a.favortios:hover svg #cheio {
    opacity: 1;
    /*fill: $corVerde;*/ }
  .itemProduto a.favortios.active svg #vazio,
  .itemProduto a.favortios:hover svg #vazio {
    opacity: 0; }
  .itemProduto a.p {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .itemProduto a.p .imagem {
      position: relative;
      margin-bottom: 5px;
      padding-bottom: 100%;
      z-index: 1;
      background-image: url("../img/imagem_indisponivel.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .itemProduto a.p .imagem > div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .itemProduto a.p .imagem::after {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      position: absolute;
      content: ' ';
      top: 0px;
      left: 0px;
      right: -1px;
      height: 100%;
      /*opacity: 0;*/
      border-left: 1px solid #b2b2b2;
      border-right: 1px solid #b2b2b2; }
    .itemProduto a.p .nome {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      font-weight: normal; }
    .itemProduto a.p .preco {
      margin-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      font-weight: 600; }
      .itemProduto a.p .preco span {
        color: #c74e38;
        text-decoration: line-through;
        font-size: 11px; }
  .itemProduto a.p:hover .nome {
    color: #B96219; }
  .itemProduto a.p:hover .imagem::after {
    opacity: 1;
    border-color: #B96219; }
  .itemProduto a.p:hover .preco {
    color: #000000; }

.itemProduto:hover {
  z-index: 2; }

/* detalhe de Produto */
.detalheProduto .nome {
  position: relative;
  font-size: 23px;
  font-weight: normal;
  padding-right: 25px;
  margin-bottom: 5px; }
  .detalheProduto .nome a {
    cursor: pointer;
    position: absolute;
    /*padding-left: 5px;*/
    right: 0px;
    top: 0px;
    display: block;
    height: 19px;
    width: 23px;
    background-position: center center; }
    .detalheProduto .nome a svg {
      width: 23px; }
      .detalheProduto .nome a svg #cheio {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 0; }
      .detalheProduto .nome a svg #vazio {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 1; }
  .detalheProduto .nome a.loading {
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  .detalheProduto .nome a.loading svg {
    display: none; }
  .detalheProduto .nome a.active svg #cheio,
  .detalheProduto .nome a:hover svg #cheio {
    opacity: 1;
    /*fill: $corVerde;*/ }
  .detalheProduto .nome a.active svg #vazio,
  .detalheProduto .nome a:hover svg #vazio {
    opacity: 0; }
.detalheProduto .ref {
  color: #595959;
  font-size: 11px;
  margin-bottom: 5px; }
.detalheProduto .preco {
  font-size: 21px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px; }
  .detalheProduto .preco span {
    display: inline-block;
    margin-right: 10px;
    color: #c74e38;
    text-decoration: line-through;
    font-size: 18px; }
.detalheProduto .cores,
.detalheProduto .medidas {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding-top: 5px;
  padding-bottom: 5px; }
.detalheProduto .labelCombo {
  font-size: 9px;
  font-weight: 600;
  color: #b2b2b2;
  margin-top: 15px; }
.detalheProduto .qtd {
  margin-top: 20px; }
  .detalheProduto .qtd > .row {
    margin-right: -10px;
    margin-left: -10px; }
    .detalheProduto .qtd > .row > div {
      padding-left: 10px;
      padding-right: 10px; }
  .detalheProduto .qtd .semStock,
  .detalheProduto .qtd .stock {
    display: none;
    color: #b2b2b2; }
  .detalheProduto .qtd .linha {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase; }
  .detalheProduto .qtd #qtdR {
    border: 2px solid #B96219;
    text-align: center;
    padding: 5px; }
.detalheProduto .bts {
  font-size: 12px;
  margin-top: 30px; }
.detalheProduto .voltar {
  margin-top: 30px;
  text-align: right; }
.detalheProduto .btAddCarrinho.semStock {
  visibility: hidden; }
.detalheProduto .carousel.galerias {
  margin-bottom: 0px;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2; }
  .detalheProduto .carousel.galerias .item img {
    margin: auto;
    width: auto;
    max-height: 400px; }
.detalheProduto .slide_tbs {
  display: none; }
.detalheProduto .slide_tbs .row {
  margin: 0px;
  margin-left: 1px; }
  .detalheProduto .slide_tbs .row > div {
    padding: 0px; }
    .detalheProduto .slide_tbs .row > div a {
      display: block;
      cursor: pointer;
      border: 1px solid #b2b2b2;
      margin-left: -1px; }
    .detalheProduto .slide_tbs .row > div a:hover {
      opacity: .5; }

/* Sugestões */
.divSugestoes {
  margin-top: 60px; }
  .divSugestoes .row {
    margin: 0px; }
    .divSugestoes .row > div {
      padding: 0px; }

/* Premios */
.premiosLista .filtro {
  text-align: center;
  background-color: #f2eeec;
  padding-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 5px; }
  .premiosLista .filtro a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #222221; }
  .premiosLista .filtro a.active,
  .premiosLista .filtro a:hover {
    color: #B96219;
    text-decoration: none; }
.premiosLista .linha {
  border-bottom: 1px solid #f2eeec;
  /*padding-bottom: 20px;*/
  /*margin-bottom: 20px;*/ }
.premiosLista .listaPremios {
  padding-top: 20px; }
.premiosLista .imgProd {
  position: relative;
  width: 100%;
  height: 160px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
.premiosLista .nomeProd {
  font-size: 15px;
  padding-top: 30px;
  margin-bottom: 10px; }
.premiosLista .premio {
  text-align: center;
  font-size: 11px;
  margin-bottom: 30px;
  position: relative; }
  .premiosLista .premio .nome {
    font-weight: bold; }
  .premiosLista .premio .img {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

#carrinhoCheckout,
#carrinhoForm {
  border-top: 1px solid #b2b2b2;
  /* Tipos de Entrega */
  /* Tipos de Pagamentos */ }
  #carrinhoCheckout h2,
  #carrinhoForm h2 {
    margin-bottom: 30px; }
  #carrinhoCheckout .resumo,
  #carrinhoForm .resumo {
    position: relative; }
    #carrinhoCheckout .resumo .preco,
    #carrinhoForm .resumo .preco {
      font-size: 23px;
      text-align: right;
      font-weight: 600; }
    #carrinhoCheckout .resumo .nota,
    #carrinhoForm .resumo .nota {
      margin-top: 15px;
      margin-bottom: 15px; }
    #carrinhoCheckout .resumo .linha,
    #carrinhoForm .resumo .linha {
      border-bottom: 1px solid #b2b2b2;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    #carrinhoCheckout .resumo #codigoP,
    #carrinhoForm .resumo #codigoP {
      margin-top: 5px;
      margin-bottom: 2px;
      border: 1px solid #f2eeec; }
    #carrinhoCheckout .resumo .btAddCode,
    #carrinhoForm .resumo .btAddCode {
      font-weight: 600;
      cursor: pointer; }
  #carrinhoCheckout .resumo.loading::after,
  #carrinhoForm .resumo.loading::after {
    content: ' ';
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    background-color: rgba(242, 238, 236, 0.7);
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center; }
  #carrinhoCheckout .listaCarrinho,
  #carrinhoForm .listaCarrinho {
    margin-bottom: 25px; }
    #carrinhoCheckout .listaCarrinho .itemHeader,
    #carrinhoForm .listaCarrinho .itemHeader {
      font-size: 13px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 600;
      border-bottom: 1px solid #b2b2b2;
      background-color: #ffffff; }
    #carrinhoCheckout .listaCarrinho .itemCarrinho,
    #carrinhoForm .listaCarrinho .itemCarrinho {
      font-weight: normal;
      border-bottom: 1px solid #b2b2b2;
      font-size: 12px;
      vertical-align: middle; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .row > div,
      #carrinhoForm .listaCarrinho .itemCarrinho .row > div {
        padding-top: 25px;
        padding-bottom: 25px; }
      @media (max-width: 991px) {
        #carrinhoCheckout .listaCarrinho .itemCarrinho .row > div,
        #carrinhoForm .listaCarrinho .itemCarrinho .row > div {
          padding-top: 10px;
          padding-bottom: 10px; } }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .desc,
      #carrinhoForm .listaCarrinho .itemCarrinho .desc {
        vertical-align: top; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .desc .erro,
      #carrinhoForm .listaCarrinho .itemCarrinho .desc .erro {
        color: #c74e38;
        font-weight: 600; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .img img,
      #carrinhoForm .listaCarrinho .itemCarrinho .img img {
        width: 100%;
        max-width: 80px; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .nome,
      #carrinhoForm .listaCarrinho .itemCarrinho .nome {
        font-size: 13px;
        font-weight: bold; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .labelCombo,
      #carrinhoForm .listaCarrinho .itemCarrinho .labelCombo {
        font-size: 9px;
        font-weight: 600;
        color: #b2b2b2; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .qtdDiv,
      #carrinhoForm .listaCarrinho .itemCarrinho .qtdDiv {
        text-align: center; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .casamento,
      #carrinhoForm .listaCarrinho .itemCarrinho .casamento {
        margin-top: 10px;
        color: #B96219;
        font-weight: 600; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .preco,
      #carrinhoForm .listaCarrinho .itemCarrinho .preco {
        font-size: 15px;
        font-weight: 600; }
        #carrinhoCheckout .listaCarrinho .itemCarrinho .preco span,
        #carrinhoForm .listaCarrinho .itemCarrinho .preco span {
          color: #c74e38;
          text-decoration: line-through;
          font-size: 12px; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .form-control,
      #carrinhoForm .listaCarrinho .itemCarrinho .form-control {
        text-align: center; }
      #carrinhoCheckout .listaCarrinho .itemCarrinho .remover,
      #carrinhoForm .listaCarrinho .itemCarrinho .remover {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer; }
        #carrinhoCheckout .listaCarrinho .itemCarrinho .remover img,
        #carrinhoForm .listaCarrinho .itemCarrinho .remover img {
          width: 10px; }
    #carrinhoCheckout .listaCarrinho .itemCarrinho.loading,
    #carrinhoForm .listaCarrinho .itemCarrinho.loading {
      opacity: 0.5; }
    #carrinhoCheckout .listaCarrinho .itemCarrinho.loading .remover,
    #carrinhoForm .listaCarrinho .itemCarrinho.loading .remover {
      cursor: default;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../img/loader.gif"); }
      #carrinhoCheckout .listaCarrinho .itemCarrinho.loading .remover img,
      #carrinhoForm .listaCarrinho .itemCarrinho.loading .remover img {
        visibility: hidden; }
  #carrinhoCheckout .dadosTipoEntrega,
  #carrinhoForm .dadosTipoEntrega {
    padding-left: 20px;
    font-size: 10px;
    font-weight: 600; }
  #carrinhoCheckout .formTipoEntrega,
  #carrinhoForm .formTipoEntrega {
    padding-left: 20px; }
  #carrinhoCheckout .divEscolhaEnvio,
  #carrinhoForm .divEscolhaEnvio {
    display: none; }
  #carrinhoCheckout .listaTiposPagamento,
  #carrinhoForm .listaTiposPagamento {
    margin-bottom: 15px; }
    #carrinhoCheckout .listaTiposPagamento > div,
    #carrinhoForm .listaTiposPagamento > div {
      margin-bottom: 15px; }
    #carrinhoCheckout .listaTiposPagamento .extra,
    #carrinhoForm .listaTiposPagamento .extra {
      padding-left: 20px;
      display: none; }

.listaEncomendas {
  margin-bottom: 25px; }
  .listaEncomendas .itemHeader {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #b2b2b2;
    background-color: #ffffff; }
  .listaEncomendas .itemEnc {
    font-weight: normal;
    border-bottom: 1px solid #b2b2b2;
    font-size: 12px;
    vertical-align: middle; }
    .listaEncomendas .itemEnc .row > div {
      padding-top: 10px;
      padding-bottom: 10px; }
    @media (max-width: 991px) {
      .listaEncomendas .itemEnc {
        padding-top: 5px;
        padding-bottom: 5px; }
        .listaEncomendas .itemEnc .row > div {
          padding-top: 0px;
          padding-bottom: 0px; } }
    .listaEncomendas .itemEnc .ref {
      font-weight: 600;
      font-size: 13px; }

.totalFinaliza {
  color: #B96219;
  font-size: 18px;
  font-weight: 600; }

#carrinhoResumo {
  position: relative; }

#carrinhoResumo.loading::after {
  content: ' ';
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  background-color: rgba(242, 238, 236, 0.7);
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center; }

#registoForm,
#loginForm {
  border-top: 1px solid #b2b2b2;
  /*    h2{
          margin-bottom: 40px;
      }*/ }
  #registoForm h3,
  #loginForm h3 {
    margin-bottom: 20px; }

.resumoDados {
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 15px; }

/* Login Topo */
.popover.login {
  width: 300px;
  max-width: none; }

#loginFormTopo .row {
  margin-left: -5px;
  margin-right: -5px; }
  #loginFormTopo .row > div {
    padding-left: 5px;
    padding-right: 5px; }

#menuLoginTop {
  text-align: right; }
  #menuLoginTop a {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: none; }
  #menuLoginTop a:hover {
    color: #B96219; }

/* Area Pessoal */
.itemMenuArea {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  margin-bottom: 15px;
  background-position: center center; }
  .itemMenuArea a {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5); }
    .itemMenuArea a svg {
      width: 50px;
      fill: #000000; }
    .itemMenuArea a > div {
      display: table;
      width: 100%;
      height: 100%; }
      .itemMenuArea a > div > div {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%; }
  .itemMenuArea a.active,
  .itemMenuArea a:hover {
    background-color: rgba(0, 0, 0, 0.5); }
    .itemMenuArea a.active .btn-info,
    .itemMenuArea a:hover .btn-info {
      color: #ffffff;
      background-color: transparent;
      border-color: #ffffff; }
    .itemMenuArea a.active svg,
    .itemMenuArea a:hover svg {
      fill: #ffffff; }
  .itemMenuArea a.active {
    background-color: rgba(185, 98, 25, 0.5); }

.itemMenuArea._1 {
  background-image: url("../img/area_compras.jpg"); }

.itemMenuArea._2 {
  background-image: url("../img/area_fav.jpg"); }

.itemMenuArea._3 {
  background-image: url("../img/area_casamentos.jpg"); }

/* Favoritos */
.listaFav .itemHeader {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #b2b2b2;
  background-color: #ffffff; }
.listaFav .itemFav.loading {
  opacity: 0.5; }
.listaFav .itemFav {
  font-weight: normal;
  border-bottom: 1px solid #b2b2b2;
  font-size: 12px;
  vertical-align: middle; }
  .listaFav .itemFav .row > div {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (max-width: 767px) {
    .listaFav .itemFav .row > div {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .listaFav .itemFav .btAddCarrinho.semStock {
    visibility: hidden; }
  .listaFav .itemFav .semStock,
  .listaFav .itemFav .stock {
    display: none;
    color: #b2b2b2; }
  .listaFav .itemFav .img {
    padding-top: 10px !important; }
    .listaFav .itemFav .img img {
      width: 100%;
      max-width: 80px; }
  .listaFav .itemFav .nome {
    font-size: 13px;
    font-weight: bold; }
  .listaFav .itemFav .opcoesRef {
    padding: 25px;
    margin-top: -25px;
    margin-bottom: -25px;
    background-color: #B96219; }
  .listaFav .itemFav .btn-combo {
    background-color: #B96219;
    color: #ffffff; }
    .listaFav .itemFav .btn-combo .bs-caret {
      color: #ffffff; }
  .listaFav .itemFav .cores,
  .listaFav .itemFav .medidas {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 5px; }
  .listaFav .itemFav .medidas {
    margin-bottom: 15px; }
  .listaFav .itemFav .labelCombo {
    font-size: 9px;
    font-weight: 600;
    color: #ffffff; }
  .listaFav .itemFav .preco {
    font-size: 15px;
    font-weight: 600; }
    .listaFav .itemFav .preco span {
      color: #c74e38;
      display: inline-block;
      margin-right: 10px;
      text-decoration: line-through;
      font-size: 12px; }
  .listaFav .itemFav .form-control {
    text-align: center; }
  .listaFav .itemFav .remover {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer; }
    .listaFav .itemFav .remover img {
      width: 10px; }
.listaFav .itemFav.loading .remover {
  cursor: default;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/loader.gif"); }
  .listaFav .itemFav.loading .remover img {
    visibility: hidden; }

.carousel.galerias {
  margin-bottom: 10px; }

.carousel.galerias .item img {
  width: 100%; }

.carousel.galerias .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 430px; }
  .carousel.galerias .item .desc {
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 20px; }
    .carousel.galerias .item .desc .area {
      color: #ffffff;
      padding: 40px;
      background-image: url(../img/conteudo_bg.png); }
      .carousel.galerias .item .desc .area h1 {
        font-family: 'Corda';
        margin: 0px;
        padding: 0px;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        background-image: url(../img/h1_bg.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 30px;
        margin-bottom: 20px;
        text-transform: uppercase; }

.carousel.galerias .carousel-control {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  text-indent: -9999px; }

.carousel.galerias .carousel-control.right {
  background-image: url("../img/seta_dir.png");
  background-position: 80% 50%; }

.carousel.galerias .carousel-control.left {
  background-image: url("../img/seta_esq.png");
  background-position: 20% 50%; }

@media (max-width: 767px) {
  .carousel.galerias .carousel-control {
    width: 50%; } }
.carousel.galerias.one .carousel-control {
  display: none; }

.carousel.galerias .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  margin-right: 5px;
  background-color: #fff; }

.carousel.galerias .carousel-indicators li:hover,
.carousel.galerias .carousel-indicators .active {
  background-color: #000000;
  border-color: #000000; }

/* Fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.embeddedContent {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embeddedContent iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embeddedContent::before {
  content: ' ';
  position: relative;
  display: block;
  padding-top: 56.25%; }

/*# sourceMappingURL=layout_loja.css.map */
