@charset "UTF-8";
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background: #1793d0; }
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .btn-primary fieldset[disabled], fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background: #e9f6fd;
  color: #BBB; }

@media only screen and (max-width: 1199px) {
  /* =========== Listagem de produtos ============ */
  .cabecalho-listagem > .row:first-child {
    flex-direction: column; }
  .cabecalho-listagem .filtros-wrapper {
    margin-top: 15px; }

  /* =========== Carrinho ============ */
  #collapse-modules .row > div:nth-of-type(3),
  #collapse-modules .row > div:nth-of-type(4) {
    margin-top: 15px; }

  /* =========== Produto ============ */
  .lista-desejos-wrapper.col-lg-4 {
    margin-top: 15px; }

  /* =========== Checkout ============ */
  #formulario-forma-pagamento .form-horizontal .form-group {
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 15px; }
    #formulario-forma-pagamento .form-horizontal .form-group .control-label {
      text-align: left;
      margin-bottom: 5px; }
      #formulario-forma-pagamento .form-horizontal .form-group .control-label br {
        display: none; }
    #formulario-forma-pagamento .form-horizontal .form-group .help-block {
      margin-bottom: 0; }
    #formulario-forma-pagamento .form-horizontal .form-group.boleto-botao {
      padding: 0 !important; }

  #checkout-debito .escolha-banco {
    justify-content: flex-start; }
    #checkout-debito .escolha-banco > span {
      text-align: left;
      margin-bottom: 15px; }

  .alert.fixed {
    width: 95%; }

  .item-header.search-wrapper {
    padding-left: 40px !important; }

  /*NEWSLETTER*/
  #newsletters p {
    font-size: 13px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 1024px) {
  .product-showcase.product-slick .slick-controls .slider-right {
    right: -20px; }
  .product-showcase.product-slick .slick-controls .slider-left {
    left: -20px; }

  #module-special-counter img.lazy, #module-featured img.lazy, #module-special img.lazy, #module-latest img.lazy, #module-bestseller img.lazy, #produtos-relacionados img.lazy {
    width: 100px;
    height: 100px; }

  #module-instagram {
    background-color: #ffffff;
    display: block; }
    #module-instagram .instagram-images .instagram-image {
      margin: 0; }
      #module-instagram .instagram-images .instagram-image img {
        width: 227px;
        height: 227px; }
    #module-instagram .instagram-text {
      margin: 15px;
      background-color: #1f2040;
      padding: 50px; }
      #module-instagram .instagram-text .instagram-title {
        width: 100%; }
      #module-instagram .instagram-text .instagram-caption {
        width: 100%; }
      #module-instagram .instagram-text .instagram-link {
        margin: 0 auto; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-grid:nth-of-type(3n+1) {
    border-left: none; } }
