.nopadding {
  margin: 0px;
  padding: 0px; }

input, button, select, div, .panel-heading, .input-group-addon, .input-group, .btn {
  border-radius: 0px !important; }

label {
  font-weight: 300 !important; }

div, p, ul, ol, li, a, img, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  border: 0; }

.notice {
  margin-top: 15px;
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2); }
  .notice ul {
    margin-left: 15px; }
    .notice ul li {
      color: #a94442; }

.notice-sm {
  padding: 10px;
  font-size: 80%; }

.notice-lg {
  padding: 35px;
  font-size: large; }

.notice-danger {
  border-color: #a94442; }

.notice-danger > strong {
  color: #a94442; }

ol.progtrckr {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%; }

ol.progtrckr li {
  display: table-cell;
  text-align: center;
  line-height: 3em; }

ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%; }

ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%; }

ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%; }

ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%; }

ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%; }

ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%; }

ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%; }

ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%; }

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen; }
  ol.progtrckr li.progtrckr-done span {
    font-size: 12px; }

ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver; }
  ol.progtrckr li.progtrckr-todo span {
    font-size: 12px; }

ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em; }

ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: yellowgreen;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em; }

ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em; }

#pedidos .panel-heading {
  line-height: 30px;
  background-image: none !important;
  background-color: transparent !important; }

#pedidos .titulo {
  border: 0px !important;
  box-shadow: none !important;
  font-weight: bold; }
  #pedidos .titulo .panel-heading {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; }

.produtos {
  padding: 20px;
  margin-top: 20px; }
  .produtos .produto, .produtos .head {
    margin: 0px; }
  .produtos .head {
    border-bottom: 2px solid #000 !important;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  .produtos .produto {
    margin-top: 10px; }
  .produtos .imagem {
    border: 1px solid #ddd;
    width: 100%;
    height: 60px;
    background-position: center center;
    background-size: cover; }

a.thumbnail {
  display: block;
  width: 100%; }
  a.thumbnail .imagem-carrinho {
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.paymentMethodGroup {
  display: none; }

#cartItemHidden {
  display: none; }

#installmentsWrapper {
  display: none; }

#paymentMethodLoading {
  display: none; }

#holderData {
  display: none; }

#cardBrand {
  background: no-repeat right; }

#cardBrand[brand='visa'] {
  background-image: url("./pagamento/img/visa.png"); }

#cardBrand[brand='mastercard'] {
  background-image: url("./pagamento/img/mastercard.png"); }

#cardBrand[brand='amex'] {
  background-image: url("./pagamento/img/amex.png"); }

#cardBrand[brand='diners'] {
  background-image: url("./pagamento/img/diners.png"); }

#cardBrand[brand='aura'] {
  background-image: url("../images/./pagamento/img/aura.png"); }

#boletoData {
  background: url("./pagamento/img/boleto.png") no-repeat 0 0;
  padding: 70px 0 0 0; }

.bank-flag {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  background: no-repeat center center;
  border: solid 1px #AAA;
  border-radius: 0.5em;
  margin: 0 0.8em;
  cursor: pointer;
  background-color: #FFF; }

.bank-flag:hover {
  border-color: #000; }

.bank-flag.bancodobrasil {
  background-image: url("./pagamento/img/bancodobrasil.png"); }

.bank-flag.itau {
  background-image: url("./pagamento/img/itau.png"); }

.bank-flag.bradesco {
  background-image: url("./pagamento/img/bradesco.png"); }

.bank-flag.banrisul {
  background-image: url("./pagamento/img/banrisul.png"); }

.bank-flag.hsbc {
  background-image: url("./pagamento/img/hsbc.png"); }

.errors {
  font-size: 1.5em;
  color: red;
  padding: 2em; }

.success {
  color: green; }

.clearfix {
  clear: both; }

.thumbnail {
  border-radius: 0px;
  padding: 0px; }
  .thumbnail .imagem {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px; }
  .thumbnail h4 {
    display: block;
    height: 40px;
    margin: 0px;
    padding: 0px; }
  .thumbnail p, .thumbnail h3 {
    margin: 0px;
    padding: 0px;
    display: block;
    height: 70px; }
  .thumbnail h3 {
    padding-top: 10px; }

.badge {
  color: #ed912c;
  background-color: #fff; }

header {
  background-position: center center;
  background-size: cover;
  background-color: #f3f3f3; }
  header #menu {
    clear: both;
    display: block;
    background: #ed912c;
    color: #fff;
    border: none; }
    header #menu a {
      color: #fff; }
    header #menu .nav > li > a:focus, header #menu .nav > li > a:hover, header #menu .nav .open > a, header #menu .nav .open > a:focus, header #menu .nav .open > a:hover, header #menu .dropdown-menu > li > a:focus, header #menu .dropdown-menu > li > a:hover {
      background: rgba(154, 154, 154, 0.27); }
    header #menu .dropdown-menu {
      -webkit-box-shadow: none;
      box-shadow: none; }
    header #menu .navbar-toggle .icon-bar {
      color: #fff !important;
      background: #000000; }

#banner #myCarousel .nav a small {
  display: block; }

