@charset "UTF-8";
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid #000; */ }

p {
  /*retirado em 28out2022: nao faz sentido ter margem*/
  /*  margin-bottom: 15px; */ }

/****** botões ********/
.btn {
  padding: 10px 20px;
  background-color: #78A4B3;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  border: none;
  cursor: pointer;
  margin: 5px; }

.btn-destaque, .btn-principal {
  background-color: #5D828F; }

.btn-small {
  font-size: 12px;
  padding: 5px 10px; }

.btn-cancel {
  background-color: #a40000; }

.btn-cinza {
  background: linear-gradient(180deg, #BEBEBE 0%, #9C9C9C 100%); }

.responsive-img {
  max-width: 100%;
  height: auto !important; }

.plus {
  background-image: url("/img/ic-add-item.jpg");
  width: 14px;
  height: 13px;
  cursor: pointer; }

.minus {
  background-image: url("/img/ic-remove-item.jpg");
  margin-top: 12px;
  width: 14px;
  height: 13px;
  cursor: pointer; }

.bt_del, .btn-del {
  background: none;
  background-image: url("/img/ic_del.gif");
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  padding: 0; }

.small {
  font-size: 14px; }

ul.as-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.as-menu > li {
  display: inline-block; }

ul.as-menu2 {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

/*********** submenu **************/
ul.tem-submenu > li > ul {
  display: none;
  position: absolute;
  z-index: 99; }

ul.tem-submenu > li:hover > ul {
  /* display: block; */ }

ul.tem-submenu > li > ul > li {
  display: list-item; }

.sem-produtos {
  text-align: center;
  min-height: 500px; }

#overlay-ajax {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /* Black background with opacity */
  z-index: 110;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  text-align: center;
  align-items: center; }

#overlay-ajax img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/****** cadastro de news ******/
#cad_news input {
  padding: 10px;
  width: 100%; }

/**** remover e-mail news ****/
#remover_news .confirma-email {
  margin-top: 15px; }

#remover_news .confirma-email .email {
  font-weight: bold; }

#remover_news ul {
  list-style: none; }

#remover_news .confirma-email .bts {
  margin-top: 15px; }

#remover_news .confirma-email .bts button {
  margin-right: 10px; }

.clear_all {
  height: 1px;
  clear: both; }

label.error {
  background-color: red;
  font-size: 13px;
  padding: 5px;
  display: table;
  color: #FFF;
  border-radius: 8px; }

/******* formularios ******/
.campo {
  padding: 10px; }

.campo label {
  min-width: 150px;
  display: inline-block;
  text-align: left; }

.busca-area {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  color: #FFF;
  text-align: center;
  transition: all 1s ease; }
  .busca-area h2 {
    color: #FFF;
    margin-top: 100px;
    font-weight: 300;
    font-size: 2.5rem; }
  .busca-area .close {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  .busca-area form {
    margin-top: 20px; }
    .busca-area form input {
      font-size: 20px;
      padding: 5px 10px;
      width: 50%; }
    .busca-area form button {
      background: none;
      border: none;
      color: #FFF;
      font-size: 30px;
      margin-left: 20px;
      cursor: pointer; }

@media screen and (max-width: 600px) {
  table.responsive-table-card {
    background: none; }

  table.responsive-table-card thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  table.responsive-table-card tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px; }

  table.responsive-table-card td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right !important; }

  table.responsive-table-card td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }

  table.responsive-table-card td:last-child {
    border-bottom: 0; }

  #carrinho .lst_itens tr {
    background-color: #F5F5F5; }

  #fretes {
    width: 100%;
    clear: both; }

  #carrinho_resumo_valores {
    width: 100%;
    clear: both; } }
.area-form {
  margin-bottom: 50px; }

.area-form input[type=checkbox], .area-form input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  vertical-align: sub; }

.area-form input[type=text], .area-form input[type=tel], .area-form input[type=number], .area-form input[type=date], .area-form input[type=email], .area-form input[type=password], .area-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical; }

.area-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: #FFF; }

.area-form label {
  max-width: 150px;
  cursor: pointer; }

.area-form .campo {
  margin: 0;
  padding: 0; }

.area-form .campo-grupo {
  padding: 10px; }

/*************** cadastro ******************/
#cadastro {
  max-width: 550px;
  margin: 0 auto; }

#cadastro .txt_intro {
  padding: 20px 0; }

#contato .obrigado {
  text-align: center;
  margin: 200px auto;
  padding: 100px 20px;
  max-width: 500px;
  border: 1px solid #CCC;
  border-radius: 10px; }

#form_contato label {
  display: block; }

#form_contato .fd-campo {
  margin-bottom: 15px; }

#form_contato .fd-campo input[type=text], #form_contato .fd-campo textarea, #form_contato .fd-campo select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CCC; }

#form_contato .fd-campo textarea {
  height: 150px; }