@media only screen and (max-width: 991px) {
  /* =========== Listagem de produtos ============ */
  .cabecalho-listagem > .row:last-child {
    flex-wrap: wrap; }
    .cabecalho-listagem > .row:last-child .form-group {
      margin-bottom: 0; }

  /* =========== Checkout ============ */
  #collapse-payment-method .panel-body #formas-pagamento {
    order: 2; }
  #collapse-payment-method .panel-body #formulario-forma-pagamento {
    order: 3;
    padding: 15px; }
  #collapse-payment-method .panel-body #resumo-pedido {
    order: 1;
    border-left: 1px solid #ccc;
    margin-bottom: 20px; }
    #collapse-payment-method .panel-body #resumo-pedido .table-responsive {
      max-height: 300px; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar {
        width: 5px; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar-thumb {
        background: #ddd;
        border: 0 none transparent;
        border-radius: 0; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #b1b1b1; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar-thumb:active {
        background: #6f6f6f; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar-track {
        background: transparent;
        border: 0 none transparent; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar-track:hover {
        background: transparent; }
      #collapse-payment-method .panel-body #resumo-pedido .table-responsive::-webkit-scrollbar-track:active {
        background: transparent; }

  .obrigado-comprar .buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .obrigado-comprar .buttons .ou {
      margin: 5px 0; }

  /* =========== Carrinho ============ */
  .carrinho .copy-h1-style {
    display: none; }

  #collapse-modules .row > div:nth-of-type(3),
  #collapse-modules .row > div:nth-of-type(4) {
    margin-top: 15px; }

  /* =========== Contato ============ */
  #content .contact-form.col-sm-6:nth-child(2n+1),
  #content .contact-map.col-sm-6:nth-child(2n+1) {
    clear: none; }

  /* =========== Rodapé ============ */
  footer .links {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  footer .dados-empresa {
    width: 100%;
    padding: 0;
    border: 0; }
    footer .dados-empresa li {
      width: 50%;
      float: left; }

  #collapse-payment-address .caixa-endereco-wrapper, #collapse-shipping-address .caixa-endereco-wrapper {
    margin-top: 30px;
    margin-bottom: 0; }
    #collapse-payment-address .caixa-endereco-wrapper:first-of-type, #collapse-shipping-address .caixa-endereco-wrapper:first-of-type {
      margin-top: 0; }

  /* =========== Minha conta ============ */
  .account-wishlist .item-carrinho {
    display: block; }
    .account-wishlist .item-carrinho .imagem {
      float: left; }
    .account-wishlist .item-carrinho .info-produto {
      width: 100%; }

  #newsletters {
    padding: 20px 0; }

  .poup-up-whatsapp .title-content:after {
    top: 70px; }

  #top {
    display: none; }

  header {
    padding: 25px 0 25px 0; }

  #menuFixo .container .cart-wrapper, #menuFixo .container .quotation-wrapper {
    background: transparent;
    padding: 0; }

  #menuFixo .container .cart-wrapper .fa-shopping-basket {
    color: #60bfed !important; }

  #menuFixo .container #cart-info span, #cart #cart-info span {
    display: none; }

  header .item-header.account-wrapper {
    padding-left: 15px;
    padding-right: 30px; }

  header .header-wrapper #quotation {
    padding-right: 15px; }

  header #quotation .dropdown-menu:before {
    right: 25px; }

  #cart .dropdown-menu:before, #quotation .dropdown-menu:before {
    top: -9px;
    right: 30px; }

  #cart .dropdown-menu:before, #quotation .dropdown-menu:before {
    right: 13px; }

  .section-orcamento .btn-orcamento, #newsletters button {
    font-size: 16px !important; }

  #menu .nav > li > a {
    padding: 17px 13px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-grid:nth-of-type(2n+1) {
    border-left: none; } }
@media only screen and (min-width: 768px) {
  /* =========== Contato ============ */
  .contact-separator {
    display: none; } }
@media only screen and (max-width: 768px) {
  header .item-header.redes-sociais {
    display: none; }
  header .item-header.logo-wrapper {
    margin-right: 0; }

  #newsletters .col-md-10 .col-md-7 {
    margin-bottom: 15px; }
    #newsletters .col-md-10 .col-md-7 p {
      text-align: center; }

  #module-instagram .instagram-images {
    flex-wrap: nowrap; }
    #module-instagram .instagram-images .instagram-image {
      width: 50%; }
      #module-instagram .instagram-images .instagram-image:nth-of-type(2) {
        margin: 0 15px; }
      #module-instagram .instagram-images .instagram-image:last-child {
        display: none; }
      #module-instagram .instagram-images .instagram-image img {
        width: 100%;
        height: 100%; } }