#banner #myCarousel .nav {
  background: #eee; }

#banner .nav-justified > li > a {
  border-radius: 0px; }

#banner .nav-pills > li[data-slide-to="0"].active a {
  background-color: #16a085; }

#banner .nav-pills > li[data-slide-to="1"].active a {
  background-color: #e67e22; }

#banner .nav-pills > li[data-slide-to="2"].active a {
  background-color: #2980b9; }

#banner .nav-pills > li[data-slide-to="3"].active a {
  background-color: #8e44ad; }

main {
  margin-top: 20px;
  margin-bottom: 10px; }
  main .titulo-head {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
    color: #636363;
    text-transform: uppercase;
    font-weight: bold; }
  main .side-bar {
    background: #f3f3f3;
    color: #636363;
    transition: margin-left 0.5s; }
  main .side-bar ul {
    list-style: none;
    padding: 0px; }
  main .side-bar ul li.menu-head {
    border-bottom: 1px solid #fff;
    background-color: #0077b0;
    padding: 20px;
    color: #fff; }
  main .side-bar ul li.menu-head a {
    text-decoration: none;
    height: 50px; }
  main .side-bar ul .menu li a {
    color: #636363;
    text-decoration: none;
    display: inline-table;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  main .side-bar ul .menu li a:hover {
    background: #ed912c;
    color: #fff; }
  main .side-bar ul .menu li a.active {
    background: #ed912c;
    color: #fff; }
  main .submenu {
    display: none;
    list-style: none;
    padding: 0px; }
    main .submenu li {
      background-color: #dfdfdf; }
      main .submenu li a {
        color: #636363;
        text-decoration: none;
        display: inline-table;
        width: 100%;
        padding-left: 20px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important; }
        main .submenu li a:hover {
          background-color: #c2c2c2 !important; }
      main .submenu li .active {
        color: #fff;
        background-color: #c2c2c2 !important; }
  main .submenu.active {
    display: block; }

/************************************************************
*************************Footer******************************
*************************************************************/
.footer1 {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  /*	border-top-width: 4px;
      border-top-style: solid;
      border-top-color: #003;*/ }

.title-widget {
  color: #898989;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 28px; }

.title-widget::before {
  background-color: #0077b0;
  content: "";
  height: 22px;
  left: 0px;
  position: absolute;
  top: -2px;
  width: 5px; }

.widget_nav_menu ul {
  list-style: outside none none;
  padding-left: 0; }

.widget_archive ul li {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 3px; }

.widget_nav_menu ul li {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 7px;
  padding-bottom: 7px;
  width: 95%; }

.title-median {
  color: #636363;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase; }

#social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }

#social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }

/*
    Only Needed in Multi-Coloured Variation
                                               */
.social-fb:hover {
  color: #3B5998; }

.social-tw:hover {
  color: #4099FF; }

.social-gp:hover {
  color: #d34836; }

.social-em:hover {
  color: #f39c12; }

.nomargin {
  margin: 0px;
  padding: 0px; }

.footer-bottom {
  background-color: #ed912c;
  min-height: 30px;
  width: 100%; }

.copyright {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 7px 0; }

.design {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 7px 0;
  text-align: right; }

.design a {
  color: #fff; }

/************************************************************
*************************Footer******************************
*************************************************************/
#Modal_finaliza .end_completo {
  display: none; }

#Modal_finaliza .taxa_entrega {
  display: none; }

#Modal_adicionais #conteudo_adicionais .topo .box_valor {
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  text-align: center;
  padding: 5px; }
  #Modal_adicionais #conteudo_adicionais .topo .box_valor .valor {
    font-size: 18px;
    color: #000;
    display: block; }
  #Modal_adicionais #conteudo_adicionais .topo .box_valor .unidade {
    font-size: 14px;
    color: #000;
    display: block;
    text-transform: uppercase; }
  #Modal_adicionais #conteudo_adicionais .topo .box_valor .serve {
    font-size: 12px;
    color: #000;
    display: block;
    font-style: italic; }

#Modal_adicionais #conteudo_adicionais .lista_opcionais .opcional {
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  text-align: left;
  padding: 5px;
  height: 50px; }
  #Modal_adicionais #conteudo_adicionais .lista_opcionais .opcional .titulo {
    font-size: 14px; }
  #Modal_adicionais #conteudo_adicionais .lista_opcionais .opcional .valor {
    font-size: 12px; }

#Modal_adicionais .has-error .form-control {
  background-color: #EF6565 !important;
  color: #fff; }

#Modal_adicionais .modal-footer {
  margin-top: 30px; }

#mais_informacoes {
  display: block; }

#bt_mais_informacoes {
  display: none; }