.msgPrivacidade {
  border: 1px solid #EEE;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0; }
  .msgPrivacidade div {
    display: flex;
    align-items: flex-end; }
  .msgPrivacidade input {
    margin-right: 10px; }

/****** Banner Poup ***********/
.bn-poup {
  width: 100%;
  position: absolute;
  top: 150px;
  z-index: 99;
  padding: 0 10px; }

.bn-poup .bn-area {
  display: inline-block; }

.bn-poup .bn-fechar {
  font-size: 30px;
  color: #36AED6;
  cursor: pointer;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  font-weight: bold;
  float: right;
  padding-top: 7px; }

.video-container, .responsive-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25% !important;
  /* margin-bottom:10px; */
  padding-top: 30px;
  overflow: hidden; }
  .video-container::before, .responsive-video::before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .video-container iframe, .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/****** WHATSAPP FLOAT ********/
.whatsapp-float {
  position: fixed;
  z-index: 10;
  bottom: 32px;
  right: 25px;
  animation: shake 4.5s linear infinite both;
  z-index: 9; }

@media screen and (max-width: 550px) {
  body.meus_pedidos #pedidos table.lst {
    border: none; }
    body.meus_pedidos #pedidos table.lst tbody > tr:first-of-type {
      display: none; }
    body.meus_pedidos #pedidos table.lst tbody tr {
      display: block;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-left-width: 3px;
      border-left-color: #ddd;
      border-radius: 5px;
      margin: 15px 0; }
      body.meus_pedidos #pedidos table.lst tbody tr td {
        display: block; }

  .whatsapp-float img {
    max-width: 75px !important;
    height: auto !important; } }
@keyframes shake {
  0% {
    transform: scale3d(1, 1, 1); }
  2.5%,
	5% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  7.5%,
	12.5%,
	17.5%,
	22.5% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  10%,
	15%,
	20% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  25%, to {
    transform: scale3d(1, 1, 1); } }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(/img/seta-dir.svg) !important; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(/img/seta-esq.svg) !important; }

.sy-caption-wrap {
  display: none !important; }

.msgCookies {
  position: fixed;
  bottom: 20px;
  z-index: 500;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 10px;
  padding: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  -webkit-box-shadow: 5px 8px 15px -5px #000000;
  box-shadow: 5px 8px 15px -5px #000000; }
  .msgCookies h4 {
    margin-bottom: 10px; }

@media screen and (max-width: 600px) {
  .msgCookies {
    left: 0;
    transform: none;
    margin: 15px;
    display: block; } }
body.meus_pedidos #pedidos #bar_tit {
  font-size: 22px;
  padding-bottom: 19px; }

table.lst {
  border: 1px solid rgba(0, 0, 0, 0.05); }
  table.lst td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    table.lst td a {
      color: cornflowerblue; }
  table.lst tr:hover {
    background: #f9f9f9; }
  table.lst tbody > tr:first-of-type th, table.lst thead > tr:first-of-type th {
    background: #fbfbfb;
    padding: 20px;
    text-align: left;
    color: gray;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.flex {
  display: flex;
  justify-content: space-between; }

/*******************************************/
/******** PADROES DE DIAGRAMAÇÃO ***********/
/*******************************************/
.dess-digramacao-texto .dess-colunas-area {
  display: inline-flex;
  flex-wrap: wrap; }
  .dess-digramacao-texto .dess-colunas-area .dess-colunas {
    flex: 1 1 250px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .dess-digramacao-texto .dess-colunas-area .dess-colunas:first-child {
      margin-left: 0px; }
    .dess-digramacao-texto .dess-colunas-area .dess-colunas:last-child {
      margin-right: 0px; }

@media screen and (max-width: 1110px) {
  .dess-colunas-4 .dess-colunas:nth-child(3) {
    margin-right: 0; }
  .dess-colunas-4 .dess-colunas:nth-child(4) {
    margin-left: 0; } }
@media screen and (max-width: 840px) {
  .dess-colunas-3 .dess-colunas:nth-child(2) {
    margin-right: 0; }
  .dess-colunas-3 .dess-colunas:nth-child(3) {
    margin-left: 0; }

  .dess-colunas-4 .dess-colunas:nth-child(2) {
    margin-right: 0; }
  .dess-colunas-4 .dess-colunas:nth-child(3) {
    margin-right: 20px;
    margin-left: 0; }
  .dess-colunas-4 .dess-colunas:nth-child(4) {
    margin-left: 20px; } }
@media screen and (max-width: 530px) {
  .dess-colunas-area {
    display: block; }
    .dess-colunas-area .dess-colunas {
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 100%; } }
.ecomm-msg {
  padding: 15px;
  border-radius: 4px; }

.ecomm-msg .icon {
  font-size: 50px;
  float: left;
  margin-right: 60px; }

.ecomm-msg-info {
  position: relative;
  background-color: #D2FADC;
  border: 1px solid #4DAB64;
  padding-left: 50px; }
  .ecomm-msg-info:before {
    content: "";
    display: block;
    left: 10px;
    background-image: url(/img/alert.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    position: absolute;
    margin-top: -5px; }

.ecomm-msg-info .icon {
  color: #666; }

.ecomm-msg-error {
  background-color: #f69696;
  border: 1px solid #d52828; }

/*# sourceMappingURL=ecomm.css.map */