@media only screen and (max-width: 767px) {
  /* =========== Checkout ============ */
  .form-horizontal .form-group {
    flex-direction: row;
    margin-bottom: 15px; }

  #formulario-forma-pagamento .mes {
    padding: 0 15px;
    margin-bottom: 15px; }
  #formulario-forma-pagamento .ano {
    padding: 0 15px; }

  #collapse-payment-method #formas-pagamento {
    flex-wrap: wrap; }
    #collapse-payment-method #formas-pagamento .payment-method-wrapper:last-of-type {
      border-right: none;
      border-bottom: 1px solid #ccc; }
    #collapse-payment-method #formas-pagamento .payment-method {
      border-bottom: none;
      border-right: 1px solid #ccc;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start; }
      #collapse-payment-method #formas-pagamento .payment-method .nome {
        margin: 0; }

  #enderecos #collapse-payment-address {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c0c0c0; }
  #enderecos #collapse-shipping-address {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c0c0c0; }

  .obrigado-comprar .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px; }
    .obrigado-comprar .buttons .ou {
      margin: 0 10px; }

  /* =========== Account ============ */
  #password-tester {
    margin-top: 10px; }

  /* =========== Histórico de pedidos ============ */
  .info-pedido .produtos-pedido {
    border-left: 1px solid #c0c0c0; }

  /* =========== Carrinho ============ */
  #collapse-modules .row > div {
    margin-top: 15px;
    float: left;
    width: 100%; }
    #collapse-modules .row > div:first-of-type {
      margin-top: 0; }

  .form-horizontal .form-group:not(.buttons) {
    flex-direction: column;
    align-items: flex-start; }

  /* =========== Visualização produto ============ */
  .dados-produto {
    margin-top: 15px; }

  .visualizar-produto {
    position: relative; }
    .visualizar-produto .quantidade-wrapper {
      padding-right: 15px; }
    .visualizar-produto .comprar-wrapper {
      padding: 0 15px;
      margin-top: 15px; }
    .visualizar-produto #caracteristicas-produto .item {
      padding-right: 15px;
      margin-bottom: 15px; }
      .visualizar-produto #caracteristicas-produto .item + .item {
        padding-left: 0;
        margin-left: 0;
        border: 0; }
    .visualizar-produto .share-wrapper {
      position: absolute;
      top: 15px; }
    .visualizar-produto #calcular-frete .panel {
      flex-wrap: wrap; }
      .visualizar-produto #calcular-frete .panel .row {
        display: block; }
    .visualizar-produto #calcular-frete .form-small {
      margin-top: 15px; }

  /* Menu Fixo */
  #search input {
    float: right; }
  #search .btn.icon-search {
    -webkit-transition: 0.3s ease opacity 0s;
    -moz-transition: 0.3s ease opacity 0s;
    -ms-transition: 0.3s ease opacity 0s;
    transition: 0.3s ease opacity 0s; }
  #search:not(.open) input {
    width: 0;
    padding: 0;
    float: right; }
    #search:not(.open) input:focus, #search:not(.open) input:focus ~ .input-group-btn {
      background: transparent !important; }
  #search:not(.open) .btn.icon-search {
    height: 35px;
    width: 25px; }
    #search:not(.open) .btn.icon-search svg {
      width: 100%;
      height: 100%; }
      #search:not(.open) .btn.icon-search svg > * {
        fill: #fff; }
  #search:not(.open) .search-autocomplete {
    opacity: 0; }
  #search.open {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #search.open input {
      height: 58px; }
    #search.open .search-autocomplete {
      top: 40px !important; }

  header:not(.reduzido), #menu-wrapper {
    display: none; }

  #backgroundMenus {
    background-color: #FFF;
    padding: 10px 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.11); }

  #menuFixo {
    position: static;
    border-bottom: none;
    height: 80px;
    padding: 0; }
    #menuFixo .menu-responsivo-button {
      width: 25px;
      height: 35px;
      float: left;
      background-image: url("../image/layout/menu-responsivo/menu.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      padding: 5px 0; }
    #menuFixo .container .quotation-wrapper {
      margin-left: 10px; }
    #menuFixo .container .logo-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #menuFixo .container .logo-wrapper img {
        max-height: 50px; }

  #cart .dropdown-menu {
    width: 70vw;
    min-width: auto; }

  body.overlay:before {
    z-index: 1000; }

  .open > .btn {
    z-index: 10000; }
  .open .dropdown-menu {
    z-index: 10000; }

  /* =========== Rodapé ============ */
  footer .links {
    padding: 0 15px; }
    footer .links .col-sm-4 {
      margin-bottom: 25px; }
  footer .dados-empresa {
    padding: 0; }
    footer .dados-empresa li {
      width: 100%; }
  footer .pagseguro-facebook .col-sm-6 {
    width: 50%;
    float: left; }

  #disclaimer .container > .row .col-sm-9 {
    padding: 0;
    text-align: center; }
  #disclaimer .container > .row .col-sm-3 {
    padding: 0;
    text-align: center; }

  /* =========== Listagem de produtos ============ */
  .cabecalho-listagem .form-group {
    margin-top: 15px; }

  body:not(.common-home) .pagination-wrapper {
    flex-direction: column; }
    body:not(.common-home) .pagination-wrapper > div {
      margin-top: 15px; }

  /* =========== Minha conta ============ */
  ul.caixa-icone > li {
    width: 25%;
    padding: 0 15px;
    float: left; }
  ul.caixa-icone .icone {
    padding: 30px 0; }
    ul.caixa-icone .icone i.fa {
      font-size: 30px; }
  ul.caixa-icone .texto {
    font-size: 10px; }

  /* =========== Newsletter ============ */
  #newsletters .form-group {
    margin-bottom: 25px; }
    #newsletters .form-group:last-child {
      margin-bottom: 0; }

  #module-latest .col-xs-6:nth-child(2n+1) {
    clear: both; }

  .section-orcamento .title-orcamento .title-orcamento {
    font-size: 16px; }
  .section-orcamento .title-orcamento .btn-orcamento {
    font-size: 14px;
    padding: 5px 10px; }

  #searchFixo .container .search-wrapper, #backgroundMenus {
    background-color: #FFF;
    padding-top: 0; }

  #menuFixo .container .cart-wrapper #cart .shopping-cart, #menuFixo .container .cart-wrapper #cart .shopping-quotation, #menuFixo .container .cart-wrapper #quotation .shopping-cart, #menuFixo .container .cart-wrapper #quotation .shopping-quotation, #menuFixo .container .quotation-wrapper #cart .shopping-cart, #menuFixo .container .quotation-wrapper #cart .shopping-quotation, #menuFixo .container .quotation-wrapper #quotation .shopping-cart, #menuFixo .container .quotation-wrapper #quotation .shopping-quotation {
    font-size: 30px; }

  #cart .dropdown-menu:before, #quotation .dropdown-menu:before {
    right: 25px; }

  #search .btn.icon-search i {
    font-size: 20px; }

  #banner-departamentos .item {
    margin-bottom: 15px; }
    #banner-departamentos .item:last-child {
      margin-bottom: 0; }

  #disclaimer a > img {
    margin-bottom: 25px; } }
