.no-margin {margin:0;}
i.comments {
  color: #740000;
  font: normal normal normal 38px/1 FontAwesome;
  width: 1.5em;
  height: 1em;
  position: absolute; }
  i.comments:before {
    content: "\f075"; }

#avalicoes {
  padding-left: 70px; }

.avaliacao {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left; }

.estrela-avaliacao {
  font: normal normal normal 17px/1 FontAwesome;
  width: 1.5em;
  height: 1em;
  position: relative;
  cursor: pointer; }
  .estrela-avaliacao:before {
    content: ""; }
  .estrela-avaliacao:hover, .estrela-avaliacao.active,
  .estrela-avaliacao:hover ~ .estrela-avaliacao,
  .estrela-avaliacao.active ~ .estrela-avaliacao {
    color: gold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8); }
    .estrela-avaliacao:hover:before, .estrela-avaliacao.active:before,
    .estrela-avaliacao:hover ~ .estrela-avaliacao:before,
    .estrela-avaliacao.active ~ .estrela-avaliacao:before {
      content: ""; }

.flex-produto .redes-sociais {
  font-size: 20px;
  margin: 10px 0;
  text-align: center;}
  .flex-produto .redes-sociais p {
    font-size: 13px; }
  .flex-produto .redes-sociais a {
    display: inline-flex;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    color: #FFF; overflow: inherit;}
    .flex-produto .redes-sociais a + a {
      margin-left: 10px; }
    .flex-produto .redes-sociais a.facebook {
      background: #4B65A3; }
      .flex-produto .redes-sociais a.facebook:hover {
        background: #3b4f80; }
    .flex-produto .redes-sociais a.twitter {
      background: #55ABED; }
      .flex-produto .redes-sociais a.twitter:hover {
        background: #2794e8; }
    .flex-produto .redes-sociais a.google-plus {
      background: #DD4B39; }
      .flex-produto .redes-sociais a.google-plus:hover {
        background: #c23321; }
    .flex-produto .redes-sociais a.whatsapp {
      background: #5EAC5B; }
      .flex-produto .redes-sociais a.whatsapp:hover {
        background: #4a8d47; }
    .flex-produto .redes-sociais a:hover {
      text-decoration: none;
      -webkit-animation: pulse 0.6s;
      -o-animation: pulse 0.6s;
      animation: pulse 0.6s; }

.panel-tema {
  border: 1px solid #ccc; }
  .panel-tema .panel-heading {
    background: #740000;
    color: #fff; }

.sidebar .heading {
  margin-bottom: 10px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #740000;
}
label.option-image {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
input[type="radio"].option-image {
  opacity: 0.0;
  position: absolute;
}
input:checked.option-image + label.option-image {
  border: 1px solid #740000;
  box-shadow: 0 0 2px #740000;
}
input:checked.option-image + label.option-image:after {
  content: '';
  color: #740000;
  text-shadow: 0 0 2px #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  left: -8%;
  top: -8%;
}