html {
  touch-action: manipulation;
}

body {
  background-color: #FFFFFF;
  font-family: "Josefin Sans", Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section, header, footer {
  font-family: "Josefin Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 12px;
}

ul {
  padding: 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: 0;
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

.squish-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[v-cloak] {
  display: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #8e3f3e;
}
a:hover, a:focus {
  color: #ffc000;
}

.m-0 {
  margin: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.inline_block {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .clear-xs-1 .clear-item:nth-child(1n+1) {
    clear: both;
  }

  .clear-xs-2 .clear-item:nth-child(2n+1) {
    clear: both;
  }

  .clear-xs-3 .clear-item:nth-child(3n+1) {
    clear: both;
  }

  .clear-xs-4 .clear-item:nth-child(4n+1) {
    clear: both;
  }

  .clear-xs-5 .clear-item:nth-child(5n+1) {
    clear: both;
  }

  .clear-xs-6 .clear-item:nth-child(6n+1) {
    clear: both;
  }

  .clear-xs-7 .clear-item:nth-child(7n+1) {
    clear: both;
  }

  .clear-xs-8 .clear-item:nth-child(8n+1) {
    clear: both;
  }

  .clear-xs-9 .clear-item:nth-child(9n+1) {
    clear: both;
  }

  .clear-xs-10 .clear-item:nth-child(10n+1) {
    clear: both;
  }

  .clear-xs-11 .clear-item:nth-child(11n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-sm-1 .clear-item:nth-child(1n+1) {
    clear: both;
  }

  .clear-sm-2 .clear-item:nth-child(2n+1) {
    clear: both;
  }

  .clear-sm-3 .clear-item:nth-child(3n+1) {
    clear: both;
  }

  .clear-sm-4 .clear-item:nth-child(4n+1) {
    clear: both;
  }

  .clear-sm-5 .clear-item:nth-child(5n+1) {
    clear: both;
  }

  .clear-sm-6 .clear-item:nth-child(6n+1) {
    clear: both;
  }

  .clear-sm-7 .clear-item:nth-child(7n+1) {
    clear: both;
  }

  .clear-sm-8 .clear-item:nth-child(8n+1) {
    clear: both;
  }

  .clear-sm-9 .clear-item:nth-child(9n+1) {
    clear: both;
  }

  .clear-sm-10 .clear-item:nth-child(10n+1) {
    clear: both;
  }

  .clear-sm-11 .clear-item:nth-child(11n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear-md-1 .clear-item:nth-child(1n+1) {
    clear: both;
  }

  .clear-md-2 .clear-item:nth-child(2n+1) {
    clear: both;
  }

  .clear-md-3 .clear-item:nth-child(3n+1) {
    clear: both;
  }

  .clear-md-4 .clear-item:nth-child(4n+1) {
    clear: both;
  }

  .clear-md-5 .clear-item:nth-child(5n+1) {
    clear: both;
  }

  .clear-md-6 .clear-item:nth-child(6n+1) {
    clear: both;
  }

  .clear-md-7 .clear-item:nth-child(7n+1) {
    clear: both;
  }

  .clear-md-8 .clear-item:nth-child(8n+1) {
    clear: both;
  }

  .clear-md-9 .clear-item:nth-child(9n+1) {
    clear: both;
  }

  .clear-md-10 .clear-item:nth-child(10n+1) {
    clear: both;
  }

  .clear-md-11 .clear-item:nth-child(11n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .clear-lg-1 .clear-item:nth-child(1n+1) {
    clear: both;
  }

  .clear-lg-2 .clear-item:nth-child(2n+1) {
    clear: both;
  }

  .clear-lg-3 .clear-item:nth-child(3n+1) {
    clear: both;
  }

  .clear-lg-4 .clear-item:nth-child(4n+1) {
    clear: both;
  }

  .clear-lg-5 .clear-item:nth-child(5n+1) {
    clear: both;
  }

  .clear-lg-6 .clear-item:nth-child(6n+1) {
    clear: both;
  }

  .clear-lg-7 .clear-item:nth-child(7n+1) {
    clear: both;
  }

  .clear-lg-8 .clear-item:nth-child(8n+1) {
    clear: both;
  }

  .clear-lg-9 .clear-item:nth-child(9n+1) {
    clear: both;
  }

  .clear-lg-10 .clear-item:nth-child(10n+1) {
    clear: both;
  }

  .clear-lg-11 .clear-item:nth-child(11n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}
::-moz-selection {
  background: #8e3f3e;
  color: #FFFFFF;
}

::selection {
  background: #8e3f3e;
  color: #FFFFFF;
}

.header {
  position: relative;
  z-index: 99;
  padding-bottom: 75px;
}
@media (min-width: 480px) {
  .header {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .header {
    padding-bottom: 122px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-bottom: 122px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-bottom: 158px;
  }
}
.header .pre_header {
  min-height: 38px;
  background: #732e2e;
  position: relative;
}
.header .pre_header .escolha_cidade_header {
  color: #FFFFFF;
  text-align: center;
}
.header .pre_header .escolha_cidade_header label {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.header .pre_header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .header_info {
  font-size: 15px;
}
@media (max-width: 767px) {
  .header .header_info {
    text-align: center;
  }
}
.header .header_info span, .header .header_info p {
  display: inline-block;
}
.header .header_info p, .header .header_info p a {
  color: #FFFFFF;
  margin-bottom: 0;
}
.header .header_info.atendimento {
  font-style: italic;
  font-size: 13px;
}
.header .header_info.horario p {
  font-weight: 600;
}
.header .logo {
  width: 100%;
}
@media (min-width: 600px) {
  .header .logo {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .header .logo {
    width: 100%;
  }
}
.header .affix .logo {
  width: 80%;
}
@media (min-width: 600px) {
  .header .affix .logo {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .header .affix .logo {
    width: 86%;
  }
}
.header .menu_header {
  background-color: #8c3931;
  padding: 10px 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.header .menu_header.affix {
  top: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .header .menu_header {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .header .menu_header {
    top: 38px;
    padding: 15px 0;
  }
  .header .menu_header.affix {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .header .menu_header {
    padding: 15px 0;
  }
  .header .menu_header.affix {
    padding: 15px 0;
  }
}
.header .menu_header .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .menu_header .container > .row::before, .header .menu_header .container > .row::after {
  width: 0;
}
.header .menu_header::after {
  content: '';
  display: block;
  background: linear-gradient(-135deg, #8c3931 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #8c3931 5px, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x;
  background-size: 10px 10px;
  background-position: 0 -2px;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
}
.header .menu_header a {
  white-space: nowrap;
  color: #ffc000;
}
.header .user_menu {
  color: #ffc000;
}
.header .user_menu a + a::before {
  height: 12px;
  display: inline;
  content: '';
  border-left: 1px solid #ffc000;
  margin: 0 5px 0 0;
}
.header .header_opcoes {
  position: relative;
  margin: 0 -15px;
}
.header .header_opcoes > span {
  display: inline-block;
}
.header .header_opcoes > span > span {
  display: block;
}
.header .header_opcoes .floated_submenu {
  display: block;
  background: #FFF;
  position: absolute;
  right: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 50;
  min-width: 250px;
  -moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.5);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.5);
}
.header .header_opcoes .floated_submenu.floated_submenu_minha_conta {
  right: -85px;
  min-width: 270px;
}
.header .header_opcoes .floated_submenu a {
  color: #000;
}
.header .header_opcoes .floated_submenu a:hover {
  color: #8e3f3e;
}
.header .header_opcoes .floated_submenu ul li {
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}
.header .header_opcoes .floated_submenu ul li > div {
  padding: 15px;
}
.header .header_opcoes .floated_submenu ul li > div h4 {
  font-weight: 600;
  font-size: 16px;
}
.header .header_opcoes .floated_submenu ul li > div p {
  margin: 5px 0;
  font-weight: 300;
  color: #000000;
  display: block;
}
.header .header_opcoes .floated_submenu ul li > div p span {
  color: #000000;
  font-weight: 400;
}
.header .header_opcoes .floated_submenu .double_angle {
  margin-top: 10px;
  text-align: center;
}
.header .header_opcoes .floated_submenu .double_angle i {
  color: #8e3f3e;
  font-size: 20px;
}
.header .header_opcoes .floated_submenu .btn_padrao {
  display: block;
  margin: 15px 15px 10px;
  color: #FFF;
}
.header .header_opcoes a:hover, .header .header_opcoes a:focus {
  text-decoration: none;
}
.header .header_opcoes a:hover + .floated_submenu {
  display: block;
}
.header .header_opcoes .circle {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFF;
  position: relative;
  vertical-align: top;
}
@media (min-width: 992px) {
  .header .header_opcoes .circle {
    margin-top: -5px;
  }
}
.header .header_opcoes .circle i {
  vertical-align: middle;
  margin: 9px 5px;
}
.header .header_opcoes .circle .qtd_carrinho_topo {
  background: #77ae54;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -5px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
}
.header .header_opcoes i {
  display: inline-block;
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .header .header_opcoes i {
    font-size: 28px;
  }
}
.header .header_opcoes i.fa-user {
  font-size: 38px;
}
.header .header_opcoes p {
  display: inline-block;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header .header_opcoes p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header .header_opcoes p {
    font-size: 16px;
  }
}
.header .header_opcoes p i {
  font-size: 14px;
  color: #ffc000;
  vertical-align: initial;
}
.header .header_opcoes p span, .header .header_opcoes p span a {
  color: #ffc000;
}
@media (min-width: 1200px) {
  .header .header_opcoes p span, .header .header_opcoes p span a {
    font-size: 15px;
  }
}
.header .header_opcoes p span a:hover {
  text-decoration: underline;
}

.open_floated_submenu_minha_conta {
  color: #FFFFFF;
}
.open_floated_submenu_minha_conta:hover, .open_floated_submenu_minha_conta:focus {
  color: #FFFFFF;
}

.dropdown_minha_conta li:last-child {
  border-bottom: none !important;
}
.dropdown_minha_conta a {
  margin: 14px 20px 10px;
  display: inline-block;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 600;
}
.dropdown_minha_conta a:hover {
  color: #8e3f3e;
}
.dropdown_minha_conta a:focus {
  color: #000000;
}

.navigation {
  z-index: 999;
}
@media (max-width: 991px) {
  .navigation ul.menu {
    padding: 15px 0;
  }
}
.navigation ul.menu a {
  font-family: "Josefin Sans", Arial, sans-serif;
  color: #ffc000;
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: color 0.3s, -moz-transform 0.3s;
  -o-transition: color 0.3s, -o-transform 0.3s;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
}
@media (max-width: 1199px) {
  .navigation ul.menu a {
    padding: 10px 6px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .navigation ul.menu a {
    color: #ffc000;
    padding: 10px 15px;
  }
}
.navigation ul.menu a:hover, .navigation ul.menu a:focus {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffc000;
}
@media (min-width: 992px) {
  .navigation ul.menu a:hover, .navigation ul.menu a:focus {
    -moz-transform: translate(0px, -2px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
    -ms-transform: translate(0px, -2px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
    -webkit-transform: translate(0px, -2px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
    transform: translate(0px, -2px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  }
}
@media (min-width: 992px) {
  .navigation ul.menu a:active {
    -moz-transform: translate(0px, 0px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
    -ms-transform: translate(0px, 0px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
    -webkit-transform: translate(0px, 0px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
    transform: translate(0px, 0px) rotate(0deg) skew(0deg, 0deg) scale(1, 1);
  }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #8e3f3e;
}

.navbar-default {
  background: none;
  border: none;
  min-height: 0;
  margin-bottom: 0;
}

.navbar-toggle {
  min-width: 44px;
  margin-right: 7px;
  line-height: 32px;
}
.navbar-toggle[aria-expanded="true"] {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}
.navbar-toggle .icon-bar {
  background-color: #FFFFFF !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background: #ffc000;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF !important;
}
.navbar-toggle .icon-bar {
  display: none;
}
.navbar-toggle .open {
  color: #FFF;
  display: block;
  font-size: 30px;
}
.navbar-toggle.collapsed {
  background: #8e3f3e;
  border: 1px solid #FFF;
}
.navbar-toggle.collapsed .icon-bar {
  display: block;
}
.navbar-toggle.collapsed .open {
  display: none;
}

.navbar-nav {
  margin: 0;
}

.navbar-collapse {
  padding: 0;
  position: absolute;
  background: #732e2e;
  text-align: left;
  left: 0;
  right: 0;
  top: 10px;
  border: 0;
}
@media (min-width: 768px) {
  .navbar-collapse {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    background: none;
    position: static;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.banner .item_banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: left center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .banner .item_banner {
    min-height: 420px;
    background-position: center top;
  }
}
.banner .item_banner > div {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.banner .item_banner h3 {
  font-family: "Yanone Kaffeesatz", "Josefin Sans", Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #646464;
}
@media (max-width: 767px) {
  .banner .item_banner h3 {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .banner .item_banner h3 {
    font-size: 42px;
  }
}
.banner .item_banner p {
  font-family: "Yanone Kaffeesatz", "Josefin Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 44px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #646464;
}
@media (max-width: 767px) {
  .banner .item_banner p {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .banner .item_banner p {
    font-size: 36px;
  }
}

.titulo_destaque {
  text-align: center;
}
@media (min-width: 768px) {
  .titulo_destaque {
    text-align: left;
    padding-top: 20px;
  }
}
.titulo_destaque h2 {
  color: #8e3f3e;
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 768px) {
  .titulo_destaque h2 {
    font-size: 36px;
  }
}
.titulo_destaque h2, .titulo_destaque p {
  z-index: 30;
  position: relative;
}
.titulo_destaque p {
  margin-bottom: 0;
}
.titulo_destaque div {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .titulo_destaque.arrow::before {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 8%;
    bottom: -90px;
    -moz-transform: scale(1, 0.5) rotate(45deg);
    -ms-transform: scale(1, 0.5) rotate(45deg);
    -webkit-transform: scale(1, 0.5) rotate(45deg);
    transform: scale(1, 0.5) rotate(45deg);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
    background: #FFFFFF;
  }
}

@media (max-width: 767px) {
  .btn-cardapio {
    margin: 25px 0 10px;
  }
}

.produtos_destaque_owl .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lista_produtos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 340px) {
  .lista_produtos > .col-xs-6 {
    width: 100%;
  }
}
.lista_produtos::before, .lista_produtos::after {
  width: 0;
}

.item_produto {
  height: 100%;
  padding-top: 60px;
}
.item_produto .dados {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.item_produto .descricao {
  font-weight: 300;
  font-style: italic;
}
.item_produto .descricao p {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .item_produto .descricao p {
    font-size: 18px;
  }
}
.item_produto > div {
  padding: 10px 10px 70px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: 5px #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .item_produto:hover > div {
    -moz-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    outline-style: solid;
  }
  .item_produto:hover > div h4 {
    font-weight: 600;
  }
}
.item_produto h4 {
  text-align: center;
  font-size: 20px;
}
.item_produto figure {
  margin-bottom: 20px;
}
.item_produto figure img {
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: 200px;
  max-width: 200px;
}
@media (min-width: 340px) {
  .item_produto figure img {
    height: 124px;
    max-width: 124px;
  }
}
@media (min-width: 480px) {
  .item_produto figure img {
    height: 190px;
    max-width: 190px;
  }
}
@media (min-width: 768px) {
  .item_produto figure img {
    height: 200px;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .item_produto figure img {
    height: 192px;
    max-width: 192px;
  }
}
@media (min-width: 1200px) {
  .item_produto figure img {
    height: 242px;
    max-width: 242px;
  }
}
.item_produto .detalhe_valor {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #2b2929;
  font-size: 14px;
  margin: 20px 0;
}
.item_produto .detalhe_valor span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.item_produto .detalhe_valor span::after, .item_produto .detalhe_valor span::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px solid #d5d5d5;
  top: 50%;
}
.item_produto .detalhe_valor span::after {
  left: 100%;
}
.item_produto .detalhe_valor span::before {
  right: 100%;
}
.item_produto .descricao {
  margin-top: 15px;
}
.item_produto .descricao p {
  margin: 0 10px;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.item_produto .valor {
  color: #95a744;
  font-size: 24px;
  text-align: center;
}
.item_produto .valor_de {
  color: #8e3f3e;
  font-size: 16px;
  text-align: center;
  text-decoration: line-through;
  font-weight: 300;
}
.item_produto .btn_padrao {
  font-size: 16px;
  line-height: 1.15;
  width: 100%;
  margin: 15px auto 0;
  padding: 16px 0;
  display: block;
}
@media (min-width: 768px) {
  .item_produto .btn_padrao {
    width: auto;
  }
}
@media (min-width: 992px) {
  .item_produto .btn_padrao {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .item_produto .btn_padrao {
    width: 80%;
    padding: 16px 20px;
  }
}
.item_produto .btn_padrao[disabled="disabled"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.no-object-fit .item_produto figure img {
  width: auto;
  max-width: 100%;
}

.formas_pagamento h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.lista_cartoes {
  margin: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.lista_cartoes figure {
  margin: 0 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .lista_cartoes figure {
    margin: 0 5px;
  }
}
.lista_cartoes figure img {
  max-width: 65px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .lista_cartoes figure img {
    max-width: 80px;
  }
}

.footer .footer_info {
  background: #8e3f3e;
}
.footer .footer_info .btn_facebook {
  display: block;
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  margin: 0 auto;
  max-width: 250px;
}
.footer .footer_info .btn_facebook span {
  display: inline-block;
  vertical-align: top;
  color: #ffc000;
  font-weight: 600;
  font-size: 18px;
}
.footer .footer_info .btn_facebook i {
  vertical-align: top;
  font-size: 42px;
  color: #FFFFFF;
  text-align: left;
  margin-right: 15px;
}
.footer .footer_info p {
  margin-top: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
}
.footer .bottom_footer {
  background: #ffc000;
  padding: 5px 0;
  text-align: center;
}
.footer .bottom_footer > div {
  position: relative;
}
.footer .bottom_footer p {
  font-size: 16px;
  font-family: "Josefin Sans", Arial, sans-serif;
  color: #000000;
  margin: 10px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .footer .bottom_footer p {
    float: none;
    text-align: center;
  }
}
.footer .bottom_footer .wdhouse {
  display: block;
}
.footer .bottom_footer .wdhouse img {
  margin-bottom: 10px;
  max-width: 92px;
  height: auto;
}
@media (min-width: 768px) {
  .footer .bottom_footer .wdhouse img {
    margin: 10px 0;
    display: block;
    float: right;
  }
}

.faca_seu_pedido .titulo_destaque {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .faca_seu_pedido .titulo_destaque {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .faca_seu_pedido .titulo_destaque {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.faca_seu_pedido .titulo_destaque p {
  margin-bottom: 0;
}
.faca_seu_pedido .titulo_destaque::after {
  display: none;
}
.faca_seu_pedido .item_produto {
  padding-top: 30px;
}

.produtos_categorias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.produtos_categorias li {
  width: auto;
}
.produtos_categorias a {
  position: relative;
  z-index: 30;
  color: #8e3f3e;
  text-align: center;
  font-size: 12px;
  padding: 5px 0 !important;
}
@media (min-width: 768px) {
  .produtos_categorias a {
    font-size: 16px;
    padding: 10px 15px !important;
  }
}
.produtos_categorias a span {
  position: relative;
  z-index: 50;
  display: block;
}
.produtos_categorias a span i, .produtos_categorias a span svg {
  display: none;
}
@supports (mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))) or (-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))) {
  .produtos_categorias a span i, .produtos_categorias a span svg {
    display: block;
    height: 24px;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: #8e3f3e;
  }
  @media (min-width: 768px) {
    .produtos_categorias a span i, .produtos_categorias a span svg {
      height: 32px;
      width: 32px;
    }
  }
  @media (min-width: 992px) {
    .produtos_categorias a span i, .produtos_categorias a span svg {
      height: 40px;
      width: 40px;
    }
  }
}
@supports (mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))) or (-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))) {
  .produtos_categorias a span i {
    background-color: #8e3f3e;
    mask-size: cover;
    -webkit-mask-size: cover;
  }
}
.produtos_categorias a:hover, .produtos_categorias a:focus {
  background-color: transparent !important;
  color: #ffc000 !important;
}
.produtos_categorias a:hover i, .produtos_categorias a:focus i {
  background-color: #ffc000;
}
.produtos_categorias a:hover svg, .produtos_categorias a:focus svg {
  fill: #ffc000;
}
.produtos_categorias li.active b {
  width: 0;
  left: 50%;
  bottom: 0;
  position: absolute;
}
.produtos_categorias li.active b::after {
  content: '';
  opacity: 0;
  display: block;
  width: 60px;
  height: 60px;
  bottom: -55px;
  margin-left: -30px;
  position: relative;
  -moz-transform: scale(1, 0.5) rotate(45deg);
  -ms-transform: scale(1, 0.5) rotate(45deg);
  -webkit-transform: scale(1, 0.5) rotate(45deg);
  transform: scale(1, 0.5) rotate(45deg);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 20;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .produtos_categorias li.active b::after {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    bottom: -75px;
  }
}
@media (min-width: 992px) {
  .produtos_categorias li.active b::after {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    bottom: -90px;
  }
}
.produtos_categorias li.active b::after {
  opacity: 1;
}
.produtos_categorias li.active a {
  color: #ffc000;
  background-color: transparent;
}
.produtos_categorias li.active i {
  background-color: #ffc000;
}

.passos_carrinho {
  text-align: center;
}
.passos_carrinho .linha_passos {
  position: relative;
}
.passos_carrinho .linha_passos:after {
  content: '';
  height: 2px;
  display: block;
  border: 2px solid #bfbfbf;
  position: absolute;
  top: 18px;
  right: 35px;
  left: 35px;
  z-index: 20;
}
@media (min-width: 600px) {
  .passos_carrinho .linha_passos:after {
    right: 40px;
    left: 40px;
  }
}
@media (min-width: 768px) {
  .passos_carrinho .linha_passos:after {
    top: 23px;
    left: 60px;
    right: 60px;
  }
}
.passos_carrinho .item_passo {
  width: 20%;
  position: relative;
  z-index: 30;
  float: left;
}
.passos_carrinho .item_passo span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: 1px solid #8e3f3e;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .passos_carrinho .item_passo span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.passos_carrinho .item_passo p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}
.passos_carrinho .item_passo.active span {
  background: #8e3f3e;
  color: #FFFFFF;
}
.passos_carrinho .item_passo.active p {
  font-weight: 600;
}

@media (min-width: 600px) {
  .passos_carrinho_vertical {
    text-align: center;
  }
}
.passos_carrinho_vertical .linha_passos {
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .passos_carrinho_vertical .linha_passos {
    padding: 0 10px;
  }
}
.passos_carrinho_vertical .linha_passos:after {
  content: '';
  display: block;
  border: 2px solid #bfbfbf;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 18px;
  z-index: 20;
}
@media (min-width: 600px) {
  .passos_carrinho_vertical .linha_passos:after {
    top: 18px;
    right: 35px;
    left: 35px;
    height: 2px;
  }
}
@media (min-width: 600px) {
  .passos_carrinho_vertical .linha_passos:after {
    right: 40px;
    left: 40px;
    top: 23px;
  }
}
@media (min-width: 768px) {
  .passos_carrinho_vertical .linha_passos:after {
    top: 23px;
    left: 60px;
    right: 60px;
  }
}
.passos_carrinho_vertical .item_passo {
  position: relative;
  z-index: 30;
}
@media (max-width: 599px) {
  .passos_carrinho_vertical .item_passo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .passos_carrinho_vertical .item_passo + .item_passo {
    padding-top: 10px;
  }
}
@media (min-width: 600px) {
  .passos_carrinho_vertical .item_passo {
    display: block;
    width: 20%;
    clear: none;
    float: left;
    padding: 0;
  }
}
.passos_carrinho_vertical .item_passo span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: 1px solid #8e3f3e;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
}
@media (min-width: 600px) {
  .passos_carrinho_vertical .item_passo span {
    float: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.passos_carrinho_vertical .item_passo p {
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .passos_carrinho_vertical .item_passo p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 0 15px;
    font-size: 14px;
  }
}
.passos_carrinho_vertical .item_passo.active span {
  background: #8e3f3e;
  color: #FFFFFF;
}
.passos_carrinho_vertical .item_passo.active p {
  font-weight: 600;
}

.carrinho_produtos {
  position: relative;
}
.carrinho_produtos .titulo_carrinho > div {
  border-bottom: 1px solid #bfbfbf;
}
.carrinho_produtos .label-mobile {
  display: none;
}
@media (max-width: 767px) {
  .carrinho_produtos .label-mobile {
    display: inline-block;
  }
}
.carrinho_produtos .item_carrinho h4 {
  margin-bottom: 10px;
}
.carrinho_produtos .item_carrinho > div {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.carrinho_produtos .item_carrinho > div > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .carrinho_produtos .item_carrinho > div > .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.carrinho_produtos .item_carrinho > div > .row::before, .carrinho_produtos .item_carrinho > div > .row::after {
  width: 0;
}
.carrinho_produtos .item_carrinho > div p {
  margin: 5px 0;
}
.carrinho_produtos .item_carrinho .form_padrao {
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
  clear: both;
}
.carrinho_produtos .item_carrinho .form_padrao span {
  float: left;
}
@media (min-width: 768px) {
  .carrinho_produtos .item_carrinho .form_padrao {
    text-align: center;
    font-size: inherit;
    line-height: 38px;
    clear: none;
  }
}
.carrinho_produtos .item_carrinho .valores {
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
}
.carrinho_produtos .item_carrinho .valores.carrinho {
  line-height: 38px;
  text-align: left;
}
@media (min-width: 768px) {
  .carrinho_produtos .item_carrinho .valores.carrinho {
    text-align: center;
  }
}
.carrinho_produtos .item_carrinho .valores span {
  float: left;
}
@media (min-width: 768px) {
  .carrinho_produtos .item_carrinho .valores {
    text-align: center;
    font-size: inherit;
    line-height: 38px;
  }
}
.carrinho_produtos .quantidade.form-control {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
  font-weight: 600;
}
.carrinho_produtos .imagem {
  padding-left: 15px;
  text-align: center;
}
.carrinho_produtos .btn_excluir {
  position: absolute;
  left: 15px;
  top: 0;
  font-weight: 300;
  font-size: 19px;
  margin-right: 10px;
}
.carrinho_produtos h4 {
  margin-bottom: 20px;
}
.carrinho_produtos .adicionais p {
  color: #626262;
  font-weight: 300;
}
.carrinho_produtos .adicionais p b {
  font-weight: 600;
}

.info_carrinho_entrega .resumo_valores h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.info_carrinho_entrega .resumo_valores h5 span {
  color: #626262;
  margin-left: 20px;
}
.info_carrinho_entrega .resumo_valores h5.total {
  text-transform: uppercase;
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
}

.simular_entrega label {
  font-weight: 300;
  font-size: 16px;
  padding: 0 0 0 20px;
}

.checkbox_styled_inline input {
  display: none;
}
.checkbox_styled_inline input:checked ~ label::before {
  background: #ffc000;
  border-color: #ffc000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox_styled_inline label::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #bfbfbf;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 2px;
  vertical-align: top;
}

.radio_styled_inline input {
  display: none;
}
.radio_styled_inline input:checked ~ label::before {
  background: #ffc000;
  border-color: #ffc000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radio_styled_inline label::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 2px;
  vertical-align: top;
}

.radio_styled_block input {
  display: none;
}
.radio_styled_block input:checked ~ label::after {
  background: #ffc000;
  border-color: #ffc000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radio_styled_block label::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 2px;
  vertical-align: top;
}

.botoes_carrinho {
  margin-top: 50px;
}
.botoes_carrinho .btn_continuar_comprando {
  float: left;
  background: #ffc000;
  padding: 15px 20px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .botoes_carrinho .btn_continuar_comprando {
    float: none;
    margin-bottom: 30px;
  }
}
.botoes_carrinho .btn_continuar_comprando i {
  margin-right: 10px;
}
.botoes_carrinho .btn_avancar {
  float: right;
  background: #8e3f3e;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 19px;
}
@media (max-width: 480px) {
  .botoes_carrinho .btn_avancar {
    float: none;
  }
}
.botoes_carrinho .btn_avancar i {
  margin-left: 10px;
}

@media (max-width: 599px) {
  .login .cols_login > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .login .cols_login > div + div {
    margin-top: 70px;
  }
}
.login .desc_login {
  font-weight: 300;
  margin-bottom: 30px;
}
.login .form_padrao .btn_login {
  float: left;
  min-width: 250px;
  font-size: 18px;
}
.login .btn_cadastrar {
  margin-top: 20px;
  font-size: 18px;
}
.login .link_esqueci {
  margin-bottom: 25px;
}
.login .link_esqueci a {
  color: #8e3f3e;
}
.login .divisor_login {
  position: relative;
}
.login .divisor_login span {
  display: block;
  width: 54px;
  height: 54px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  color: #6f6f6f;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  margin-top: -27px;
  margin-left: -54px;
  border: 1px solid #dfdfdf;
  text-align: center;
  line-height: 54px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .login .divisor_login span {
    margin-left: -36px;
  }
}
@media (max-width: 991px) {
  .login .divisor_login span {
    margin-left: -27px;
  }
}
.login .divisor_login::before {
  content: '';
  display: block;
  width: 1px;
  min-height: 450px;
  border-left: 1px solid #dfdfdf;
  margin-left: 55px;
}
@media (max-width: 991px) {
  .login .divisor_login::before {
    margin-left: 46px;
  }
}

.titulo_center_paginas > div {
  border-bottom: 1px solid #bfbfbf;
}
.titulo_center_paginas h2 {
  font-weight: 300;
  text-align: center;
  padding-bottom: 40px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .titulo_center_paginas h2 {
    font-size: 36px;
  }
}
.titulo_center_paginas h2 span {
  font-weight: 600;
}

.cadastro .form_cadastro {
  margin-top: 40px;
}
.cadastro .form_cadastro legend {
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  .cadastro .form_cadastro legend h3 {
    margin-left: 15px;
  }
}
.cadastro .form_cadastro fieldset.seu_acesso {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cadastro .form_cadastro fieldset > div.row {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .cadastro .form_cadastro fieldset > div.row > div {
    width: 100%;
  }
}
.cadastro .obs_senha {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.cadastro .btn_padrao {
  font-size: 18px;
}
.cadastro .termos {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cadastro .termos {
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  .cadastro .termos {
    width: 100%;
  }
}
.cadastro .termos a {
  color: #8e3f3e;
}

.resumo_entrega h4 {
  margin-bottom: 20px;
}
.resumo_entrega p {
  font-weight: 300;
}

.radio label, .checkbox label {
  padding-left: 0;
}

.box_pagamento .radio label {
  padding-left: 0;
}

@media (max-width: 767px) {
  .error_404 {
    padding: 10px 0 !important;
  }
}

.box_404 h2 {
  font-size: 120px;
  text-align: center;
  color: #8e3f3e;
}
@media (max-width: 767px) {
  .box_404 h2 {
    font-size: 56px;
  }
}
.box_404 h3 {
  font-size: 28px;
  text-align: center;
}
.box_404 p {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
}
.box_404 p a {
  color: #8e3f3e;
}

.minhaconta_cabecalho {
  border-bottom: 1px solid #bfbfbf;
}
.minhaconta_cabecalho h2 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .minhaconta_cabecalho h2 {
    text-align: center;
  }
}
.minhaconta_cabecalho .menu_minha_conta ul {
  padding: 14px 0 0 0;
  float: right;
}
@media (max-width: 767px) {
  .minhaconta_cabecalho .menu_minha_conta ul {
    float: none;
    padding: 30px 0;
  }
}
.minhaconta_cabecalho .menu_minha_conta ul li {
  list-style: none;
  float: left;
}
@media (max-width: 480px) {
  .minhaconta_cabecalho .menu_minha_conta ul li {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0px;
  }
}
.minhaconta_cabecalho .menu_minha_conta ul li.active a {
  color: #ffc000;
}
.minhaconta_cabecalho .menu_minha_conta ul li a {
  text-transform: uppercase;
  color: #8e3f3e;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
}
@media (max-width: 991px) {
  .minhaconta_cabecalho .menu_minha_conta ul li a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .minhaconta_cabecalho .menu_minha_conta ul li a {
    padding: 5px 8px;
  }
}
.minhaconta_cabecalho .menu_minha_conta ul li a:hover {
  color: #ffc000;
}
.minhaconta_cabecalho .menu_minha_conta ul li a:focus {
  color: #8e3f3e;
}
.minhaconta_cabecalho .menu_minha_conta ul li:last-child a {
  padding-right: 0;
}

.meus_dados .alterar_senha_meus_dados {
  color: #8e3f3e;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 40px;
}
@media (max-width: 599px) {
  .meus_dados .alterar_senha_meus_dados {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.forca_senha_curta {
  color: #8e3f3e;
  margin-top: 25px;
  display: inline-block;
}

.forca_senha_boa {
  color: #ffc000;
  margin-top: 25px;
  display: inline-block;
}

.forca_senha_muito_boa {
  color: #77ae54;
  margin-top: 25px;
  display: inline-block;
}

.sobre .conteudo {
  padding-top: 50px !important;
}
.sobre figure {
  float: left;
  max-width: 530px;
  margin: 0 20px 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sobre figure {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .sobre figure {
    max-width: 280px;
  }
}
@media (max-width: 599px) {
  .sobre figure {
    margin-right: 0;
    max-width: 100%;
  }
}
.sobre p {
  font-weight: 300;
  line-height: 170%;
  font-size: 18px;
}
.sobre h3 {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 20px;
}

.section_padding {
  padding: 45px 0;
}

.section_padding_cartoes {
  padding: 30px 0 0 0;
}

.section_padding_60 {
  padding: 60px 0;
}

.section_padding_30 {
  padding: 30px 0;
}

.section_padding_150 {
  padding: 150px 0;
}
@media (max-width: 480px) {
  .section_padding_150 {
    padding: 100px 0;
  }
}

.linha_top {
  border-top: 1px solid #bfbfbf;
}

button.btn_padrao {
  border: none;
}

.btn_padrao {
  background: #8e3f3e;
  border-radius: 40px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 14px 20px;
  font-size: 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_padrao:hover, .btn_padrao:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn_padrao:hover {
  background: #ffc000;
}
.btn_padrao[disabled] {
  opacity: 0.6;
}
.btn_padrao b {
  font-weight: 500;
}
.btn_padrao > span {
  position: relative;
  top: 2px;
}

.btn_large {
  min-width: 250px;
}

.form_padrao .form-group {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .form_padrao button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .btn-xxs-full {
    width: 100%;
  }
}
.form-control {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  font-weight: 300;
  line-height: 1;
}
.form-control.form_control_big {
  padding: 6px 12px;
  font-size: 16px;
  min-height: 46px;
}

.titulo_traco {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
.titulo_traco::after {
  content: '';
  display: block;
  width: 50%;
  height: 3px;
  border-top: 3px solid #8e3f3e;
  margin-top: 3px;
}

.conf_form {
  padding: 10px 0;
  margin-bottom: 20px;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}

.banner .owl-dots {
  bottom: 10px;
}
@media (min-width: 768px) {
  .banner .owl-dots {
    bottom: 50px;
  }
}

.produtos_destaque_owl .owl-dots {
  position: static;
}

.produtos_destaque_owl .owl-item {
  padding: 0 20px;
}

.produtos_destaque_owl.owl-theme .owl-dots .owl-dot span {
  background: #ffc000;
}

.owl-theme .owl-dots .owl-dot span {
  background: #FFFFFF;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #8e3f3e;
  width: 50px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #8e3f3e;
}

.section_gray {
  background: #f5f5f5;
}

.imgliquid_produtos {
  height: 230px;
}

form abbr[title], form abbr[data-original-title] {
  cursor: default;
  text-decoration: none;
  border: 0;
}

.loading_pagina {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  z-index: 100;
}

.botao_carrinho[disabled] {
  opacity: 0.75;
}

.selecao_localidade {
  background: url("../imagens/bg_bauru.jpg") no-repeat center center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-size: cover;
}
.selecao_localidade .logo {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .selecao_localidade .logo {
    width: 100%;
  }
}
.selecao_localidade .pergunta {
  font-weight: 600;
  color: #ffffff;
  margin: 30px 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  .selecao_localidade .pergunta {
    font-size: 30px;
    margin: 70px 0;
  }
}

.placas_localidade li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 25px;
}
@media (min-width: 768px) {
  .placas_localidade li {
    margin: 0 25px 25px;
  }
}
.placas_localidade a {
  width: 96px;
  height: 102.6px;
  font-size: 14px;
  padding-top: 20px;
  padding-right: 10px;
  display: inline-block;
  background: url("../imagens/placa.png") no-repeat top left;
  background-size: cover;
  font-weight: 600;
  color: #8c3931;
}
@media (min-width: 768px) {
  .placas_localidade a {
    width: 160px;
    height: 171px;
    font-size: 20px;
    padding-top: 38px;
    padding-right: 15px;
  }
}
.placas_localidade a:hover {
  color: #FFF;
  background-position: top right;
}

.bloco_pagamento {
  padding: 20px 0 40px;
  border: 1px solid #d5d5d5;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .bloco_pagamento {
    padding: 20px 10px 40px;
  }
}
.bloco_pagamento h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.bloco_pagamento .descricao {
  font-weight: 300;
}
.bloco_pagamento .valor_pedido {
  line-height: 55px;
}

h3.conf_pagamento {
  color: #7d4200;
  font-size: 36px;
}

.table-confortable td, .table-confortable th {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.modal-content {
  border-radius: 0;
  background: #a6363a;
  color: #FFF;
}

.modal-header {
  border: none;
}

.btn-circle {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 1px;
  padding: 0;
  background: #ffc000;
  color: #FFF;
  border: none;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .btn-circle.btn-lg {
    width: 26px;
    height: 26px;
  }
}
.btn-circle.btn-close {
  position: relative;
  top: -5px;
}
.btn-circle i {
  font-size: 18px;
}

.resultado {
  border-top: 1px dashed #FFF;
  padding: 15px 0 10px;
}
.resultado li {
  margin-bottom: 10px;
}

.qty {
  margin-top: -5px;
  margin-left: 15px;
  display: inline-block;
}
.qty input {
  width: 36px;
  text-align: center;
  background: transparent;
  border: none;
  color: #FFF;
  font-weight: 600;
}

.lista_adicionais li {
  margin: 0 0 25px;
}
@media (min-width: 600px) {
  .lista_adicionais li {
    margin: 0 0 15px;
  }
}
.lista_adicionais label {
  float: left;
}
.lista_adicionais .title {
  min-width: 65px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .lista_adicionais .title {
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
  }
}

.modal-title {
  font-size: 24px;
}

.modal-body {
  padding-bottom: 20px;
}
@media (max-width: 599px) {
  .modal-body {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.btn-inverse {
  background: #FFFFFF;
  border-radius: 40px;
  font-weight: 600;
  color: #8e3f3e;
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  border: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
  color: #FFFFFF;
  text-decoration: none;
  background: #ffc000;
}

.btn-adicional {
  float: none !important;
  display: inline-block;
}
.btn-adicional + .btn-adicional {
  margin-left: 10px;
}
.btn-adicional span {
  cursor: pointer;
  min-width: 80px;
  background: transparent;
  border-radius: 14px;
  font-weight: 400;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 5px 8px;
  font-size: 16px;
  border: 1px solid #ffc000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 600px) {
  .btn-adicional span {
    min-width: 94px;
  }
}
.btn-adicional span:hover, .btn-adicional span:focus, .btn-adicional span:active {
  text-decoration: none;
  background: #ffc000;
}
.btn-adicional input {
  display: none;
}
.btn-adicional input:checked + span {
  font-weight: 600;
  text-decoration: none;
  background: #ffc000;
}

.lista_opcoes_entrega {
  margin-top: 80px;
}
.lista_opcoes_entrega label {
  font-weight: 300;
}

.owl-dots {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 340px) {
  .owl-theme .owl-dots .owl-dot span {
    margin: 2px;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
  }
}
.alert.fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  border-radius: 0;
  opacity: 0;
}

.meus_pedidos {
  text-align: left;
}
@media (min-width: 768px) {
  .meus_pedidos {
    text-align: center;
  }
}
.meus_pedidos .label-mobile {
  display: none;
}
@media (max-width: 767px) {
  .meus_pedidos .label-mobile {
    display: inline-block;
  }
}
.meus_pedidos .linha {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.meus_pedidos .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.lista_bandeiras_pagamento {
  list-style: none;
  margin-top: 15px;
}
.lista_bandeiras_pagamento li {
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  width: 60px;
}
@media (min-width: 992px) {
  .lista_bandeiras_pagamento li {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .lista_bandeiras_pagamento li {
    width: 60px;
  }
}
.lista_bandeiras_pagamento img {
  margin-bottom: 5px;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.info_mobile {
  background: #8e3f3e;
  color: #FFF;
  padding: 15px 0 3px;
}

.localidade {
  background-color: #8c3931;
  color: #FFF;
}
.localidade label {
  float: left;
  margin-bottom: 0;
  line-height: 35px;
  margin-left: 15px;
}

.menu_user {
  padding: 20px 15px;
  border-bottom: 1px dashed #FFF;
}
.menu_user i {
  display: inline-block;
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .menu_user i {
    font-size: 28px;
  }
}
.menu_user i.fa-user {
  font-size: 38px;
}
.menu_user p {
  display: inline-block;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .menu_user p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .menu_user p {
    font-size: 16px;
  }
}
.menu_user p i {
  font-size: 14px;
  color: #ffc000;
}
.menu_user p span, .menu_user p span a {
  color: #ffc000;
}
@media (min-width: 1200px) {
  .menu_user p span, .menu_user p span a {
    font-size: 15px;
  }
}
.menu_user p span a:hover {
  text-decoration: underline;
}

/* checkout */
.box_payment.person .text p {
  margin-bottom: 0;
}

.production_time {
  margin: 0 auto 25px;
  padding-right: 30px;
  max-width: 350px;
  border-radius: 60px;
  background: linear-gradient(-180deg, #fefefe, #e9e9e9);
  text-align: left;
  color: #555454;
  border: 2px solid #e8e8e8;
  font-size: 18px;
}
@media (min-width: 768px) {
  .production_time {
    float: right;
    margin-bottom: 0;
  }
}
.production_time > div {
  vertical-align: middle;
  display: table-cell;
}
.production_time > div:first-child {
  width: 90px;
  padding: 5px;
}
.production_time .time {
  font-size: 28px;
  font-weight: 600;
}
.production_time p {
  margin: 0;
}

.buttons-fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
@media (min-width: 992px) {
  .buttons-fixed {
    right: 42px;
    bottom: 42px;
  }
}

.track_order {
  position: relative;
}
.track_order ul {
  -moz-box-shadow: 3px 3px 5px 0px rgba(100, 100, 100, 0.5);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 3px 3px 5px 0px rgba(100, 100, 100, 0.5);
  background: #FFF;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  max-height: 484px;
  overflow: auto;
  z-index: 10;
}
.track_order li {
  width: 215px;
  padding: 25px;
}
.track_order li + li {
  border-top: 1px dashed #818181;
}
.track_order .btn-circle {
  position: absolute;
  right: -16px;
  top: -16px;
}
.track_order .number {
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
}
.track_order .status {
  font-size: 24px;
  display: block;
  margin-bottom: 12px;
}
.track_order .btn_padrao {
  width: 100%;
}

.button-fixed {
  margin-top: 10px;
  z-index: 1;
  padding: 12px;
  border-radius: 50px;
  border: 0;
  background: #ffc000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-fixed svg, .button-fixed i {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  fill: #8e3f3e;
  color: #8e3f3e;
  display: block;
}
.button-fixed:hover, .button-fixed:focus {
  text-decoration: none;
}
.button-fixed:hover {
  background: #8e3f3e;
}
.button-fixed:hover svg, .button-fixed:hover i {
  color: #ffc000;
  fill: #ffc000;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.expand-enter-active,
.expand-leave-active {
  transition: height .3s ease, opacity .3s ease;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.expand-enter,
.expand-leave-to {
  opacity: 0;
  height: 0;
}

.box_payment .input-group .input-group-append.input-group-btn > .btn_padrao {
  height: 46px;
  padding: 11px 12px;
  font-size: 16px;
}
.box_payment .input-group .form-control[data-registred=true] {
  border-radius: 30px;
}
.box_payment .input-group .form-control:first-child + .input-group-append.input-group-btn > .btn_padrao {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