@media only screen and (max-width: 680px) {
  /* =========== Minha conta ============ */
  ul.caixa-icone > li {
    width: 33%; }

  header.reduzido .header-wrapper {
    justify-content: center; }
  header.reduzido .diferenciais-wrapper {
    display: none; }

  #comment button.pull-right {
    margin-bottom: 10px;
    width: 100%; } }
@media only screen and (max-width: 628px) {
  .poup-up-whatsapp .title-content:after {
    top: 70px; } }
@media only screen and (max-width: 520px) {
  /* =========== Minha conta ============ */
  ul.caixa-icone > li {
    width: 50%; } }
@media only screen and (max-width: 500px) {
  /* =========== Rodapé ============ */
  footer .pagseguro-facebook .pagseguro-cartoes {
    margin-bottom: 15px; }
  footer .pagseguro-facebook .col-sm-6 {
    width: 100%;
    float: left; } }
@media only screen and (max-width: 478px) {
  .product-showcase h3 {
    font-size: 23px; }

  /* =========== Checkout ============ */
  .obrigado-comprar .buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .obrigado-comprar .buttons .ou {
      margin: 5px 0; }

  /* =========== Banner Categorias ============ */
  body.common-home #banners-categorias {
    flex-direction: column;
    align-items: center; }
    body.common-home #banners-categorias .item {
      width: auto;
      margin-bottom: 15px; }
      body.common-home #banners-categorias .item:last-child {
        margin-bottom: 0; }

  /* =========== Lista de desejos ============ */
  .account-wishlist .item-carrinho {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px;
    position: relative; }
    .account-wishlist .item-carrinho .imagem {
      margin-right: 10px; }
    .account-wishlist .item-carrinho .info-produto {
      padding-top: 20px;
      width: 100%;
      text-align: left; }
    .account-wishlist .item-carrinho .remover {
      position: absolute;
      top: 0;
      right: 0; }
    .account-wishlist .item-carrinho .preco-comprar {
      width: 100%; }
      .account-wishlist .item-carrinho .preco-comprar .preco {
        text-align: left; }
    .account-wishlist .item-carrinho .controles {
      width: 100%; }
      .account-wishlist .item-carrinho .controles .btn {
        width: 100%; }

  .account-order-info .bordered-title:last-of-type {
    margin-top: 15px; }

  #collapse-payment-method #formas-pagamento .payment-method {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    #collapse-payment-method #formas-pagamento .payment-method .nome {
      margin-bottom: 15px; } }
