/*
 Theme Name: Alma Lee Atacado - Theme Child of Storefront
 Theme URI:    
 Description:  Tema exclusivo para
 Author:       Paulo Estevao
 Author URI:   http://pauloens.com
 Template:     storefront
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         
 Text Domain:  storefront-atacado
*/
/*----------------------*/
/*------> CORES <-------*/
@font-face {
  font-family: 'Kobenhavn';
  src: url("fonts/KobenhavnW03-Book.eot");
  src: url("fonts/KobenhavnW03-Book.eot?#iefix") format("embedded-opentype"), url("fonts/KobenhavnW03-Book.woff2") format("woff2"), url("fonts/KobenhavnW03-Book.woff") format("woff"), url("fonts/KobenhavnW03-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kobenhavn';
  src: url("fonts/KobenhavnW03-Bold.eot");
  src: url("fonts/KobenhavnW03-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/KobenhavnW03-Bold.woff2") format("woff2"), url("fonts/KobenhavnW03-Bold.woff") format("woff"), url("fonts/KobenhavnW03-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kobenhavn';
  src: url("fonts/KobenhavnW01-Regular.eot");
  src: url("fonts/KobenhavnW01-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/KobenhavnW01-Regular.woff2") format("woff2"), url("fonts/KobenhavnW01-Regular.woff") format("woff"), url("fonts/KobenhavnW01-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*-----------------------------*/
/*------> ESPACAMENTOS <-------*/
/*----------------------------------------*/
/*------> ALINHAMENTOS - TRANSFORM <------*/
/*-------------------------*/
/*------> TAMANHOS <-------*/
/*-------------------------*/
/*------> EFFECTS <-----*/
body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
  background: #fff url(images/bg.png) repeat-x center top;
  background-size: cover;
  padding-top: 110px; }
  body.body-sobre {
    background: #885424 url(images/bg-sobre.png) repeat-x center top; }
  body.body-contato {
    background: #b3a594 url(images/bg-contato.png) repeat-x center top; }

.container-fluid {
  max-width: 1550px; }

html,
body {
  height: 100%; }

.trans {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }

img {
  border-radius: 0; }

#colorbox:focus, .foto a:focus, a:focus {
  outline: inherit;
  text-decoration: none; }

#cboxPrevious, #cboxNext, #cboxClose {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-smoothing: antialiased; }

a {
  color: #885424; }
  a:hover, a:focus {
    text-decoration: none;
    outline: inherit;
    color: #3f2611; }

.header {
  padding: 30px 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  -moz-transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out; }
  .header .logo {
    display: inline-block;
    height: 50px;
    width: 186px;
    background: url(images/logo@2x.png) no-repeat center center;
    background-size: contain;
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }
  .header.header_scroll {
    padding: 20px 0;
    background: #fff;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.09); }
    .header.header_scroll .logo {
      height: 40px;
      width: 149px;
      background-image: url(images/logoM.png); }
    .header.header_scroll .menu-total {
      padding: 3px 0 0; }
  .header .menu-total {
    float: right;
    padding: 9px 0 0;
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }
    .header .menu-total:after {
      content: "";
      display: block;
      clear: both; }
    .header .menu-total .menu-icones-top {
      float: right; }
      .header .menu-total .menu-icones-top .redes-sociais {
        font-size: 22px;
        line-height: 1em;
        margin: 2px 30px 0 50px;
        float: left; }
        .header .menu-total .menu-icones-top .redes-sociais a {
          display: inline-block;
          margin-right: 8px;
          vertical-align: middle; }
        .header .menu-total .menu-icones-top .redes-sociais .fa-instagram {
          font-size: 26px; }
      .header .menu-total .menu-icones-top .outras-infos {
        float: left;
        margin: 4px 0 0; }
        .header .menu-total .menu-icones-top .outras-infos .icon-padrao {
          height: 24px;
          width: 24px;
          display: inline-block;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          display: block;
          float: left;
          margin-left: 15px; }
          .header .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-search {
            background-image: url(images/icon-search.png); }
            .header .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-search:hover {
              background-image: url(images/icon-searchH.png); }
          .header .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user {
            background-image: url(images/icon-user.png); }
            .header .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user:hover {
              background-image: url(images/icon-userH.png); }
      .header .menu-total .menu-icones-top:after {
        content: "";
        display: block;
        clear: both; }
    .header .menu-total .navbar {
      float: left; }
  .header .logo {
    display: inline-block;
    float: left; }

.navbar {
  border-radius: 0;
  min-height: initial;
  margin-bottom: 0;
  border: 0; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar-nav > li {
  font-family: 'Kobenhavn';
  font-weight: 500;
  font-size: 18px;
  margin: 0 15px; }
  .navbar-nav > li > a {
    padding: 5px 0;
    border-bottom: 1px solid transparent; }
    .navbar-nav > li > a:hover {
      color: #dfb276;
      background: transparent;
      border-color: #dfb276; }
    .navbar-nav > li > a:focus {
      color: #dfb276;
      background: transparent; }
  .navbar-nav > li.active > a {
    border-color: #dfb276;
    color: #dfb276; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
  color: #dfb276;
  border-color: #dfb276; }

.woocommerce-active .site-header-cart {
  float: right;
  width: 50px;
  padding: 0; }
  .woocommerce-active .site-header-cart .cart-contents {
    text-align: right;
    font-size: 16px;
    color: #666666;
    padding: 0; }
    .woocommerce-active .site-header-cart .cart-contents .amount, .woocommerce-active .site-header-cart .cart-contents::after {
      display: none; }
    .woocommerce-active .site-header-cart .cart-contents .icon {
      content: "";
      display: inline-block;
      height: 24px;
      width: 33px;
      background: url(images/icon-cart.png) no-repeat;
      background-size: cover;
      background-position: center center; }
    .woocommerce-active .site-header-cart .cart-contents .count {
      opacity: 1;
      font-family: 'Kobenhavn';
      font-size: 14px;
      font-weight: 500;
      color: #d90000;
      display: inline-block;
      vertical-align: top;
      margin-top: -7px;
      margin-left: -10px; }
    .woocommerce-active .site-header-cart .cart-contents:hover .icon {
      background-image: url(images/icon-cartH.png); }
  .woocommerce-active .site-header-cart .widget_shopping_cart {
    width: 240px;
    margin-left: -190px; }

.wrap-slide {
  margin-top: 20px; }
  .wrap-slide img {
    max-width: 100%;
    height: auto; }
  .wrap-slide .conteudo {
    position: absolute !important;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 30px;
    z-index: 4;
    width: 41.66666667%; }
    .wrap-slide .conteudo .frase-superior {
      display: block;
      font-size: 14px;
      color: #dfb276;
      text-transform: uppercase; }
    .wrap-slide .conteudo .frase-inferior {
      display: block;
      font-size: 14px;
      color: #dfb276;
      text-transform: uppercase;
      margin: 25px 0 0 0; }
    .wrap-slide .conteudo h3 {
      font-family: 'Kobenhavn';
      font-weight: bold;
      font-size: 94px;
      line-height: 0.85em;
      color: #3f2611;
      margin: 20px 0 0 -7px; }
    .wrap-slide .conteudo .btn {
      font-size: 14px;
      text-transform: uppercase;
      color: #885424;
      font-weight: 600;
      margin-top: 40px;
      padding: 0;
      border: 0; }
      .wrap-slide .conteudo .btn i {
        margin-left: 10px; }
      .wrap-slide .conteudo .btn:hover {
        color: #dfb276; }
  .wrap-slide .container-fluid {
    position: relative; }

.footer {
  background: #2f1d0d;
  padding: 60px 0;
  margin-top: 80px; }
  .footer .menu-footer {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfb276; }
  .footer .submenu_footer {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500; }
    .footer .submenu_footer a {
      color: #aca59f; }
      .footer .submenu_footer a:hover {
        color: #dfb276;
        text-decoration: underline; }
    .footer .submenu_footer li {
      margin: 3px 0; }
      .footer .submenu_footer li.active a {
        color: #dfb276;
        text-decoration: underline; }
  .footer .pagamento-seguranca {
    text-align: right; }
    .footer .pagamento-seguranca img {
      max-width: 100%;
      height: auto;
      display: inline-block;
      clear: both;
      margin: 20px 0 0; }
  .footer .logo-footer {
    display: inline-block;
    float: left; }
  .footer .endereco {
    padding-top: 40px; }
    .footer .endereco p {
      padding: 6px 0;
      margin: 0;
      font-size: 16px;
      line-height: 1.5em;
      font-weight: 500;
      color: #ada6a0; }
    .footer .endereco img {
      margin-right: 20px; }
  .footer .redes-sociais {
    text-align: right;
    padding-top: 50px; }
    .footer .redes-sociais a {
      color: #aca59f;
      font-size: 24px;
      margin-left: 10px; }
      .footer .redes-sociais a:hover {
        color: #dfb276; }
  .footer .creditos {
    font-size: 14px;
    color: #ada6a0;
    font-weight: 500;
    margin-top: 50px; }
    .footer .creditos p {
      margin: 0; }
      .footer .creditos p:first-child {
        float: left; }
      .footer .creditos p:last-child {
        float: right; }
      .footer .creditos p:after {
        content: "";
        display: block;
        clear: both; }
      .footer .creditos p a {
        color: #80756b; }
        .footer .creditos p a:hover {
          text-decoration: underline; }

.wrap-produtos-home {
  margin-top: 80px; }

.produto-fechado,
.item_produto {
  margin-top: 80px;
  position: relative; }
  .produto-fechado .star-rating,
  .item_produto .star-rating {
    display: none; }
  .produto-fechado .thumb,
  .item_produto .thumb {
    display: block;
    box-shadow: 5px 2px 20px 0px rgba(0, 0, 0, 0.06);
    text-shadow: 5px 2px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }
    .produto-fechado .thumb img,
    .item_produto .thumb img {
      width: 100%;
      height: auto; }
  .produto-fechado:hover .thumb,
  .item_produto:hover .thumb {
    border-color: #3f2611; }
  .produto-fechado .area-descricao,
  .item_produto .area-descricao {
    text-align: center;
    margin: 30px 0 0;
    display: block;
    padding: 0 10px; }
    .produto-fechado .area-descricao h2,
    .item_produto .area-descricao h2 {
      font-size: 20px;
      line-height: 1.3em;
      margin: 0;
      padding: 0;
      color: #3f2611;
      font-weight: bold; }
    .produto-fechado .area-descricao .price,
    .item_produto .area-descricao .price {
      display: block;
      font-size: 20px;
      font-weight: 500;
      color: #885424;
      margin: 15px 0 0; }
      .produto-fechado .area-descricao .price ins,
      .item_produto .area-descricao .price ins {
        font-weight: 500; }
      .produto-fechado .area-descricao .price del,
      .item_produto .area-descricao .price del {
        font-size: 16px;
        font-weight: normal;
        opacity: 0.6; }
    .produto-fechado .area-descricao .onsale,
    .item_produto .area-descricao .onsale {
      position: absolute;
      top: 20px;
      left: initial !important;
      right: 20px;
      z-index: 10;
      border-radius: 0;
      background: red;
      color: #fff;
      border: 0;
      font-size: 14px;
      padding: 5px 10px;
      margin: 0; }
    .produto-fechado .area-descricao .fswp_installments_price .price,
    .item_produto .area-descricao .fswp_installments_price .price {
      margin: 0;
      font-size: 12px;
      color: #3f2611; }
  .produto-fechado .botoes,
  .item_produto .botoes {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 25px; }
    .produto-fechado .botoes .button,
    .item_produto .botoes .button {
      background: transparent;
      height: 40px;
      border-radius: 0;
      border: 1px solid #885424;
      color: #885424;
      font-size: 14px;
      line-height: 1em;
      text-transform: uppercase;
      font-weight: 500;
      padding: 12px 20px;
      width: 180px;
      max-width: 100%;
      box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.05);
      text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.05);
      -moz-transition: All 0.3s ease-in-out;
      -webkit-transition: All 0.3s ease-in-out;
      -ms-transition: All 0.3s ease-in-out; }
      .produto-fechado .botoes .button:hover,
      .item_produto .botoes .button:hover {
        background: #3f2611;
        color: #dfb276; }
    .produto-fechado .botoes .added_to_cart,
    .item_produto .botoes .added_to_cart {
      background: #dfb276;
      height: 40px;
      border-radius: 0;
      border: 0;
      color: #3f2611;
      font-size: 14px;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: 500;
      padding: 12px 20px;
      width: 180px;
      max-width: 100%;
      box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.05);
      text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.05);
      position: absolute !important;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      top: 0;
      z-index: 2; }

.nav-tabs {
  margin: 0;
  padding: 0;
  border: 0; }
  .nav-tabs > li {
    font-family: 'Kobenhavn';
    font-size: 20px;
    font-weight: 500;
    margin-right: 25px; }
    .nav-tabs > li > a {
      padding: 10px 0;
      margin-right: 0;
      border-radius: 0;
      line-height: 1em;
      border: 0;
      color: #3f2611;
      border-bottom: 1px solid transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      background: transparent;
      border: 0;
      color: #dfb276;
      border-bottom: 1px solid #dfb276; }

.instagram-home {
  margin-top: 100px; }
  .instagram-home h3 {
    text-align: center;
    font-size: 54px;
    font-weight: bold;
    color: #3f2611;
    font-family: 'Kobenhavn';
    margin: 0 0 40px; }
    .instagram-home h3 i {
      font-size: 0.6em;
      margin: 0 5px 0 0; }
    .instagram-home h3 a {
      font-size: 32px;
      font-weight: normal;
      color: #3f2611;
      display: inline-block;
      margin-left: 5px; }
      .instagram-home h3 a:hover {
        color: #dfb276; }

.box-frete {
  background: url(images/bg-frete.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px;
  margin-top: 80px; }
  .box-frete h4 {
    font-size: 50px;
    line-height: 1.1em;
    font-family: 'Kobenhavn';
    font-weight: bold;
    color: #3f2611;
    margin: 10px 0 0; }
    .box-frete h4 span {
      position: relative;
      z-index: 1;
      display: inline-block; }
      .box-frete h4 span:after {
        content: "";
        height: 25%;
        width: 100%;
        background: #e3be98;
        z-index: -1;
        position: absolute;
        bottom: 10px;
        left: 0; }

.box-news {
  background: #fff;
  padding: 60px;
  margin-top: 80px; }
  .box-news h4 {
    font-family: 'Kobenhavn';
    font-size: 16px;
    font-weight: bold;
    color: #3f2611;
    text-transform: uppercase; }
    .box-news h4:before {
      content: "";
      display: inline-block;
      height: 26px;
      width: 43px;
      background: url(images/icon-news@2x.png) no-repeat;
      background-size: cover;
      vertical-align: middle;
      margin: -4px 15px 0 0; }
  .box-news form {
    position: relative;
    margin: 30px 0 0; }
    .box-news form .form-control {
      width: 100%;
      background: transparent;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #3f2611;
      font-size: 18px;
      font-family: 'Kobenhavn';
      box-shadow: inherit;
      padding: 12px 120px 12px 0;
      height: auto; }
      .box-news form .form-control:focus {
        background: transparent;
        box-shadow: inherit;
        outline: inherit; }
    .box-news form .btn {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      font-family: 'Kobenhavn';
      font-size: 16px;
      font-weight: bold;
      color: #3f2611;
      padding: 0;
      text-transform: uppercase;
      background: transparent;
      border: 0; }
      .box-news form .btn:hover {
        background: transparent;
        border: 0;
        color: #885424; }
      .box-news form .btn:focus {
        outline: inherit;
        border: 0;
        box-shadow: inherit; }
  .box-news P {
    font-size: 14px;
    color: #717171;
    margin: 25px 0 0; }

.slidePrincipal .item {
  display: none; }

.owl-controls .owl-dots {
  text-align: center;
  margin: 40px 0 0; }
  .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px; }
    .owl-controls .owl-dots .owl-dot span {
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      border: 2px solid #885424;
      background: transparent;
      -moz-transition: All 0.3s ease-in-out;
      -webkit-transition: All 0.3s ease-in-out;
      -ms-transition: All 0.3s ease-in-out; }
      .owl-controls .owl-dots .owl-dot span:hover {
        background: #885424; }
    .owl-controls .owl-dots .owl-dot.active span {
      background: #885424; }

.navbar-nav > li > .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: inherit;
  background: #fff;
  margin-top: 15px; }
  .navbar-nav > li > .dropdown-menu > li {
    font-size: 16px; }
    .navbar-nav > li > .dropdown-menu > li > a {
      padding: 6px 16px;
      color: #3f2611; }
      .navbar-nav > li > .dropdown-menu > li > a:hover {
        background: transparent;
        color: #885424; }

.widget_shopping_cart {
  padding-top: 10px;
  background: transparent !important; }
  .widget_shopping_cart .product_list_widget li {
    padding: 15px;
    background: #fff; }
    .widget_shopping_cart .product_list_widget li img {
      margin-left: 15px !important; }
    .widget_shopping_cart .product_list_widget li a {
      font-size: 12px;
      color: #3f2611; }
    .widget_shopping_cart .product_list_widget li .quantity {
      font-size: 12px;
      padding: 5px 0 0 20px;
      display: block; }
  .widget_shopping_cart .total {
    background: #fff !important; }
  .widget_shopping_cart .buttons {
    padding: 0 !important; }
  .widget_shopping_cart a.button {
    margin: 0;
    padding: 14px 10px; }
    .widget_shopping_cart a.button.checkout {
      background: #1a8e74; }
      .widget_shopping_cart a.button.checkout:hover {
        background: #885424; }

.breadcrumb {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 40px 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #dfb276;
  font-weight: 500; }
  .breadcrumb .breadcrumb-separator {
    margin: 0 8px; }
  .breadcrumb a {
    color: #3f2611; }
    .breadcrumb a:hover {
      text-decoration: underline; }

.wrap-title-page h1 {
  font-size: 90px;
  line-height: 0.9em;
  font-weight: bold;
  font-family: 'Kobenhavn';
  color: #3f2611;
  margin: 0 0 60px; }
.wrap-title-page.wrap-title-pageAta {
  margin: 0 0 60px;
  padding-top: 30px; }
  .wrap-title-page.wrap-title-pageAta h1 {
    margin: 0 0 20px; }

.hentry,
.content-area,
.widget-area,
.site-main {
  margin: 0; }

body.home .footer .endereco p {
  color: #80756b; }
body.home .footer .redes-sociais a {
  color: #aca59f; }
  body.home .footer .redes-sociais a:hover {
    color: #dfb276; }
body.home .footer .creditos {
  color: #80756b; }
body.home .footer .submenu_footer a {
  color: #80756b; }
  body.home .footer .submenu_footer a:hover {
    color: #dfb276; }
body.home .footer .submenu_footer li.active a {
  color: #dfb276; }

.input-text, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  box-shadow: inherit;
  height: 50px; }

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline-color: #885424; }

.form-row-last,
.form-row-wide {
  margin: 0 0 30px !important; }

.select2-container--default .select2-selection--single {
  padding: .6180469716em;
  height: 50px;
  background-color: transparent;
  color: #43454b;
  background: #f2f2f2;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inherit;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px; }

.select2-dropdown {
  background-color: #f2f2f2;
  border: 0;
  border-right: 1px solid transparent;
  background: transparent; }
  .select2-dropdown .select2-search--dropdown {
    display: block;
    padding: 4px;
    background: #e5e5e5; }
  .select2-dropdown .select2-results {
    background: #e5e5e5; }

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  outline: inherit; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 8px; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
  background: #1a8e74;
  color: #fff;
  height: 50px; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    background: #885424;
    color: #fff; }

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background: #885424; }

.woocommerce-Button.button,
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
  height: auto !important; }

.product {
  margin-top: 40px; }
  .product .product_title {
    font-family: 'Kobenhavn';
    font-size: 50px;
    line-height: 1.05em;
    font-weight: bold;
    color: #3f2611;
    margin: 0 0 30px; }
  .product .onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    border-radius: 0;
    background: red;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0; }

.single-product div.product .summary p.price {
  font-size: 34px;
  font-weight: 600;
  color: #885424;
  margin: 0; }
  .single-product div.product .summary p.price ins {
    font-weight: 600; }
  .single-product div.product .summary p.price del {
    font-size: 22px; }
  .single-product div.product .summary p.price.fswp_calc {
    font-size: 16px;
    font-weight: normal;
    color: #3f2611; }
.single-product div.product .summary table.variations .value {
  margin: 0; }
.single-product div.product .summary a.reset_variations {
  display: none;
  margin: 5px 0px 0px 0px;
  font-size: 14px; }
.single-product div.product .summary .variations_button {
  padding-top: 20px; }
.single-product div.product .summary .single_add_to_cart_button {
  background: transparent;
  height: 50px;
  border-radius: 0;
  border: 2px solid #1a8e74;
  color: #1a8e74;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 30px;
  width: 180px;
  max-width: 100%;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.05);
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.05);
  -moz-transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out; }
  .single-product div.product .summary .single_add_to_cart_button:hover, .single-product div.product .summary .single_add_to_cart_button:focus {
    background: #1a8e74;
    color: #fff; }
  .single-product div.product .summary .single_add_to_cart_button:focus {
    outline: inherit !important; }
.single-product div.product .summary form.cart {
  padding: 0;
  margin: 25px 0 0; }
.single-product div.product .summary .woocommerce-product-details__short-description {
  margin-top: 40px; }
  .single-product div.product .summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 1.7em;
    margin: 0 0 35px; }
.single-product div.product .summary .product_meta {
  font-size: 12px;
  padding-top: 35px; }
  .single-product div.product .summary .product_meta a {
    font-weight: normal; }
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background: rgba(136, 84, 36, 0.6);
  color: #fff; }

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #3f2611; }

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 18.628%;
  margin-right: 10px;
  margin-bottom: 10px; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li img {
    width: 100%; }

.single-product .site-content {
  padding-bottom: 40px; }

.related h3 {
  font-family: 'Kobenhavn';
  font-size: 34px;
  font-weight: bold;
  color: #3f2611;
  text-align: center;
  margin: 0; }
.related .item_produto {
  margin-top: 80px !important; }

.storefront-sticky-add-to-cart {
  display: none !important; }

.woocommerce-tabs ul.tabs {
  border: 0; }
  .woocommerce-tabs ul.tabs li {
    border: 0; }
    .woocommerce-tabs ul.tabs li:after {
      color: #fff; }
    .woocommerce-tabs ul.tabs li a {
      background: #fef3f1;
      padding: 20px 30px;
      border-bottom: 1px solid #fff; }
    .woocommerce-tabs ul.tabs li:last-child a {
      border-bottom: 0; }
    .woocommerce-tabs ul.tabs li.active a {
      background: #3f2611;
      color: #fff; }

.woocommerce-tabs .panel {
  padding: 40px;
  background: #fef3f1; }

.single.left-sidebar .content-area {
  width: 100%; }

.storefront-sorting {
  margin-bottom: 0; }

.storefront-sorting select {
  font-size: 14px;
  line-height: 1em;
  color: #885424;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #885424; }
  .storefront-sorting select:focus {
    outline: inherit; }

.woocommerce-result-count {
  padding: 14px 0 0 10px; }

.products.row {
  margin-bottom: 60px; }
  .products.row .product {
    margin-top: 0; }
    .products.row .product:nth-child(3n+4) {
      clear: both; }
  .products.row .produto-fechado {
    margin-top: 60px; }

.widget .widget-title, .widget .widgettitle {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  font-family: 'Kobenhavn';
  color: #a88f84;
  font-size: 18px; }

.widget_product_search form:before, .widget_search form:before {
  top: 18px; }

.widget_product_search form input[type=search], .widget_product_search form input[type=text], .widget_search form input[type=search], .widget_search form input[type=text] {
  padding-left: 40px; }

.widget-area .widget {
  color: #444444; }
  .widget-area .widget a {
    font-weight: 500;
    text-decoration: inherit;
    color: #444444; }

.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #885424; }

.price_slider_amount .button {
  height: 32px;
  padding: 5px 20px;
  border-radius: 5px; }
  .price_slider_amount .button:focus {
    outline: inherit;
    box-shadow: inherit; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin-right: 10px;
  width: -webkit-calc(20% - 8px);
  width: -moz-calc(20% - 8px);
  width: calc(20% - 8px); }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: initial; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 10px; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  margin-bottom: 10px; }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%; }

#respond {
  background: white; }

p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before,
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #885424; }

.woocommerce-tabs {
  padding-bottom: 80px; }

#reviews .commentlist {
  margin: 40px 0 20px 0; }
  #reviews .commentlist li {
    margin-bottom: 30px; }
    #reviews .commentlist li .avatar {
      margin-right: 30px;
      width: 60px; }
    #reviews .commentlist li .comment_container .comment-text {
      width: -webkit-calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: calc(100% - 90px); }

.comment-form #comment {
  height: 100px; }

.single-product div.product .woocommerce-product-rating a {
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px; }

.item_produto .star-rating {
  display: none; }

.woocommerce-tabs ul.tabs li:after {
  right: 15px !important; }

table.cart td.product-remove, table.cart td.actions {
  border-top-color: transparent; }

.hentry .entry-content a {
  text-decoration: inherit; }

.wc-proceed-to-checkout .button.checkout-button,
#payment .place-order .button {
  height: 56px;
  font-size: 18px;
  padding: 14px 20px;
  background: #1a8e74;
  -moz-transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out; }
  .wc-proceed-to-checkout .button.checkout-button:hover,
  #payment .place-order .button:hover {
    background: #dfb276; }

.button[name="update_cart"] {
  display: none; }

.woocommerce-billing-fields h3,
.woocommerce-form__label span,
#order_review_heading {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Kobenhavn';
  margin-bottom: 20px; }

.woocommerce-form__label-for-checkbox {
  padding-left: 30px; }

.form-row label {
  margin-bottom: 10px; }

textarea.input-text {
  height: 80px; }

table.woocommerce-checkout-review-order-table .product-name {
  width: 50%; }

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Kobenhavn';
  margin: 30px 0; }

.page.left-sidebar .content-area {
  width: 100%; }

.body-sobre .header:not(.header_scroll) .logo {
  background-image: url(images/logo-branca@2x.png); }
.body-sobre .header:not(.header_scroll) .navbar-nav > li > a {
  color: #fff; }
  .body-sobre .header:not(.header_scroll) .navbar-nav > li > a:hover {
    color: #dfb276; }
.body-sobre .header:not(.header_scroll) .menu-total .menu-icones-top .redes-sociais a {
  color: #dfb276; }
  .body-sobre .header:not(.header_scroll) .menu-total .menu-icones-top .redes-sociais a:hover {
    color: #fff; }
.body-sobre .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-search {
  background-image: url(images/icon-search-sobre.png); }
  .body-sobre .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-search:hover {
    background-image: url(images/icon-search-sobreH.png); }
.body-sobre .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user {
  background-image: url(images/icon-user-sobre.png); }
  .body-sobre .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user:hover {
    background-image: url(images/icon-user-sobreH.png); }
.body-sobre.woocommerce-active .header:not(.header_scroll) .site-header-cart .cart-contents .icon {
  background-image: url(images/icon-cart-sobre.png); }
.body-sobre.woocommerce-active .header:not(.header_scroll) .site-header-cart .cart-contents:hover .icon {
  background-image: url(images/icon-cart-sobreH.png); }
.body-sobre.woocommerce-active .header:not(.header_scroll) .site-header-cart .cart-contents .count {
  color: #fff; }
.body-sobre .breadcrumb {
  color: #fff; }
  .body-sobre .breadcrumb a {
    color: #fff; }
.body-sobre .wrap-title-page h1 {
  color: #fff; }
.body-sobre .entry-content {
  color: #fff; }

.widget_shopping_cart_content {
  background: #fff; }
  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    padding: 20px 10px; }

.pilares {
  font-family: 'Kobenhavn'; }
  .pilares h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 500; }
  .pilares h5 {
    color: #dfb276;
    font-size: 24px;
    font-weight: 500; }
  .pilares ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 22px; }
    .pilares ul li {
      padding: 0;
      margin: 0;
      font-weight: normal; }

.fotos-sobre {
  margin-top: 20px; }
  .fotos-sobre .foto-2 {
    margin-top: 100px; }
  .fotos-sobre img {
    max-width: 100%; }

.frase-contato {
  color: #fff;
  background: #29313a; }

.body-contato .header:not(.header_scroll) .logo {
  background-image: url(images/logo-contato.png); }
.body-contato .header:not(.header_scroll) .navbar-nav > li > a {
  color: #292b2b; }
  .body-contato .header:not(.header_scroll) .navbar-nav > li > a:hover {
    color: #fff;
    border-color: #fff; }
.body-contato .header:not(.header_scroll) .menu-total .menu-icones-top .redes-sociais a {
  color: #292b2b; }
  .body-contato .header:not(.header_scroll) .menu-total .menu-icones-top .redes-sociais a:hover {
    color: #fff; }
.body-contato .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-search {
  background-image: url(images/icon-search-contato.png); }
  .body-contato .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-search:hover {
    background-image: url(images/icon-search-sobreH.png); }
.body-contato .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user {
  background-image: url(images/icon-user-contato.png); }
  .body-contato .header:not(.header_scroll) .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user:hover {
    background-image: url(images/icon-user-sobreH.png); }
.body-contato.woocommerce-active .header:not(.header_scroll) .site-header-cart .cart-contents .icon {
  background-image: url(images/icon-cart-contato.png); }
.body-contato.woocommerce-active .header:not(.header_scroll) .site-header-cart .cart-contents:hover .icon {
  background-image: url(images/icon-cart-sobreH.png); }
.body-contato .breadcrumb {
  color: #fff; }
  .body-contato .breadcrumb a {
    color: #fff; }
.body-contato .wrap-title-page h1 {
  color: #292b2b; }
.body-contato .entry-content {
  color: #292b2b;
  font-weight: 500; }
.body-contato form .form-control {
  border-radius: 0;
  border: 0;
  background: #fff;
  box-shadow: inherit;
  margin-top: 30px; }
.body-contato form p {
  margin: 0 !important; }
.body-contato form .btn {
  margin-top: 30px; }
.body-contato #maps {
  width: 100%;
  height: 250px;
  margin-top: 45px; }
.body-contato .footer {
  background: #292b2b; }

.redes-contato {
  padding: 0;
  margin: 45px 0 0; }
  .redes-contato li {
    margin: 15px 0 0;
    color: #292b2b;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 16px; }
    .redes-contato li i {
      margin-right: 5px; }
    .redes-contato li a {
      color: #292b2b; }
      .redes-contato li a:hover {
        color: #000; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: 'Kobenhavn';
  color: #885424;
  font-weight: bold;
  margin: 30px 0 20px;
  border: 0;
  padding: 0; }
.entry-content h1 {
  font-size: 30px; }
.entry-content h2 {
  font-size: 28px; }
.entry-content h3 {
  font-size: 26px; }
.entry-content h4 {
  font-size: 24px; }
.entry-content h5 {
  font-size: 22px; }
.entry-content h6 {
  font-size: 20px; }

.stock.in-stock {
  display: none; }

.ver-mais {
  text-align: center;
  margin-top: 80px; }
  .ver-mais .btn {
    background: transparent;
    height: 40px;
    border-radius: 0;
    border: 1px solid #885424;
    background: #885424;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 30px;
    max-width: 100%;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.05);
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }
    .ver-mais .btn:hover {
      background: #3f2611;
      color: #dfb276; }

.woocommerce-form .afreg_extra_fields .input-text {
  min-height: initial !important;
  max-height: initial !important;
  height: 50px !important; }

.tabela_medidas {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tabela_medidas .area {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 380px;
  max-width: 98%;
  padding: 10px; }

.tabela_medidas .area .close_tabela {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  background: red;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 19px;
  text-align: center;
  z-index: 1002;
  cursor: pointer; }

#openTabelaMedidas {
  margin-left: 0 !important;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
  color: #885424; }

#openTabelaMedidas i {
  margin-right: 10px; }

.reset_variations,
.woocommerce-variation .woocommerce-variation-description {
  display: none !important; }

.has-error {
  border: 2px solid red !important;
  box-shadow: initial !important; }

#rede-credit-payment-form #installments {
  height: 50px;
  background: #f2f2f2;
  padding: 10px;
  border: 0;
  border-radius: 0;
  font-size: 18px; }
  #rede-credit-payment-form #installments:focus {
    outline: inherit; }

.wrap-title-pageAta .mobile {
  display: none; }

@media (min-width: 1201px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }

  .wrap-produtos-home .tab-pane > .row > div:nth-child(4n+5) {
    clear: both; }
  .wrap-produtos-home .tab-pane > .row > div:nth-child(1) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(2) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(3) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(4) .produto-fechado {
    margin-top: 60px; } }
.entry-content {
  font-size: 16px;
  line-height: 1.7em; }
  .entry-content p {
    margin: 0 0 20px; }

.wp-block-quote {
  font-size: 16px;
  margin: 0 0 20px;
  font-style: inherit; }

body.home .footer {
  background: #fff; }

.wrap_search_box {
  background: rgba(255, 255, 255, 0.97);
  opacity: 0;
  transition: 0.5s ease-in-out;
  will-change: opacity;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  .wrap_search_box.active {
    z-index: 1000;
    opacity: 1; }

.search-modal {
  opacity: 0;
  will-change: opacity;
  transition: 0.4s ease-in-out;
  transform: scale(0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }
  .search-modal.active {
    opacity: 1;
    z-index: 1001;
    transform: none; }
  .search-modal .mfp-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 44px;
    line-height: 26px;
    color: #000;
    background: transparent;
    border: 0; }
    .search-modal .mfp-close:hover {
      opacity: 0.6; }
    .search-modal .mfp-close:active {
      box-shadow: initial; }
  .search-modal .container-search {
    width: 100%;
    padding: 0 50px;
    position: absolute !important;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .search-modal .container-search .form-control {
      font-size: 60px;
      line-height: 24px;
      border: 0;
      border-bottom: 1px solid #e1e1e1;
      border-radius: 0;
      background: transparent;
      font-weight: bold;
      line-height: 1;
      color: #3f2611;
      padding: 0;
      padding-bottom: 15px;
      height: 90px;
      box-shadow: inherit;
      margin-bottom: 30px; }
      .search-modal .container-search .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #3f2611;
        opacity: 0.8; }
      .search-modal .container-search .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #3f2611;
        opacity: 0.8; }
      .search-modal .container-search .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #3f2611;
        opacity: 0.8; }
      .search-modal .container-search .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #3f2611;
        opacity: 0.8; }
    .search-modal .container-search p {
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      padding: 0;
      margin: 0; }

@media (min-width: 979px) and (max-width: 1200px) {
  .wrap-produtos-home .tab-pane > .row > div:nth-child(4n+5) {
    clear: both; }
  .wrap-produtos-home .tab-pane > .row > div:nth-child(1) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(2) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(3) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(4) .produto-fechado {
    margin-top: 60px; }

  .header .menu-total {
    padding: 11px 0 0; }
    .header .menu-total .menu-icones-top .redes-sociais {
      margin: 2px 5px 0 16px;
      font-size: 20px; }
      .header .menu-total .menu-icones-top .redes-sociais .fa-instagram {
        font-size: 24px; }
    .header .menu-total .menu-icones-top .outras-infos .icon-padrao {
      height: 22px;
      width: 22px; }

  .woocommerce-active .site-header-cart .cart-contents .icon {
    height: 22px;
    width: 30px; }

  .navbar-nav > li {
    margin: 0 10px;
    font-size: 16px; }

  .wrap-slide .conteudo h3 {
    font-size: 66px; }

  .nav-tabs > li {
    font-size: 18px; }

  .produto-fechado .area-descricao h2,
  .item_produto .area-descricao h2 {
    font-size: 18px; }
  .produto-fechado .area-descricao .price,
  .item_produto .area-descricao .price {
    font-size: 18px; }
    .produto-fechado .area-descricao .price del,
    .item_produto .area-descricao .price del {
      font-size: 14px; }

  .box-frete {
    padding: 50px; }
    .box-frete h4 {
      font-size: 36px; }

  .box-news {
    padding: 50px; }

  .footer .pagamento-seguranca img {
    margin: 12px 0 0; }

  .wrap-title-page h1 {
    font-size: 80px; } }
/* Tablet */
@media (min-width: 768px) and (max-width: 979px) {
  .wrap-produtos-home .tab-pane > .row > div:nth-child(2n+3) {
    clear: both; }
  .wrap-produtos-home .tab-pane > .row > div:nth-child(1) .produto-fechado, .wrap-produtos-home .tab-pane > .row > div:nth-child(2) .produto-fechado {
    margin-top: 60px; }

  .header .logo {
    height: 34px;
    width: 126px; }
  .header .menu-total {
    padding: 1px 0 0; }
    .header .menu-total .menu-icones-top {
      margin-top: 3px; }
      .header .menu-total .menu-icones-top .redes-sociais {
        margin: 2px -3px 0 10px;
        font-size: 18px; }
        .header .menu-total .menu-icones-top .redes-sociais .fa-instagram {
          font-size: 20px; }
      .header .menu-total .menu-icones-top .outras-infos {
        margin: 3px 0 0; }
        .header .menu-total .menu-icones-top .outras-infos .icon-padrao {
          height: 18px;
          width: 18px;
          margin-left: 10px; }
  .header.header_scroll .logo {
    width: 103px;
    height: 28px; }
  .header.header_scroll .menu-total {
    padding: 0; }

  .woocommerce-active .site-header-cart {
    width: 40px; }
    .woocommerce-active .site-header-cart .cart-contents .icon {
      height: 18px;
      width: 24px; }

  .navbar-nav > li {
    margin: 0 6px;
    font-size: 14px; }

  .wrap-slide .conteudo h3 {
    font-size: 52px; }
  .wrap-slide .conteudo .frase-superior {
    font-size: 12px; }

  .nav-tabs > li {
    font-size: 18px; }

  .produto-fechado .area-descricao h2 {
    font-size: 18px; }
  .produto-fechado .area-descricao .price {
    font-size: 18px; }
    .produto-fechado .area-descricao .price del {
      font-size: 14px; }

  .box-frete {
    padding: 50px; }
    .box-frete h4 {
      font-size: 36px; }

  .box-news {
    padding: 50px; }

  .footer .menu-footer {
    text-align: center; }
  .footer .pagamento-seguranca {
    text-align: center;
    margin-top: 30px; }

  .wrap-title-page h1 {
    font-size: 60px; }

  .product .product_title {
    font-size: 40px; }

  .single-product div.product .summary .woocommerce-product-details__short-description p {
    font-size: 15px; }

  .produto-fechado .area-descricao,
  .item_produto .area-descricao {
    padding: 0; }
    .produto-fechado .area-descricao h2,
    .item_produto .area-descricao h2 {
      font-size: 18px; }
    .produto-fechado .area-descricao .price,
    .item_produto .area-descricao .price {
      font-size: 18px; }
      .produto-fechado .area-descricao .price del,
      .item_produto .area-descricao .price del {
        font-size: 14px; }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 22px; }

  .entry-content h1 {
    font-size: 26px; }
  .entry-content h2 {
    font-size: 24px; }
  .entry-content h3 {
    font-size: 22px; }
  .entry-content h4 {
    font-size: 20px; }
  .entry-content h5 {
    font-size: 18px; }
  .entry-content h6 {
    font-size: 16px; }

  .products.row .product:nth-child(3n+4) {
    clear: initial; }
  .products.row .product:nth-child(2n+3) {
    clear: both; } }
/* Smartphone */
@media (max-width: 767px) {
  body {
    padding-top: 150px; }

  .navbar-collapse {
    max-height: initial;
    margin: 10px -15px 0;
    box-shadow: inherit;
    border-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff; }

  body.home .navbar-collapse {
    background: #fef3f1; }

  .header {
    padding: 80px 0 30px; }
    .header .logo {
      height: 34px;
      width: 126px;
      float: inherit; }
    .header .menu-total {
      padding: 0;
      float: initial; }
      .header .menu-total .menu-icones-top {
        margin-top: 3px;
        border-bottom: 1px solid #885424;
        -moz-transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
        -ms-transition: All 0.3s ease-in-out; }
        .header .menu-total .menu-icones-top .redes-sociais {
          margin: -1px -3px 0 10px;
          font-size: 19px;
          height: 20px; }
          .header .menu-total .menu-icones-top .redes-sociais .fa-instagram {
            font-size: 22px;
            margin-top: -1px; }
          .header .menu-total .menu-icones-top .redes-sociais a {
            margin-right: 13px;
            height: 20px; }
        .header .menu-total .menu-icones-top .outras-infos {
          margin: 0; }
          .header .menu-total .menu-icones-top .outras-infos .icon-padrao {
            height: 20px;
            width: 20px;
            margin-left: 9px; }
            .header .menu-total .menu-icones-top .outras-infos .icon-padrao.icon-user {
              margin-left: 20px; }
      .header .menu-total .menu-icones-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 15px 5px;
        z-index: 10; }
      .header .menu-total .navbar {
        float: initial; }
    .header.header_scroll {
      padding: 70px 0 18px; }
      .header.header_scroll .logo {
        width: 103px;
        height: 28px; }
      .header.header_scroll .menu-total {
        padding: 0; }
        .header.header_scroll .menu-total .menu-icones-top {
          padding: 12px 5px; }
      .header.header_scroll .site-header-cart {
        top: 12px !important; }
      .header.header_scroll .navbar-toggle {
        top: -44px; }
      .header.header_scroll .navbar-collapse {
        background: #fff; }

  .navbar-toggle {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    float: inherit;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 10; }
    .navbar-toggle .icon-bar {
      background: #885424;
      border-radius: 0; }
      .navbar-toggle .icon-bar.icon-bar-1, .navbar-toggle .icon-bar.icon-bar-2 {
        width: 16px; }
      .navbar-toggle .icon-bar.icon-bar-3 {
        width: 30px; }
      .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px; }
    .navbar-toggle .txt {
      font-family: 'Kobenhavn';
      font-size: 12px;
      line-height: 1em;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      color: #885424;
      margin-top: 4px; }
    .navbar-toggle:hover, .navbar-toggle:focus {
      background: transparent; }
      .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
        background: #3f2611; }
      .navbar-toggle:hover .txt, .navbar-toggle:focus .txt {
        color: #3f2611; }

  .woocommerce-active .site-header-cart {
    width: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }
    .woocommerce-active .site-header-cart .cart-contents {
      display: block; }
      .woocommerce-active .site-header-cart .cart-contents .icon {
        height: 20px;
        width: 27px; }

  .navbar-nav {
    margin: 0;
    padding: 10px 0 15px;
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -ms-transition: All 0.3s ease-in-out; }

  .navbar-nav > li {
    margin: 0;
    font-size: 16px; }
    .navbar-nav > li > a {
      padding: 8px 0;
      background: transparent; }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px; }

  .wrap-slide {
    margin: 10px 0px 0px 0px; }
    .wrap-slide .conteudo {
      position: initial !important;
      top: initial;
      left: initial;
      transform: initial !important;
      width: 100%;
      padding: 0 15px;
      margin-top: 35px;
      text-align: center; }
      .wrap-slide .conteudo h3 {
        font-size: 42px;
        margin-left: 0; }
      .wrap-slide .conteudo .frase-superior {
        font-size: 13px; }
      .wrap-slide .conteudo .btn {
        margin-top: 30px;
        font-size: 13px; }

  .wrap-produtos-home {
    margin-top: 60px; }

  .nav-tabs > li {
    font-size: 18px;
    margin: 4px 15px 4px 0; }

  .produto-fechado {
    margin-top: 60px; }
    .produto-fechado .area-descricao h2 {
      font-size: 16px; }
    .produto-fechado .area-descricao .price {
      font-size: 16px; }
      .produto-fechado .area-descricao .price del {
        font-size: 14px; }

  .box-frete {
    padding: 35px;
    margin-top: 60px;
    text-align: center; }
    .box-frete img {
      height: 32px;
      display: inline-block; }
    .box-frete h4 {
      font-size: 30px; }

  .box-news {
    padding: 35px;
    margin-top: 60px;
    text-align: center; }
    .box-news form {
      margin: 20px 0 0; }
      .box-news form .form-control {
        text-align: center;
        padding: 15px 0; }
      .box-news form .btn {
        position: initial !important;
        top: initial;
        right: initial;
        width: 100%;
        margin-top: 15px; }
    .box-news p {
      line-height: 1.3em;
      text-align: center; }

  .footer {
    margin-top: 60px; }
    .footer .menu-footer {
      text-align: center; }
    .footer .pagamento-seguranca {
      text-align: center;
      margin-top: 30px; }
    .footer .endereco {
      text-align: center; }
      .footer .endereco img {
        float: inherit;
        margin: 0 0 20px; }
      .footer .endereco p {
        font-size: 14px; }
    .footer .redes-sociais {
      padding-top: 20px;
      text-align: center; }
    .footer .creditos {
      text-align: center;
      font-size: 12px;
      margin-top: 30px; }
      .footer .creditos p {
        float: inherit !important; }
        .footer .creditos p:last-child {
          margin-top: 15px; }

  .instagram-home {
    margin-top: 60px; }
    .instagram-home h3 {
      font-size: 36px; }
      .instagram-home h3 a {
        display: block;
        font-size: 20px;
        margin: 15px 0 0 0; }

  #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 33.3333%; }

  .wrap-title-page h1 {
    font-size: 38px;
    margin: 0 0 40px; }

  .breadcrumb {
    margin: 20px 0 20px;
    font-size: 12px; }

  .entry-content {
    font-size: 15px; }
    .entry-content .wp-block-quote {
      font-size: 15px; }

  .woocommerce-MyAccount-content h3 {
    font-size: 20px;
    margin: 50px 0 30px; }

  #customer_login h2 {
    font-size: 20px; }

  .woocommerce-ordering {
    margin-bottom: 0; }

  .woocommerce-result-count {
    padding: 10px 0 0 0px;
    margin: 0; }

  .products.row > div:first-child .produto-fechado {
    margin-top: 40px; }

  .storefront-sorting select {
    width: 100%; }

  .widget-area {
    margin-top: 60px; }

  .single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 20px; }

  .product .product_title {
    font-size: 34px; }

  .single-product div.product .summary p.price {
    font-size: 28px; }
    .single-product div.product .summary p.price del {
      font-size: 20px; }
    .single-product div.product .summary p.price.fswp_calc {
      font-size: 15px; }
  .single-product div.product .summary .woocommerce-product-details__short-description p {
    font-size: 15px; }

  .woocommerce-tabs {
    padding-bottom: 40px; }
    .woocommerce-tabs ul.tabs li a {
      padding: 15px 20px; }
    .woocommerce-tabs .panel {
      padding: 30px; }
      .woocommerce-tabs .panel h2:first-of-type {
        font-size: 20px; }
      .woocommerce-tabs .panel p {
        font-size: 14px; }

  .products.row {
    margin-bottom: 20px;
    margin-top: -20px; }

  .single-product .site-content {
    padding-bottom: 0; }

  #reviews .commentlist li .avatar {
    width: 40px;
    margin-right: 15px; }
  #reviews .commentlist li .comment_container .comment-text {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px); }
    #reviews .commentlist li .comment_container .comment-text p {
      font-size: 13px;
      line-height: 1.6em; }

  .related .item_produto {
    margin-top: 60px !important; }

  .related h3 {
    font-size: 28px; }

  .item_produto .area-descricao h2 {
    font-size: 15px; }
  .item_produto .area-descricao .price {
    font-size: 15px; }
    .item_produto .area-descricao .price del {
      font-size: 14px; }

  .single-product .breadcrumb {
    margin: 20px 0 0px; }

  .woocommerce-billing-fields h3,
  .woocommerce-form__label span,
  #order_review_heading {
    font-size: 20px; }

  #order_review_heading {
    margin-top: 40px; }

  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 10px;
    margin-left: -25px; }

  .shop_table,
  #payment .payment_methods {
    font-size: 14px; }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 20px;
    margin: 30px 0 20px; }

  ul.order_details {
    font-size: 14px; }

  .pilares {
    margin-bottom: 40px; }
    .pilares h4,
    .pilares h5 {
      font-size: 22px; }
    .pilares ul {
      font-size: 20px; }

  .fotos-sobre .foto-1 {
    margin-top: -20px;
    padding-right: 40px; }
  .fotos-sobre .foto-2 {
    padding-left: 40px;
    margin-top: -120px; }

  .body-contato #maps {
    margin-bottom: 60px; }

  .entry-content h1 {
    font-size: 22px; }
  .entry-content h2 {
    font-size: 21px; }
  .entry-content h3 {
    font-size: 20px; }
  .entry-content h4 {
    font-size: 19px; }
  .entry-content h5 {
    font-size: 18px; }
  .entry-content h6 {
    font-size: 17px; }

  .products.row .product:nth-child(3n+4) {
    clear: initial; }

  .products.row .product:nth-child(2n+3) {
    clear: both; }

  .produto-fechado .botoes .button, .item_produto .botoes .button {
    padding: 12px 10px; }

  .wrap-title-page.wrap-title-pageAta {
    padding-top: 10px; }

  .wrap-title-pageAta .desktop {
    display: none; }
  .wrap-title-pageAta .mobile {
    display: block; } }
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .form-row-first {
    width: 50%;
    margin-right: 0;
    padding-right: 20px; }

  .woocommerce-MyAccount-content .form-row-last {
    width: 50%;
    padding-left: 20px; }

  #ship-to-different-address .woocommerce-form__input-checkbox {
    right: initial;
    left: 20px;
    margin-top: 2px; } }

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