@media only screen and (max-width: 446px) {
  .poup-up-whatsapp .title-content:after {
    top: 100px; } }
@media only screen and (max-width: 430px) {
  #quotation.open .dropdown-menu {
    right: -90px; }
    #quotation.open .dropdown-menu:before {
      right: 97px; } }
@media only screen and (max-width: 425px) {
  #module-instagram .instagram-images .instagram-image:nth-of-type(2) {
    margin-right: 0; }
  #module-instagram .instagram-images .instagram-image:nth-of-type(3) {
    display: none; }
  #module-instagram .instagram-text {
    padding: 20px; }

  #module-special-counter .item .produto .name {
    margin: 15px 0; } }
@media only screen and (max-width: 380px) {
  /* =========== Checkout ============ */
  #checkout-passos-wrapper .checkout-passos {
    width: 260px; }
  #checkout-passos-wrapper .passo .circulo {
    width: 45px;
    height: 45px;
    background-position-x: -45px; }
  #checkout-passos-wrapper .passo .icone {
    width: 19px;
    height: 19px; } }
@media only screen and (max-width: 375px) {
  #module-latest .col-xs-6 {
    width: 100%; }

  #module-special-counter .item .contador div {
    padding: 0 5px; }
    #module-special-counter .item .contador div p {
      font-size: 20px; }
      #module-special-counter .item .contador div p:last-child {
        font-size: 14px; } }
@media only screen and (max-width: 360px) {
  /* =========== Minha conta ============ */
  ul.caixa-icone > li {
    width: 100%; }

  /* ========== Contato ===========*/
  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left; } }
@media only screen and (max-width: 320px) {
  /* =========== Lista de desejos ============ */
  .account-wishlist .item-carrinho {
    width: 100%; }

  /* === Tamanho de título ==*/
  .product-showcase h3 {
    font-size: 22px; }

  #formNewsletter button {
    font-size: 16px; }

  .poup-up-whatsapp .title-content:after {
    top: 125px; } }
/* ===================== Newsletter - Home ===================== */
@media only screen and (max-width: 767px) {
  #newsletters {
    text-align: center; }
    #newsletters .form-group {
      margin-bottom: 25px; }
      #newsletters .form-group:last-child {
        margin-bottom: 0; }
    #newsletters .row {
      display: block; } }
@media only screen and (max-width: 360px) {
  #newsletters input {
    padding: 7px 10px; }
    #newsletters input::placeholder {
      margin-left: 7px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .account-account #content .col-sm-4:nth-child(3n+1) {
    clear: none; } }

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