/********************** RESET *********************** INICIO *****************/

html,
body {
  margin: 0;
  padding: 0;
}

body,
ul,
li,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}

/********************** RESET *********************** FIM *********************/

body {
  background-color: #f1fbee;
}

/******************************* GERAL ****************************************/

.documento { 
    padding: 0 21% 0 0;
    box-sizing: border-box;
}

.documento h2 { 
    font-size: 18px;
    margin: 0 0 11px 0px;
    color: #1c3b15;
}

.documento h1 { 
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
    text-transform: unset;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
}

.documento p { 
    margin: 0 auto 22px auto !important;
}

.standard-block,
.no-result {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 159%;
  margin: 0 auto 0 auto;
}

.standard-block h3:first-of-type {
  margin-top: 0;
}

.standard-block a {
  text-decoration: underline;
  color: #196905;
}

#container_busca-global {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cck_busca_global, .cck_busca_produtos {
  flex-grow: 1;
}

#expand-filter {
  height: 50px;
  /* Altura da div */
  width: 50px;
  /* Largura da div */
  display: flex;
  /* Centraliza o conteúdo */
  justify-content: center;
  /* Centraliza horizontalmente */
  align-items: center;
  /* Centraliza verticalmente */
  cursor: pointer;
  /* Indica que é clicável */
  flex-shrink: 0;
}

.filter-arrow {
  width: 30px;
  /* Largura da seta */
  transition: transform 0.3s ease;
  /* Suaviza a rotação */
}

#container_busca-global form {
  width: 100%;
  height: 40px;
  display: flex;
}

#container_busca-global #button_search {
  width: 40px;
  height: 40px;
  display: none;
}

#container_busca-global input#busca_global,
#container_busca-global input#busca_produtos {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  background-color: #f1fbee;
  border: none;
  outline: none;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
  background-image: url(/tudonoipiranga/templates/guiacomercial/images/busca_icone.svg);
  background-repeat: no-repeat;
  border: 1px solid #d9e7d4;
  background-color: #f8fcf7;
}

.box_item-empresa {
  display: flex;
  height: 140px;
  background-color: #e4f0e1;
  padding: 0 0 0 23px;
}

.box_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label-list {
  color: #626462;
}

.box_info p {
  font-family: "Open Sans", sans-serif;
  padding: 0 0 5px 0;
  font-size: 15px;
}

h2.emp-nome-list {
  padding: 0 0 9px 0;
  margin: 0;
  line-height: 84%;
}

.emp-nome-list a {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #1c3b15;
  font-weight: 700;
  /* text-transform: uppercase;*/
  border-bottom: 1px solid #70876b;
}

.box_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 150px;
  min-width: 150px;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
}

.box_logo img {
  height: 100%;
}

.cck-loading-more {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.box_h1 {
  text-align: center;
  background-image: linear-gradient(to bottom, #1c3b15 50%, transparent 50%);
  background-position: center;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}

.box_h1.entrar {
  max-width: 320px;
}

.box_h1.comun {
  margin: 14px auto 10px auto;
  background-image: none;
  background-size: 100% 3px;
}

.box_h1.comun h1 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 0.015em;
    padding: 5px 9px 5px 9px;
    color: #375431;
    border: 1px solid #c8dbc4;
    border-radius: 14px;
    }
    

h1 {
  color: #1c3b15;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline;
  background-color: #f1fbee;
  font-size: 21px;
  padding: 0 13px 0 13px;
}

.empresa_content .box_item-empresa {
  background-color: transparent;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 auto;
}

.empresa_content .box_logo {
  width: 38%;
  max-width: 240px;
}

.empresa_content .box_logo img {
  width: 100%;
  min-width: 150px;
}

.empresa_content .box_info {
  padding: 0 0 0 37px;
}

.box_info.sem-logo {
  padding: 0 0 0 16px;
}

.empresa_content .box_info p {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 124%;
}

.empresa_content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #1c3b15;
  font-weight: 700;
  line-height: 114%;
  margin-bottom: 10px;
}

.empresa_content .box_descricao {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #71f04a;
  padding: 24px;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  line-height: 145%;
}

.empresa_content .box_contatos {
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
  line-height: 145%;
  display: grid;
  overflow: hidden;
}

.empresa_content .block_link {
  height: 60px;
  /* background-color: red; */
  display: flex;
  align-items: center;
  color: #414740;
}

.empresa_content .box_contatos a {
  color: #414740;
}

.empresa_content .box_contatos img {
  width: 33px;
  padding: 6px 11px 0 0;
}

.empresa_content .box_contatos .tel-icon {
  width: 31px;
}

.empresa_content .box_contatos .in-icon {
  width: 31px;
}

.empresa_content .cont_localiz {
  width: 100%;
  background-color: #e4f0e1;
  margin: 27px 0 0 0;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

.empresa_content .cont_endereco {
  font-family: "Open Sans", sans-serif;
  height: 100px;
  display: flex;
}

.empresa_content .cont_endereco div {
  display: flex;
  align-items: center;
}

.empresa_content .local-icon {
  width: 29px;
}

.empresa_content .waze-icon {
  width: 42px;
}

.empresa_content .box_icon {
  margin: 0 20px 0 0;
}

.empresa_content .box_waze {
  margin: 0 0 0 40px;
}

.box_mapa {
  border-radius: 10px;
}

.box_mapa iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.box_filters {
  background-color: #e4f0e1;
  padding: 8px 8px 8px 8px;
  display: flex;
  justify-content: space-between;
}

.box_select-cats,
.box_select-dist {
  width: 48%;
}

.box_cat-select,
.box_subcat-select {
  padding: 3px;
  background-color: #f1fbee;
  margin: 0 0 6px 0;
  height: 32px;
  position: relative;
}

.box_cat-select select,
.box_subcat-select select {
  display: block;
  width: 68%;
  height: 32px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  /* text-transform: uppercase; */
  padding: 0 0 0 10px;
  background-color: #e2f0de;
  border: none;
  outline: none;
  position: absolute;
  top: 3px;
  right: 3px;
}

.box_select-dist ul {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1c3b15;
}

.box_select-dist li {
  background-color: #c8dbc4;
  flex: 1;
  text-align: center;
  border-right: 4px solid #e4f0e1;
}

.box_select-dist li a {
  padding: 9px 0px 8px 0px;
  display: block;
}

.box_select-dist li a:hover {
  background-color: #3faa27;
  color: white;
}

.box_select-dist li:first-child {
  flex: 0 0 184px;
}

.box_prod_cat li:first-child {
  flex: 1;
}

.box_select-dist li.active {
  background-color: #3faa27;
  color: #ffffff;
}

.box_bairro-select {
  padding: 3px;
  height: 32px;
  background-color: #f1fbee;
  position: relative;
  margin: 6px 0 0 0;
}


.empresa_content .cont_endereco {
  font-family: "Open Sans", sans-serif;
  height: 100px;
  width: 100%;
  /* background-color: #c7e0c1; */
  display: flex;
}

.empresa_content .cont_endereco div {
  display: flex;
  align-items: center;
}

.empresa_content .local-icon {
  width: 29px;
}

.empresa_content .waze-icon {
  width: 42px;
}

.empresa_content .box_icon {
  margin: 0 20px 0 0;
}

.empresa_content .box_waze {
  margin: 0 0 0 40px;
}

.box_mapa {
  width: 100%;
  height: 700px;
  border-radius: 10px;
}

.box_mapa iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.box_select-cats,
.box_select-dist {
  width: 48%;
}

.box_prod_cat {
  width: 100%;
}

/*
.box_cat-select,
.box_subcat-select {
  padding: 3px;
  background-color: #f1fbee;
  margin: 0 0 6px 0;
  height: 32px;
  position: relative;
}
*/

/*
.box_cat-select select,
.box_subcat-select select {
  display: block;
  width: 68%;
  height: 32px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 0 10px;
  background-color: #e2f0de;
  border: none;
  outline: none;
  position: absolute;
  top: 3px;
  right: 3px;
}
*/

.box_select-dist ul {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1c3b15;
}

.box_select-dist li {
  background-color: #c8dbc4;
  flex: 1;
  text-align: center;
  border-right: 4px solid #e4f0e1;
}

.box_select-dist li a {
  padding: 9px 0px 8px 0px;
  display: block;
}

.box_select-dist li a:hover {
  background-color: #3faa27;
  color: white;
}


.box_select-dist li.active {
  background-color: #3faa27;
  color: #ffffff;
}

.box_bairro-select {
  padding: 3px;
  height: 32px;
  background-color: #f1fbee;
  position: relative;
  margin: 6px 0 0 0;
}

.box_select-dist select {
  display: block;
  width: 82%;
  height: 32px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  /* text-transform: uppercase; */
  padding: 0 0 0 10px;
  background-color: #e2f0de;
  border: none;
  outline: none;
  position: absolute;
  right: 5px;
}


.label_bairro {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  top: 7px;
  left: 12px;
  font-size: 16px;
  color: #1c3b15;
}

/*********** EM USO **********************/
.container_top-bar {
  width: 100vw;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 3333;
}

/*********** EM USO **********************/

/*********** EM USO **********************/
.block_top-bar {
  height: 100%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}

/*********** EM USO **********************/

/*********** EM USO **********************/
.container_top-bar a.logo-link {
  max-height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/******** PRODUTOS ITEM ***** INICIO ********/
/******** PRODUTOS ITEM ***** INICIO ********/
/******** PRODUTOS ITEM ***** INICIO ********/

/*********** GLOBAL ******************/

ul.produtos_itens .box_foto {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    height: 185px;
}

.cck_page_items ul.produtos_itens {
    width: calc(100vw - 14px);
    grid-template-columns: repeat(2, 1fr);
    gap: 7px; 
}

.cck_page_items ul.produtos_itens li {
    background-color: #e4ece3;
    padding: 0 0 12px 0px;
}

#seblod_form {
    margin: 0;
}

.block_produto-item {
    display: flex;
    flex-direction: column;
    position: relative;
    }
/*********** GLOBAL ******************/

.block_produto-item img {
    width: 100%;
    }

.block_produto-item img.entreg-agora {
    width: 36%;
    max-width: 73px;
}
/*********** GLOBAL ******************/

.block_produto-item .box_nome {
  font-size: 14.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #2b2f2a;
  line-height: 120%;
  margin: 10px 0 0px 0;
  padding: 0 7px 0 7px;
    }

/*********** GLOBAL ******************/

.block_produto-item .box_preco {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 120%;
  margin: 9px 0 0px 0;
  padding: 0 7px 0 7px;
  color: #188b46;
    }
    

/*********** GLOBAL ******************/

.moeda {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  display: inline-block;
  margin: 0px 4px 0 0;
  font-weight: lighter;
  float: left;
    }

/*********** GLOBAL ******************/

.block_produto-item .box_descricao {
  font-family: "Open Sans", sans-serif;
  font-size: 13.5px;
  padding: 8px 7px 0px 7px;
  line-height: 135%;
    }
    

.block_produto-cont {
     width: calc(100vw - 30px);
     margin: 7px auto 28px auto;
     max-width: 600px;
 }
 
 .block_produto-cont.prod-princ {
     margin: 51px auto 28px auto;
 }
 
.box_slider { 
    position: relative;
}
 
.entreg-agora {
    position: absolute;
    width: 26%;
    max-width: 93px;
    top: 1%;
    right: 2%;
    z-index: 99;
}

.block_nome-whats {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 9999;
}

.produto_content .box_nome-whats {
    margin: 0px auto 8px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
    padding: 0 13px 6px 13px;
    box-sizing: border-box;
    background-color: #f1fbee;
    position: static;
 }
 
 .box_nome-whats .back-button,
 .box_nome-whats a{
    margin: 5px 0 0 0;
 }
 
.produto_content .box_nome-whats h1 {
    padding: 5px 9px 5px 9px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #375431;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #c8dbc4;
    border-radius: 14px;
    margin: 8px auto 0 auto;
 }
 

.produto_content .box_nome-whats img {
   width: 40px;
   filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
 }
 
 .produto_content .box_whats a:nth-of-type(2) {
   padding: 1px 0 0 0;
}

.produto_content .box_h1 {
    margin: 12px auto 24px auto;
}

.block_produto-cont .box_nome {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
 color: #2b2f2a;
  line-height: 120%;
  margin: 0;
  padding: 12px 0 0 0;
    }

.block_produto-cont .box_preco {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #188b46;
  padding: 6px 0 0 0;
    }

/*********** GLOBAL ******************/

.block_produto-cont .box_entrega span {
    display: inline-block;
    margin: 14px 0 7px 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #444444;
    }
/*********** GLOBAL ******************/

.block_produto-cont .box_info {
  padding: 0px 11px 11px 11px;
  background: linear-gradient(to bottom, #f1fbee, #e4ece3);
}

.block_produto-cont .box_descricao {
  font-family: "Open Sans", sans-serif;
  font-size: 14.5px;
  padding: 4px 0 13px 0px;
  color: #333333;
  line-height: 137%;
    }
    

.block_produto-cont .prod-atributos {
    
    font-family: "Poppins", sans-serif;
    padding: 4px 0 0 0;
    font-size: 14px;
    }
    
.block_produto-cont .prod-atributos span {
  font-weight: 600;
  color: #1c3b15;
    }

.block_produto-cont .prod-atributos span.prod-atrib-vend {
  color: #1b8d07;
    }

.box_quantidade {
  display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0 8px 0;
    }
    
.box_quantidade button {
border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #a2cda3;
    font-size: 18px;
    color: #1c3b15;
    }
    
.add-to-cart-btn {
    background-color: #1a9700;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    padding: 8px 50px 10px 50px;
    border: none;
    outline: none;
    width: 162px;
    border-radius: 6px;
    cursor: pointer;
    }
    
.block_produto-cont .box_foto img {
  width: 100%;
    }
    
.block_produto-cont .moeda {
    margin: 5px 3px 0px 0px;
    }

/*********** EM USO **********************/

/*********** EM USO **********************/
.logo {
  height: 38%;
}

/*********** EM USO **********************/

/*********** EM USO **********************/
.top-menu-mobile {
  display: none;
}

.regiao-condom_desktop {
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.regiao-condom_desktop a {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 3% 0 0;
}

.regiao-condom_desktop img {
    height: 75%;
}

/*********** EM USO **********************/

/*********** EM USO **********************/
#menu-desktop {
  display: none;
}

/*********** EM USO **********************/

/*********** EM USO **********************/

#main {
  margin: 0 auto;
}

/******************** GLOBAL ******************/

.message-page,
.com-users-remind__form {
  font-size: 15.5px;
  font-family: "Open Sans", sans-serif;
}

.com-users-remind__form .control-group {
  margin: 18px 0 0 0;
}

.com-users-remind__form label {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.com-users-remind__form input {
  height: 48px;
  width: 100%;
  background-color: #e2f0de;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 0 12px;
  max-width: 340px;
  margin: 10px 0 14px 0;
}

.com-users-remind__form fieldset {
  border: none;
  padding: 0;
}

.message-page a {
  color: #1c3b15;
  text-decoration: underline;
  font-weight: 600;
}

.box_filters select {
  -webkit-appearance: none;
  /* Compatível com Chrome/Safari */
  -moz-appearance: none;
  /* Compatível com Firefox */
  appearance: none;
  /* Compatível com navegadores modernos */
  background: url(/tudonoipiranga/templates/guiacomercial/images/seta_select.svg)
    no-repeat right 6px center;
  background-size: auto 8px;
}

#user_email_2 {
  visibility: hidden;
  height: 1px;
}

.footer {
  background-color: #77a06d;
  font-family: "Open Sans", sans-serif;
  padding: 24px 0 68px 0;
  font-size: 14px;
  color: white;
  margin-top: 58px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

/******************** GLOBAL ******************/

.footer > div {
  margin: 0 auto;
  width: 80%;
  width: calc(100vw - 60px);
  max-width: 700px;
}

/******************** GLOBAL ******************/

.footer p {
  margin: 0 0 0 0;
}

/******************** GLOBAL ******************/

.footer h3 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 16px;
}

/******************** GLOBAL ******************/

.footer .footer-rights,
.footer .footer-whats {
  margin: 9px 0 0 0;
}

/******************** GLOBAL ******************/

.footer .footer-whats {
  letter-spacing: 0.1em;
}

/******************** GLOBAL ******************/

.form-a label,
.form-a .span-file-label,
.delete-box span {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding: 0 0 9px 0;
  display: block;
  letter-spacing: 0.01em;
  color: #404040;
}
/******************** GLOBAL ******************/

.delete-box span {
  padding: 0;
}
/******************** GLOBAL ******************/

.delete-box {
    display: flex;

}
/******************** GLOBAL ******************/

.form-a .radios { 
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
/******************** GLOBAL ******************/

.form-a .radios input, 
.form-a .radios label { 
    cursor:pointer;
}
/******************** GLOBAL ******************/

.form-a .radios label { 
    padding: 12px 0px 10px 5px;
    margin: 0 18px 0 0px;
}

/******************** GLOBAL ******************/

#box_logotipo_delete span {
  display: inline-block;
}

/******************** GLOBAL ******************/

.form-a select {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  /* text-transform: uppercase; */
  padding: 0 0 0 10px;
  margin: 0 0 13px 0;
  background-color: #e2f0de;
  border: none;
  outline: none;
}

/******************** GLOBAL ******************/

.form-a .inputbox.text,
#user_password,
#user_password_edicao,
#user_password2,
#user_password2_edicao,
.form-a .inputbox[type="password"],
/* .form-a textarea#empresa_descricao */
.form-a textarea {
  display: block;
  width: 100%;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  border: none;
  outline: none;
  box-sizing: border-box;
  background-color: #e2f0de;
}

/******************** GLOBAL ******************/

.form-a .inputbox.text,
#user_password,
#user_password2,
.form-a .inputbox[type="password"] {
  height: 42px;
  padding: 0 0 0 12px;
}

/******************** GLOBAL ******************/

.form-a textarea#empresa_descricao {
  height: 90px;
  padding: 8px 12px 10px 12px;
}

/******************** GLOBAL ******************/

.form-a .clear-logo {
  border: none;
  outline: none;
  background-color: #7d8f67;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  color: white;
  text-align: center;
}

/******************** GLOBAL ******************/

.form-a .clear-logo:hover {
  cursor: pointer;
}

/******************** GLOBAL ******************/

.form-a button.button.btn,
.form-a .locked-button
{
  background-color: #4b813e;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 10px 50px 12px 50px;
  border: none;
  outline: none;
  min-width: 198px;
  margin: 15px 22px 0 0;
  border-radius: 6px;
}

/******************** GLOBAL ******************/

.form-a button.button.btn.locked-button, 
.form-a button.button.btn.locked-button:focus,
.form-a button.button.btn.locked-button:hover {
  background-color: #a9b9a5;
}

/******************** GLOBAL ******************/

.block_submit {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.01em;
}

/******************** GLOBAL ******************/

/* .block_submit a:hover {
  text-decoration: underline;
} 
*/

/******************** GLOBAL ******************/

.cancelar {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #404040;
}

/******************** GLOBAL ******************/

.cancelar:hover {
  text-decoration: underline;
}

/******************** GLOBAL ******************/

.form-a button.button.btn:hover {
  cursor: pointer;
  background-color: #37652c;
}

/******************** GLOBAL ******************/

.form-a button.button.btn.delete-button {
  background-color: #e74c3c;
  padding: 4px 10px 5px 41px;
  min-width: unset;
  margin: 33px 0 0 0px;
  background-image: url(/tudonoipiranga/templates/guiacomercial/images/delete_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 5px;
}

/******************** GLOBAL ******************/

.form-a button.button.btn.delete-button:hover {
  background-color: #b71502;
}

/******************** GLOBAL ******************/

.form-a .box_file-upload-btn {
  width: 100%;
  height: 42px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  border: none;
  outline: none;
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  background-color: #f1fbee;
  display: flex;
  justify-content: space-between;
}

/******************** GLOBAL ******************/

.box_deletefield button {
  padding: 10px 17px 10px 17px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  color: #404040;
  background-color: #d3eecb;
  border: none;
  border-radius: 5px;
}


/******************** GLOBAL ******************/
  
  .upload-image .clear-button {

    background-color: #f0a58d;
    outline: none;
    border: none;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    font-size: 20px;
    color: #5a3a30;
  }
/******************** GLOBAL ******************/
  
  .upload-image .clear-button:hover {
      
    background-color: #e8896a;
  }

.container_confirm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  box-sizing: border-box;
}

.container_confirm form {
  margin: 0;
  width: 40%;
}

.container_confirm button {
  padding: 10px 17px 10px 17px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  background-color: #e5c2a9;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  color: #464a44;
  font-weight: 600;
}

.container_confirm button:hover {
  background-color: #ddb295;
}

.container_confirm a {
  padding: 10px 0px 10px 0px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  background-color: #cbe3ee;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 40%;
  text-align: center;
  text-decoration: none;
  color: #464a44;
  font-weight: 600;
}

.container_confirm a:hover {
  background-color: #b4d5e5;
}

/******************** GLOBAL ******************/

.box_deletefield button:hover {
  cursor: pointer;
  background-color: #b4eea2;
}

/******************** GLOBAL ******************/

#box-logo-preview {
  margin: 8px 0 0 0;
}

/******************** GLOBAL ******************/

.preview-image {
  width: 50%;
}

/******************** GLOBAL ******************/

label.file-upload-btn {
  background-color: #5fa64e;
  text-align: center;
  color: white;
  padding: 4px 0 0 0;
  height: 27px;
  width: 30%;
  max-width: 175px;
  border-radius: 5px;
}

/******************** GLOBAL ******************/

label.file-upload-btn:hover {
  background-color: #4b813e;
  cursor: pointer;
}

/******************** GLOBAL ******************/

.form-a .file-text {
  padding: 6px 0 0 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 63%;
}

/******************** GLOBAL ******************/

.form-a .input-file {
  display: none;
}

/******************** GLOBAL ******************/

.login-form {
  /* background-color: #e4f0e1; */
  /* border: solid 1px #beccba; */
}

.login-block {
  margin: 33px auto 0 auto;
  padding: 0 0 18px 0px;
  box-sizing: border-box;
  width: 90%;
  max-width: 320px;
  font-size: 15.5px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  line-height: 210%;
}

.login-block .box_h1 {
  width: 100%;
  max-width: unset;
  margin: 0 auto 31px auto;
}

.block_mod-login {
    max-width: 1158px;
    width: 84%;
    display: flex;
}

.block_mod-login .login-block {
    margin: 0;
}

.message-page .login-title { 
    margin-top:37px;
}

/******************** GLOBAL ******************/

.com-users-reset .login-form {
  padding-top: 0px;
  line-height: 1.6em;
}

/******************** GLOBAL ******************/

.login-form label {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  font-size: 15px;
}

/******************** GLOBAL ******************/

.login-form .box_mostrar,
.form-criar-conta .box_mostrar {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/******************** GLOBAL ******************/

.form-criar-conta .box_mostrar {
  margin-top: 6px;
}

/******************** GLOBAL ******************/

.form-criar-conta fieldset.checkboxes {
    padding: 0;
    margin: 0;
    border: none;
    display: flex;
}
/******************** GLOBAL ******************/

.form-criar-conta fieldset.checkboxes input {
    margin: 2px 12px 0 0px;
    width: 18px;
    height: 18px;
}
/******************** GLOBAL ******************/

.box_refresh {
    background-color: aqua;
    width: 48px;
    height: 100%;
    position: absolute;
    margin-bottom: 0;
    margin-right: 0;
}

#cck1r_form_user_comun_pwd {
    padding: 0 48px 0 0px;
    background-image: url('/tudonoipiranga/templates/guiacomercial/images/refresh.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 60%;
}

/******************** GLOBAL ******************/
.login-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/******************** GLOBAL ******************/

.login-form .form-control-feedback {
  display: block;
  background-color: #bbff56;
  padding: 0 0 0 10px;
}

/******************** GLOBAL ******************/

.login-erro .password-group .input-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

/******************** GLOBAL ******************/

.login-erro .password-group .input-group input {
  margin: 6px 0 9px 0;
}

/******************** GLOBAL ******************/

.login-erro .password-group .input-group button {
  border: 1px solid #858a84;
  padding: 3px 6px 3px 6px;
  box-sizing: border-box;
  background-color: unset;
  outline: none;
  cursor: pointer;
}

/******************** GLOBAL ******************/

.login-erro .com-users-login__submit {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

/******************** GLOBAL ******************/

.com-users-login__options {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  line-height: 210%;
  width: 100%;
  max-width: 320px;
  margin: 31px auto 0 auto;
}

/******************** GLOBAL ******************/

.com-users-login__options a {
  display: block;
}

/******************** GLOBAL ******************/

.com-users-login__options a:hover {
  text-decoration: underline;
}

/******************** GLOBAL ******************/

.login-form .box_mostrar button,
.form-criar-conta .box_mostrar button {
  border: none;
  padding: 3px 6px 3px 6px;
  box-sizing: border-box;
  background-color: unset;
  outline: none;
  cursor: pointer;
  border: 1px solid #858a84;
}

/******************** GLOBAL ******************/

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
  height: 42px;
  padding: 0 0 0 12px;
  display: block;
  width: 100%;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  border: none;
  outline: none;
  box-sizing: border-box;
  background-color: #e2f0de;
  max-width: 320px;
  margin: 0 auto 19px auto;
}

/******************** GLOBAL ******************/

.login-form .mod-login__password input {
  margin-bottom: 9px !important;
}

/******************** GLOBAL ******************/

.login-form .box_checkbox {
  display: flex;
  align-items: center;
}

/******************** GLOBAL ******************/

.login-form .box_checkbox,
.login-form .box_submit,
.login-form .links-alternativos {
  max-width: 320px;
  margin: 6px auto 19px auto;
}

/******************** GLOBAL ******************/

.login-form .links-alternativos {
  margin-top: 31px !important;
}

/******************** GLOBAL ******************/

.login-form input[type="checkbox"] {
  height: 17px;
  width: 17px;
  margin: 0 8px 0 0;
}

/******************** GLOBAL ******************/

.login-form label[for="form-login-input-remember-115"]:hover,
.login-form input[type="checkbox"]:hover {
  cursor: pointer;
}

/******************** GLOBAL ******************/

.login-form button[type="submit"],
.com-users-remind__submit button[type="submit"] {
  background-color: #4b813e;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 10px 50px 12px 50px;
  border: none;
  outline: none;
  min-width: 152px;
}

/******************** GLOBAL ******************/

.login-form button[type="submit"]:hover {
  cursor: pointer;
  background-color: #37652c;
}

/******************** GLOBAL ******************/

.links-alternativos a:hover {
  text-decoration: underline;
}
/******************** GLOBAL ******************/

.seus-conteudos .box_h2 {
    margin: -11px 0 14px 0;
    text-align: center;
}

.seus-conteudos h2 {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    width: calc(100vw - 40px);
    max-width: 700px;
    text-align: center;
    font-weight: 600;
    color: #1c3b15;
    display: inline;
    background-color: #f1fbee;
    padding: 0 8px 0 8px;
}

.seus-conteudos h2:first-of-type {
    margin: -12px auto 14px auto;
}

/******************** GLOBAL ******************/

.meus-itens li {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 110%;
  background-color: #e4f0e1;
  padding: 12px;
  border-radius: 5px;
}
/******************** GLOBAL ******************/

.meus-itens .box_buttons {
    display: flex;
    margin: 5px 0 0 0;
}

/******************** GLOBAL ******************/

.meus-itens button {
    width: 94px;
    height: 30px;
    margin: 9px 12px 0 0;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}
/******************** GLOBAL ******************/

.meus-itens button.excluir {
  background-color: #f0a58d;
}

/******************** GLOBAL ******************/

.meus-itens button.editar {
  background-color: #9fd887;
}

/******************** GLOBAL ******************/

.meus-itens li h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #1c3b15;
}

/******************** GLOBAL ******************/

.item-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/******************** GLOBAL ******************/
.meus-itens li a {
  color: #49733e;
}

.box_conteudos {
margin: 27px auto;
border: 1px solid #95a890;
padding: 0 8px 8px 8px;
box-sizing: border-box;
border-radius: 8px;
}

.exibe-moradores {
padding: 0 0px 5px 8px;
font-size: 15px;
line-height: 150%;
font-family: "Roboto", sans-serif;
}

ul.pagination {
  display: flex;
  margin: 34px auto 0 auto;
  font-family: "Open Sans", sans-serif;
  padding: 6px 0 6px 5px;
  width: calc(100vw - 30px);
  max-width: 700px;
  font-size: 13px;
  box-sizing: border-box;
}

ul.pagination > * {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pagination a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
}

ul.pagination a:hover,
ul.pagination a[aria-current="true"] {
  background-color: #6cbd45;
  color: white;
}

.disabled.page-item {
  display: none;
}

.form-a .item-form.entrar-comunid {
   margin: 12px auto 21px auto
}

.form-a .item-form.senha-comunid {
   margin: 0 auto 10px auto;
}

.form-a .item-form.comunidade {
   margin: 0px auto 23px auto;
}


.form-a .item-form.bloco {
   margin: 0 auto 14px auto;
}

.form-a .item-form.termos {
   margin: 35px auto 33px auto;
}
.form-a .item-form.termos a {
    text-decoration: underline;
    color: #1f221e;
}

.form-a .item-form.apto {
   margin: 0 auto 13px auto;
}

.form-a .item-form.observ {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: 0 auto 33px auto;
    line-height: 118%;
    padding: 4px 18% 4px 30px;
    color: #4b524a;
    background-image: url('/tudonoipiranga/templates/guiacomercial/images/info.svg');
    background-position: left center; 
    background-repeat: no-repeat; 
    background-size: 23px auto;
    box-sizing: border-box;
}

.form-a .item-form .box_conteudos {
    width: 100%;
}


.form-a .box_conteudos .box_label {
   margin: -11px 0 6px 0;
   text-align: center;
}

.form-a .box_conteudos label {
   display: inline;
   background-color: #f1fbee;
   padding: 0 7px 0 7px;
}

.form-a .box_conteudos label.moradores {
    text-transform: uppercase;
    font-size: 11.9px;
}

.form-a .item-form.form_foto-principal {
   margin: 6px 0 0px 0;
}


.form_foto-principal input {
  background-color: #d2e0d0;
  padding: 10px;
  width: 100%;
}

.opcoes-pagam fieldset { 
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 4px 0 0 0;
}

.opcoes-pagam fieldset label { 
    display: inline-block;
    margin: 0;
    padding: 0;
}

.opcoes-pagam fieldset input {
  margin: 0 7px 0 13px;
  padding: 0;
}

.opcoes-pagam fieldset input:first-of-type {
  margin: 0 7px 0 0px;
}

.box_foto-principal {
    background-color: #e2f0de;
    padding: 10px;
}

div.adminformlist {
  float: none;
  position: unset;
}

div.collection-group-wrap {
  display: flex;
  border: none;
  justify-content: space-between;
  height: 33px;
  background-color: #e2f0de;
  padding: 10px;
}

div.collection-group-wrap input[type="file"] {
  padding: 10px 0px 10px 6px;
}

div.collection-group-form {
  float: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: #d2e0d0;
  flex: 1;
}

div.collection-group-button {
  float: none;
  padding: 0;
  width: 170px;
  display: flex;
  justify-content: space-between;
}

div.collection-group-button > * {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

div.collection-group-button .button-add span,
div.collection-group-button .button-del span,
div.collection-group-button .button-drag span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

div.collection-group-button .button-del span {
  background: #e74c3c
    url("/tudonoipiranga/templates/guiacomercial/images/menos_icon.svg")
    no-repeat center/60%;
}

div.collection-group-button .button-add span {
  background: #5fa64e
    url("/tudonoipiranga/templates/guiacomercial/images/mais_icon.svg")
    no-repeat center/50%;
}

div.collection-group-button .button-drag span {
  background-color: #7993b3;
  background: #7993b3
    url("/tudonoipiranga/templates/guiacomercial/images/mover_icon.svg")
    no-repeat center/50%;
}



/******************** CARRINHO ******************/

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
  }
  .overlay.show {
    display: block;
  }
  .product {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    text-align: center;
  }
  .product img {
    max-width: 100%;
    height: auto;
  }
  .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
  }
  .button-group button {
    padding: 5px 10px;
  }
  #cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #f1fbee;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
    z-index: 99999;
    font-family: "Roboto", sans-serif;
  }
  #cart.open {
    right: 0;
  }
  #cart-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
  }
  .cart-item {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-bottom: 10px;
  }

  .cart-item h4 {
    margin: 0 0 13px 0;
    font-size: 15px;
    font-weight: 500;
  }

  .cart-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .cart-item_box-img {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  

  .cart-item_box-remove {
    width: 34px;
    display: flex;
    justify-content: flex-end;
    }
    
  .cart-item_box-precos {
    flex: 1
    }
 
   .cart-item button.cart-item-remove {
    background-color: #ee4927;
    color: white;
  }
  
   .cart_preco-unit { font-size: 15px;  }

   .cart_preco-mult { font-size: 15px;  }
  
  
  .cart-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cart-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 50px;
  }

  .cart-controls button {
    background-color: #a2cda3;
    font-size: 18px;
    color: #1c3b15;
    }
    
  .cart-footer {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
  }
  .cart-footer button {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  .cart-item button {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  
  .cart-footer .clear-cart {
    background: #ff5722;
    color: white;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

/******************** CARRINHO ******************/

/******************** GLOBAL ******************/

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

@media (min-width: 1190px) {
  /******************** DESKTOP ******************/

  .standard-block,
  .no-result {
    width: 84%;
    max-width: 1158px;
    margin: 32px auto 0 auto;
  }

  .standard-block p {
    margin: 0 auto 20px auto;
  }

  .standard-block h3 {
    margin: 40px auto 20px auto;
  }

  /******************** DESKTOP ******************/

  #main {
    /* width: 80%; */
    /* max-width: 1200px; */
    padding: 80px 0 0 0px;
    min-height: calc(100vh - 163px);
  }

  /******************** DESKTOP ******************/

  .cck_page_listhome {
   margin: 17px 0 0 0;
  }
  /******************** DESKTOP ******************/ 
  
  .container_top-bar {
    background-color: #1c3b15;
  }

  /******************** DESKTOP ******************/

  .block_top-bar {
    width: 84%;
    max-width: 1158px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  /******************** DESKTOP ******************/

  .container_top-bar a.logo-link {
    width: unset;
    height: 100%;
  }

  /******************** DESKTOP ******************/
  .container_top-bar svg {
    height: 100%;
  }

  /******************** DESKTOP ******************/

  #menu-desktop {
    display: flex;
  }

  /******************** DESKTOP ******************/

  #menu-desktop li {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
  }

  /******************** DESKTOP ******************/

  #menu-desktop > li:last-child {
    margin-left: 14px;
  }

  /******************** DESKTOP ******************/

  #menu-desktop > li a {
    width: unset;
    display: block;
    padding: 8px;
    color: white;
    font-size: 1.1em;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }

  #menu-desktop a.sair {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 28px 0 0px;
    letter-spacing: .05em;
    color: #c1c9bf;
  }

  /******************** DESKTOP ******************/

  #menu-desktop > li a:hover {
    color: #ffffff;
    cursor: pointer;
  }

  /******************** DESKTOP ******************/

  .box_select-cats > :nth-child(2) {
    margin: 0;
  }

  /******************** DESKTOP ******************/

  .box_dist-field ul > li:last-child {
    border: none;
  }

  /******************** DESKTOP ******************/

  /* #menu-desktop>li:last-child a {
    color: #fcc300;
    border: 2px solid #fcc300;
    border-radius: 9px;
    padding: 7px 10px 7px 10px;
    font-weight: 300;
    display: inline-block;
  }*/

  /******************** DESKTOP ******************/

  /********* Cadastrar Negocio *** D ******** INICIO *****/
  /********* Cadastrar Negocio *** D ******** INICIO *****/
  /********* Cadastrar Negocio *** D ******** INICIO *****/

  /******************** DESKTOP ******************/

  .form-a {
    width: 90%;
    max-width: 1176px;
    margin: 0px auto 37px auto;
  }

  /******************** DESKTOP ******************/

  .form-a .item-form {
    margin: 6px 0 19px 0;
  }

  /******************** DESKTOP ******************/

  .form-a .item-form {
    margin: 6px 0 19px 0;  }

  /******************** DESKTOP ******************/

  .form_produto-fotos label.label-fotos {
    background-color: #f1fbee;
    padding: 0 6px 6px 6px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }
  /******************** DESKTOP ******************/

  .form_produto-fotos .box_label {
    display: flex;
    justify-content: center;
    margin: -21px 0 8px 0;
  }

  /******************** DESKTOP ******************/

  .block_fotos-adicionais {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px 47px;
  }

  /******************** DESKTOP ******************/

  .form-a .block_itens-form {
    padding: 18px 30px 13px 30px;
    border: solid 1px #beccba;
    margin: 0 0 21px 0;
  }

  /******************** DESKTOP ******************/

  .form-a .block_itens-form.block-1 {
    border-bottom: none;
    margin: 0;
    padding: 18px 30px 0px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  .form-a .block_itens-form.block-1 .item-form {
    margin-bottom: 0;
  }

  .form-a .block_itens-form.block-1 > :nth-child(1) {
   grid-column: span 6;
  }

   .form-a .block_itens-form.block-1 > :nth-child(2) {
   grid-column: span 4;
   }
   
   .form-a .block_itens-form.block-1 > :nth-child(3) {
   grid-column: span 2;
   }

   .form-a .block_itens-form.block-1 > :nth-child(4) {
   grid-column: span 3;
   }
   
   .form-a .block_itens-form.block-1 > :nth-child(5) {
   grid-column: span 3;
   }
   
  .form-a .block_itens-form.block-2 {
    border-top: none;
  }

  /******************** DESKTOP ******************/

  .block_grid-a {
    display: grid;
    grid-gap: 4px 14px;
    grid-template-areas:
      "a a a b b b"
      "c c c d d d"
      "e e e f f f"
      "g g g h h h";
    grid-template-columns: repeat(6, 1fr);
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(1) {
    grid-area: a;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(2) {
    grid-area: b;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(3) {
    grid-area: c;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(4) {
    grid-area: d;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(5) {
    grid-area: e;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(6) {
    grid-area: f;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(7) {
    grid-area: g;
  }

  /******************** DESKTOP ******************/

  .block_grid-a .item-form:nth-of-type(8) {
    grid-area: h;
  }

  /******************** DESKTOP ******************/

  .block_grid-b {
    display: grid;
    grid-gap: 4px 14px;
    grid-template-areas:
      "a a a b c c"
      "d d d e e e";
    grid-template-columns: repeat(6, 1fr);
  }

  /******************** DESKTOP ******************/

  .block_grid-b .item-form:nth-of-type(1) {
    grid-area: a;
  }

  /******************** DESKTOP ******************/

  .block_grid-b .item-form:nth-of-type(2) {
    grid-area: b;
  }

  /******************** DESKTOP ******************/

  .block_grid-b .item-form:nth-of-type(3) {
    grid-area: c;
  }

  /******************** DESKTOP ******************/

  .block_grid-b .item-form:nth-of-type(4) {
    grid-area: d;
  }

  /******************** DESKTOP ******************/

  .block_grid-b .item-form:nth-of-type(5) {
    grid-area: e;
  }

  /******************** DESKTOP ******************/

  .form-a label,
  .form-a .span-file-label,
  #box_logotipo_delete span {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    padding: 0 0 6px 0;
    display: block;
    letter-spacing: 0.01em;
    color: #404040;
  }
  
  /******************** DESKTOP ******************/
  
  .form-a .span-file-label {
    padding: 0 0 6px 0;
  }

  /******************** DESKTOP ******************/

  #box_logotipo_delete span {
    display: inline-block;
  }

  /******************** DESKTOP ******************/

  .form-a select {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    /* text-transform: uppercase; */
    padding: 0 0 0 10px;
    margin: 0 0 13px 0;
    background-color: #e2f0de;
    border: none;
    outline: none;
  }

  /******************** DESKTOP ******************/

  .form-a .inputbox.text,
  #user_password,
  #user_password_edicao,
  #user_password2,
  #user_password2_edicao,
  .form-a .inputbox[type="password"],
  .form-a textarea#empresa_descricao {
    display: block;
    width: 100%;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    border: none;
    outline: none;
    box-sizing: border-box;
    background-color: #e2f0de;
  }

  /******************** DESKTOP ******************/

  .form-a .inputbox.text,
  #user_password,
  #user_password_edicao,
  #user_password2,
  #user_password2_edicao,
  .form-a .inputbox[type="password"] {
    height: 42px;
    padding: 0 0 0 12px;
  }

  /******************** DESKTOP ******************/

  .form-a textarea#empresa_descricao
  {
    height: 90px;
    padding:10px;
  }
  
  .form-a textarea#produto_descricao {
    height: 170px;
    padding:10px;
  }

  /******************** DESKTOP ******************/

  .form-a .clear-logo {
    border: none;
    outline: none;
    background-color: #7d8f67;
    width: 31px;
    height: 31px;
    border-radius: 9px;
    color: white;
    text-align: center;
  }

  /******************** DESKTOP ******************/

  .form-a .clear-logo:hover {
    cursor: pointer;
  }

  /******************** DESKTOP ******************/

  .form-a button.button.btn {
    background-color: #4b813e;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding: 10px 50px 12px 50px;
    border: none;
    outline: none;
    min-width: 198px;
  }

  /******************** DESKTOP ******************/

  .form-a button.button.btn:hover {
    cursor: pointer;
    background-color: #37652c;
  }

  /******************** DESKTOP ******************/

  .form-a .box_file-upload-btn {
    width: 100%;
    height: 46px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    border: none;
    outline: none;
    box-sizing: border-box;
    background-color: #f1fbee;
    display: flex;
    justify-content: space-between;
    border: 2px solid #e2f0de;
    padding: 5px 5px 5px 5px;
    background-color: #e2f0de;
  }

  /******************** DESKTOP ******************/

  .preview-box {
    margin: 0;
    background-color: #e2f0de;
    padding: 11px;
  }

  /******************** DESKTOP ******************/

  .preview-image {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 208px;
  }

  /******************** DESKTOP ******************/

  label.file-upload-btn {
    background-color: #5fa64e;
    text-align: center;
    color: white;
    padding: 4px 0 0 0;
    height: 27px;
    width: 30%;
    max-width: 175px;
  }

  /******************** DESKTOP ******************/

  label.file-upload-btn:hover {
    background-color: #4b813e;
    cursor: pointer;
  }

  /******************** DESKTOP ******************/

  .form-a .file-text {
    padding: 6px 0 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 63%;
  }

  /******************** DESKTOP ******************/

  .form-a .input-file {
    display: none;
  }

  /******************** DESKTOP ******************/

  .form-criar-conta .block_itens-form {
    max-width: 520px;
    box-sizing: border-box;
    padding: 26px 0 18px 0px;
    margin: 0px auto;
  }

  /******************** DESKTOP ******************/

  .form-criar-conta .item-form {
    max-width: 320px;
    margin: 6px auto 19px auto;
  }

  .box_deletefield {
    max-width: 320px;
    margin: 6px auto 19px auto;
  }

  /******************** DESKTOP ******************/

  /********* Cadastrar Negocio *** D ******** FIM *****/
  /********* Cadastrar Negocio *** D ******** FIM *****/
  /********* Cadastrar Negocio *** D ******** FIM *****/
  /********* Cadastrar Negocio *** D ******** FIM *****/

  /* XXXXXXXXXXX */

  /********* Publicar Anuncio *** D ******* INICIO *****/
  /********* Publicar Anuncio *** D ******* INICIO *****/

  /******************** DESKTOP ******************/
  
    /*********** ANUNCIAR PRODUTO ** Field X **************/
  /*********** ANUNCIAR PRODUTO ** Field X **************/  
  
  /******************** DESKTOP ******************/
  
  div.adminformlist {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

  div.collection-group-wrap {
    display: flex;
    border: none;
    justify-content: space-between;
    height: unset;
    min-height: 68px;
    background-color: #e2f0de;
    padding: 10px;
    flex-direction: column;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-wrap img {
    width: 161px;
    padding: 0 0 5px 5px;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-form {
    margin: 0 0 6px 0px;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-button {
    width: 100%;
    justify-content: flex-start;
    padding: 0 !important;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-button .button-drag {
    display: none;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-button > * {
    height: 27px;
    max-width: 44px;
  }
  /******************** DESKTOP ******************/
  div.collection-group-button .clear-button {
    height: 27px;
    max-width: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-wrap > :nth-child(1) {
    flex: 1;
  }
  /******************** DESKTOP ******************/
  
  div.collection-group-wrap > :nth-child(2) {
    flex: 1;
  }
  /******************** DESKTOP ******************/
  
  .form-a .form_produto-fotos {
    border-top: solid 1px #beccba;
    padding: 10px 0 0 0;
    margin-top: 26px;
  }
/*  
  div.collection-group-button .button-del span,
  #menu-desktop .mod-menu li {
    display: block;
    margin: 0 0 23px 0;
  } 
  */
  
  /******************** DESKTOP ******************/

  /********* Publicar Anuncio *** D ******** FIM *****/
  /********* Publicar Anuncio *** D ******** FIM *****/

  /* XXXXXXXXXXX */

  /********* Menu Hamburguer *** D ******* INICIO *****/
  /********* Menu Hamburguer *** D ******* INICIO *****/


  /******************** DESKTOP ******************/

  #menu-desktop .mod-menu li a {
    color: #414440;
    font-size: 19px;
    font-weight: 600;
    line-height: 130%;
    display: inline-block;
    padding: 10px 12px 9px 12px;
  }

  /******************** DESKTOP ******************/

  #menu-desktop .mod-menu li a:hover {
    background-color: #b4eea2;
    border-radius: 8px;
  }

  /******************** DESKTOP ******************/
  .menu-icon,
  .check-button {
    cursor: pointer;
  }

  /******************** DESKTOP ******************/

  .menu-icon .bar1,
  .menu-icon .bar2,
  .menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
  }

  /******************** DESKTOP ******************/

  .menu-icon,
  .check-button {
    display: block;
  }

  /******************** DESKTOP ******************/

  .check-button {
    border: none;
    background: transparent;
    height: 100%;
    float: right;
  }

  /******************** DESKTOP ******************/

  .main-menu ul {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 70px);
    box-sizing: border-box;
    background: #e2f0de;
    left: -100vw;
    text-align: left;
    text-transform: uppercase;
    /* transition: all cubic-bezier(0.79, 0.14, 0.15, 0.86) 0.5s; */
    transition: opacity cubic-bezier(0.79, 0.14, 0.15, 0.86) 0.5s;
    opacity: 0;
    padding: 27px 0 0 0;
    margin: 0;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
    z-index: 9999;
  }

  /******************** DESKTOP ******************/

  .main-menu ul:not(.sub-menu) {
    top: 70px;
  }

  /******************** DESKTOP ******************/

  .main-menu ul li {
    display: block;
    margin: 20px 0;
    line-height: 30px;
  }

  /******************** DESKTOP ******************/

  .main-menu ul li a {
    color: #3a5633;
    letter-spacing: 0.03em;
  }

  /******************** DESKTOP ******************/

  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    margin-left: 30px;
    display: block;
    width: auto;
  }

  /******************** DESKTOP ******************/

  .main-menu ul.sub-menu a {
    color: var(--wpdevs-gray1);
  }

  /******************** DESKTOP ******************/

  .show-dropdown {
    left: 0 !important;
    opacity: 1 !important;
  }

  /******************** DESKTOP ******************/

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  /******************** DESKTOP ******************/

  .animate-button .bar2 {
    opacity: 0;
  }

  /******************** DESKTOP ******************/

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  /********* Menu Hamburguer *** D ******* FIM *****/
  /********* Menu Hamburguer *** D ******* FIM *****/

  /********* Content ******** D ******* INICIO *****/
  /********* Content ******** D ******* INICIO *****/

  .empresa_content .box_item-empresa {
    width: 90%;
    max-width: 1176px;
  }

  /******************** DESKTOP ******************/
  .empresa_content .box_descricao {
    margin: 14px auto 0 auto;
    width: 90%;
    max-width: 1176px;
  }

  /******************** DESKTOP ******************/

  .empresa_content .box_contatos {
    margin: 42px auto 0 auto;
    width: 90%;
    max-width: 1176px;
    grid-gap: 4px 14px;
    grid-template-areas:
      "a b"
      "c d"
      "e f"
      "g h";
    grid-template-columns: repeat(2, 1fr);
  }

  /******************** DESKTOP ******************/

  .empresa_content .cont_endereco {
    width: 100%;
    font-size: 15px;
  }

  /******************** DESKTOP ******************/

  .box_mapa {
    width: 100%;
  }

  /******************** DESKTOP ******************/

  #container_busca-global input#busca_global,
  #container_busca-global input#busca_produtos {
    padding: 0 0 0 37px;
    border-radius: 20px;
    background-size: auto 60%;
    background-position: 7px center;
    height: 40px;
    width: 70%;
  }

  /******************** DESKTOP ******************/

  #container_busca-global {
    width: 84%;
    max-width: 1158px;
    margin: 11px auto 18px auto;
  }

  /******************** DESKTOP ******************/

  .box_filters {
    width: 84%;
    max-width: 1158px;
    margin: 15px auto;
  }
  /******************** DESKTOP ******************/
  
  /* .box_select-dist .prod_prod_subcat {
   width: 62%;
   } */
 
  /******************** DESKTOP ******************/

  .message-page,
  .com-users-remind__form {
    width: 84%;
    max-width: 1158px;
    margin: 15px auto;
  }

  .com-users-remind__form,
  .message-page {
    padding: 0 25% 0 0;
    box-sizing: border-box;
  }

  .message-page p,
  .com-users-remind__form p {
    margin: 0 0 19px 0;
    line-height: 151%;
  }

  .message-page nav {
    margin: 23px 0 0 0;
  }

  .message-page li {
    margin: 0 0 11px 0;
  }

  .message-page li a:hover {
    text-decoration: underline;
  }

  /******************** DESKTOP ******************/

  .box_h1 {
    width: 90%;
    max-width: 1176px;
    margin: 40px auto 40px auto;
  }

  /******************** DESKTOP ******************/

  .form-a .box_h1 {
    width: 100%;
  }

  /******************** DESKTOP ******************/

  #meus-itens .box_h1 {
    margin: 40px auto 22px auto;
  }

  /******************** DESKTOP ******************/

  .meus-itens li {
    font-size: 19px;
  }

  /******************** DESKTOP ******************/

  .box_h1-usuario {
    max-width: 520px;
  }

  /******************** DESKTOP ******************/

  .cck_page_items ul, .meus-itens ul {
    width: 90%;
    max-width: 1176px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /******************** DESKTOP ******************/

  .empresa_content .cont_localiz {
    width: 90%;
    max-width:1176px;
    margin: 43px auto;
    padding: 10px 28px 28px 28px;
  }

  /******************** DESKTOP ******************/

  .empresa_content {
    padding: 10px 0 0 0px;
  }

  /******************** DESKTOP ******************/

  .login-form input[type="text"],
  .login-form input[type="password"] {
    height: 42px;
    padding: 0 0 0 12px;
    display: block;
    width: 100%;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    border: none;
    outline: none;
    box-sizing: border-box;
    background-color: #e2f0de;
    max-width: 320px;
    margin: 6px auto 19px auto;
  }

  /******************** DESKTOP ******************/

  .login-form .box_checkbox {
    display: flex;
    align-items: center;
  }

  /******************** DESKTOP ******************/

  .login-form .box_checkbox,
  .login-form .box_submit,
  .login-form .links-alternativos {
    max-width: 320px;
    margin: 6px auto 19px auto;
  }

  /******************** DESKTOP ******************/

  .login-form input[type="checkbox"] {
    height: 17px;
    width: 17px;
    margin: 0 8px 0 0;
  }

  /******************** DESKTOP ******************/

  .login-form label[for="form-login-input-remember-115"]:hover,
  .login-form input[type="checkbox"]:hover {
    cursor: pointer;
  }

  /******************** DESKTOP ******************/

  .login-form button[type="submit"] {
    background-color: #4b813e;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding: 10px 50px 12px 50px;
    border: none;
    outline: none;
    min-width: 152px;
  }

  /******************** DESKTOP ******************/

  .login-form button[type="submit"]:hover {
    cursor: pointer;
    background-color: #37652c;
  }

  /******************** DESKTOP ******************/

  .links-alternativos a:hover {
    text-decoration: underline;
  }

  /******************** DESKTOP ******************/

  .footer {
    background-color: #77a06d;
    font-family: "Open Sans", sans-serif;
    padding: 24px 0 64px 0;
    font-size: 14px;
    color: white;
    margin-top: 58px;
    font-weight: 300;
    letter-spacing: 0.02em;
  }

  /******************** DESKTOP ******************/
  .footer > div {
    margin: 0 auto;
    width: 90%;
    max-width: 1176px;
  }

  /******************** DESKTOP ******************/

  .footer p {
    margin: 0 0 0 0;
  }

  /******************** DESKTOP ******************/
  .footer h3 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 16px;
  }

  /******************** DESKTOP ******************/

  .footer .footer-rights,
  .footer .footer-whats {
    margin: 9px 0 0 0;
  }

  /******************** DESKTOP ******************/
  .footer .footer-whats {
    letter-spacing: 0.1em;
  }

  /******************** DESKTOP ******************/
  .box_back-button {
    width: 90%;
    max-width: 1176px;
    margin: 0 auto 15px auto;
  }

  /******************** DESKTOP ******************/

  .back-button {
    display: block;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    cursor: pointer;
    background: url("/tudonoipiranga/templates/guiacomercial/images/seta_back.svg")
      no-repeat center / 70%;
    background-color: #d9ecd4;
  }

  /******************** DESKTOP ******************/

  .back-button:hover {
    background-color: #cde1c7;
  }

  /******************** DESKTOP ******************/

  ul.pagination {
    justify-content: center;
  }
  /******************** DESKTOP ******************/
  
  /******** PRODUTOS ITEM ***** INICIO ********/
  /******** PRODUTOS ITEM ***** INICIO ********/
  /******** PRODUTOS ITEM ***** INICIO ********/

  /*********** DESKTOP ******************/

    .cck_page_items ul.produtos_itens {
        max-width: 1100px;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px; 
        }
  /*********** DESKTOP ******************/
  
    .cck_page_items ul.produtos_itens li {
        background-color: #edede8;
        padding: 0 0 18px 0px;
    }
  /*********** DESKTOP ******************/
  
    .block_produto-item .box_nome {
        font-size: 17.5px;
        padding: 2px 14px 0 14px;
    }
  /*********** DESKTOP ******************/
  
  .block_produto-item .box_preco {
    font-size: 25px;
    padding: 0 14px 0 14px;
    }
   .block_produto-item .box_descricao {
    font-size: 15px;
    padding: 8px 14px 0px 14px;
    }

/* XXXXXXXXXXXXX PRODUTO CONTENT * DESKTOP * INICIO XXXXXXXXXXX */

   .produto_content .box_nome-whats {
        margin: 0px auto 27px auto;
        width: 80%;
        max-width: 1176px;
    }
  /*********** DESKTOP ******************/
  
    .block_produto-cont {
        display: flex;
        align-items: flex-start;
        width: 80%;
        max-width: 1176px;
        margin: 0px auto 48px auto;
        align-items: stretch;
    }
    
    .block_produto-cont .box_info {
       padding: 0px 54px 0px 28px;
       flex: 1;
    }
    
/* XXXXXXXXXXXXX PRODUTO CONTENT * DESKTOP * FIM XXXXXXXXXXXXXX */
    
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

@media (max-width: 1189px) {
  /******************** PORTRAIT ******************/
  
    .documento h1 { 
        margin: 0 0 13px 0;
        font-size: 18px;
        max-width: 261px;
        }
        
    .documento h2 { 
        font-size: 16px;
        margin: 0 0 11px 0px;
        }

    .block_top-bar {
        width: calc(100vw - 48px);
        max-width: 700px;
        flex-direction: column;
        justify-content: center;
    }

  /******************** Mobile ******************/

  .container_top-bar a.logo-link {
    width: 34%;
  }

  /******************** Mobile ******************/

  .container_top-bar-shop .top-menu-mobile {
    display: flex;
    width: 52%;
    max-width: 204px;
  }

  /******************** Mobile ******************/

  .top-menu-mobile a img {
    width: 84%;
    /* max-height: 35px; */
  }

  /******************** Mobile ******************/

  .click-feedback img {
    transition: opacity 0.2s ease;
    opacity: 1;
    transform: scale(1);
  }

  /******************** Mobile ******************/

  .click-feedback:active img {
    opacity: 0.8;
    transform: scale(0.95);
  }

  /******************** Mobile ******************/

  .top-menu-mobile a svg {
    width: 70%;
    max-height: 43px;
    fill: #bfd0ba;
    margin: 0 auto;
  }

  /******************** Mobile ******************/

  .top-menu-mobile a:focus svg {
    fill: #d6b19f;
  }

  /******************** Mobile ******************/

  .top-menu-mobile > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    width: 33%;
    align-items: center;
  }
  
  .main-menu {
     align-items: flex-end;
  }

  /******************** Mobile ******************/

  .top-menu-mobile .item-a,
  .top-menu-mobile .item-b {
    width: 100%;
    max-width: 57px;
    display: flex;
    align-items: center;
    height: 63px;
    justify-content: center;
  }
  
  /******************** Mobile ******************/
  
.regiao-condom_desktop {
    display:none;
}

  /******************** Mobile ******************/

  .top-menu-mobile a:nth-child(2) {
    visibility: hidden;
    pointer-events: none;
  }

  /******************** Mobile ******************/

  .container_top-bar-shop {
    background-color: #1c3b15;
  }

  /******************** Mobile ******************/

  .container_top-bar-shop .block_top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }

  /******************** Mobile ******************/

  .container_top-bar-shop a.logo-link {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

.block_nome-whats {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 999;
}
  
   /******************** Mobile ******************/ 
   
   .produto_content .box_nome-whats {
        margin: 0px auto 27px auto;
    }

  /******************** Mobile ******************/

  /******* Menu Hamburguer *** Mobile ******* INICIO *****/
  /******* Menu Hamburguer *** Mobile ******* INICIO *****/
  /******* Menu Hamburguer *** Mobile ******* INICIO *****/
  /******* Menu Hamburguer *** Mobile ******* INICIO *****/

  /******************** Mobile ******************/
  .menu-icon,
  .check-button {
    cursor: pointer;
    /* display: none; */
  }

  /******************** Mobile ******************/
  .menu-icon .bar1,
  .menu-icon .bar2,
  .menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: white;
    margin: 5px auto;
    transition: 0.4s;
  }

  /******************** Mobile ******************/
  .menu-icon,
  .check-button {
    display: block;
  }

  /******************** Mobile ******************/
  .check-button {
    border: none;
    background: transparent;
    height: 100%;
    float: right;
  }

  /******************** Mobile ******************/
  .main-menu ul {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 70px);
    box-sizing: border-box;
    background: #e2f0de;
    left: -100vw;
    text-align: left;
    text-transform: uppercase;
    transition: all cubic-bezier(0.79, 0.14, 0.15, 0.86) 0.5s;
    padding: 12px 0 0 0;
    margin: 0;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }

  /******************** Mobile ******************/

  .main-menu ul:not(.sub-menu) {
    top: 70px;
  }

  /******************** Mobile ******************/

  .main-menu ul li {
    display: block;
    margin: 20px 0;
    line-height: 30px;
  }

  /******************** Mobile ******************/

  .main-menu ul li a {
    color: #3a5633;
    letter-spacing: 0.03em;
  }

  /******************** Mobile ******************/

  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    margin-left: 30px;
    display: block;
    width: auto;
  }

  /******************** Mobile ******************/

  .main-menu ul.sub-menu a {
    color: var(--wpdevs-gray1);
  }

  /******************** Mobile ******************/

  .show-dropdown {
    left: 0 !important;
  }

  /******************** Mobile ******************/

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  /******************** Mobile ******************/

  .animate-button .bar2 {
    opacity: 0;
  }

  /******************** Mobile ******************/

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  /******************** Mobile ******************/

  /******* Menu Hamburguer *** Mobile ******* FIM *****/
  /******* Menu Hamburguer *** Mobile ******* FIM *****/
  /******* Menu Hamburguer *** Mobile ******* FIM *****/
  /******* Menu Hamburguer *** Mobile ******* FIM *****/

  /************* PORTRAIT ******************/

  #container_busca-global {
    width: calc(100vw - 26px);
    max-width: 700px;
    margin: 0 auto;
    padding: 7px 0 20px 0px;
  }

  /************* PORTRAIT ******************/

  #container_busca-global input#busca_global,
  #container_busca-global input#busca_produtos {
    width: 100%;
    height: 50px;
    margin: 0px 0 0 0;
    border-radius: 25px;
    padding: 0 0 0 44px;
    background-size: auto 52%;
    background-position: 10px center;
  }

  /************* PORTRAIT ******************/

  .box_select-dist li {
    border: none;
  }

  /************* PORTRAIT ******************/

  .box_select-dist li a {
    padding: 11px 0px 11px 0px;
    font-size: 16px;
  }

  /************* PORTRAIT ******************/

  #main {
    padding: 70px 0 0 0;
    min-height: calc(100vh - 313px);
  }

  /************* PORTRAIT ******************/
  .box_filters {
    display: block;
    background-color: unset;
    width: calc(100vw - 30px);
    max-width: 700px;
    padding: 0;
    margin: 0px auto 27px auto;
  }

  /************* PORTRAIT ******************/

  .label_bairro {
    display: none;
  }

  /************* PORTRAIT ******************/

  .box_cat-select,
  .box_bairro-select,
  .box_subcat-select {
    padding: 0;
    height: 48px;
    background-color: unset;
    background-color: #ceeac9;
  }

  /************* PORTRAIT ******************/

  .box_subcat-select {
    background-color: #e3eed0;
  }

  /************* PORTRAIT ******************/

  .box_bairro-select {
    margin: 5px 0 0 0;
    background-color: #e3eed0;
  }

  /************* PORTRAIT ******************/

  .box_h1 {
    width: calc(100vw - 30px);
    max-width: 700px;
    margin: 17px auto 22px auto;
  }
  /************* PORTRAIT ******************/ 
  
  #home .box_h1,
  #condominio .box_h1 {
    margin: 17px auto 10px auto;
  }

  /************* PORTRAIT ******************/

  .box_h1-reset {
    margin-bottom: 23px;
  }

  /************* PORTRAIT ******************/

  h1 {
    font-size: 17px;
    padding: 0 9px 0 9px;
  }

  /************* PORTRAIT ******************/

  .box_cat-select select,
  .box_subcat-select select,
  .box_bairro-select select {
    width: 100%;
    height: 48px;
    top: 0;
    right: 0;
    font-size: 16px;
    background-color: unset;
  }

  /************* PORTRAIT ******************/

  .box_select-cats,
  .box_select-dist {
    width: 100%;
  }

  /************* PORTRAIT ******************/

  .box_select-cats {
    margin: 0 0 14px 0;
  }

  /************* PORTRAIT ******************/

  .box_select-dist {
    width: 100%;
  }

  /************* PORTRAIT ******************/

  .box_select-dist li:nth-child(1) {
    grid-column: span 5;
  }
  /************* PORTRAIT ******************/

  .box_prod_cat li:nth-child(1) {
    grid-column: span 2;
  }

  /************* PORTRAIT ******************/

  .box_select-dist li:nth-child(2) {
    grid-column: span 3;
  }
  /************* PORTRAIT ******************/

  .box_prod_cat li:nth-child(2) {
    grid-column: span 3;
  }

  /************* PORTRAIT ******************/

  .box_select-dist li:nth-child(3) {
    grid-column: span 4;
  }
  /************* PORTRAIT ******************/

  .box_prod_cat li:nth-child(3) {
    grid-column: span 3;
  }
  /************* PORTRAIT ******************/

  .box_select-dist li:nth-child(4) {
    grid-column: span 4;
  }

  /************* PORTRAIT ******************/

  .box_select-dist ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
  }

  /************* PORTRAIT ******************/

  .box_select-dist li:nth-child(4) {
    grid-column: span 4;
  }

  /************* PORTRAIT ******************/

  .cck_page_items ul, .meus-itens ul {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 30px); 
    max-width: 700px; 
    margin: 0 auto;
    gap: 15px;
  }
  
  /************* PORTRAIT ******************/
  
  .meus-itens ul {
    width: 100%;
    max-width: 100%;
  }

  /************* PORTRAIT ******************/
  
  .box_conteudos {
    width: calc(100vw - 30px);
  }

  /************* PORTRAIT ******************/

  .box_item-empresa {
    margin: 0px;
    height: unset;
    padding: 16px 0 16px 18px;
  }

  /************* PORTRAIT ******************/

  .box_logo {
    display: none;
  }

  /************* PORTRAIT ******************/

  .emp-nome-list a {
    font-size: 16px;
    border-bottom: 1px solid #70876b;
  }

  /************* PORTRAIT ******************/

  .box_info p {
    font-size: 14px;
    padding: 0 0 2px 0;
  }

  /************* PORTRAIT ******************/

  h2.emp-nome-list {
    padding: 0 0 10px 0;
    line-height: 79%;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_contatos {
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e"
      "f"
      "g"
      "h";
    grid-template-columns: 1fr;
    grid-gap: 0px;
    width: calc(100vw - 41px);
    max-width: 600px;
    margin: 0 auto;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_item-empresa {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding: 0 0 0 0;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_logo {
    width: 100%;
    display: flex;
    max-width: unset;
    padding: 0 0 10px 0;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_logo img {
    min-width: unset;
    width: 51%;
    max-width: 246px;
    margin: 0 auto;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_info {
    padding: 0;
    width: calc(100vw - 55px);
    max-width: 600px;
    margin: 0 auto 17px auto;
  }

  /************* PORTRAIT ******************/

  .empresa_content h2.emp-nome-list {
    padding: 5px 0 7px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 124%;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_info p {
    padding: 0 0 11px 0;
    font-size: 16px;
  }

  /************* PORTRAIT ******************/

  .empresa_content .label-list {
    display: block;
    font-size: 15px;
    padding: 0 0 1px 0;
  }

  /************* PORTRAIT ******************/

  .empresa_content .box_descricao {
    padding: 14px;
    width: calc(100vw - 43px);
    max-width: 600px;
    margin: 0px auto 14px auto;
    font-size: 17px;
  }

  /************* PORTRAIT ******************/

  .form-a textarea#empresa_descricao,
  .form-a textarea#produto_descricao {
    height: 210px;
    padding: 8px 12px 10px 12px;
  }

  /************* PORTRAIT ******************/

  .empresa_content .cont_endereco {
    max-width: 600px;
    margin: 0 auto;
  }

  /************* PORTRAIT ******************/

  .box_mapa {
    max-width: 800px;
    margin: 0 auto;
    height: calc(100vh * 0.78);
  }

  /************* PORTRAIT ******************/

  .logo {
    max-height: 23%;
  }

  /************* PORTRAIT ******************/

  .form-a .inputbox.text,
  #user_password,
  #user_password_edicao,
  #user_password2,
  #user_password2_edicao,
  .form-a .inputbox[type="password"] {
    height: 48px;
    padding: 0 0 0 12px;
  }

  /************* PORTRAIT ******************/

  .form-a .block_itens-form {
    width: calc(100vw - 40px);
    margin: 0 auto 10px auto;
    max-width: 700px;
    /* border: solid 1px #beccba; */
    /* padding: 7px 9px 7px 9px; */
  }

  /************* PORTRAIT ******************/

  .form-a .item-form {
    margin: 6px auto 19px auto;
    /* width: calc(100vw - 40px); */
  }

  /************* PORTRAIT ******************/

  .form-a .item-form_prod {
    margin: 6px auto 30px auto;
  }

  /************* PORTRAIT ******************/

  .form-a .item-form-logo {
    background-color: #e2f0de;
    padding: 10px;
    box-sizing: border-box;
  }

  /************* PORTRAIT ******************/

  .form-a .box_file-upload-btn {
    height: unset;
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    background-color: #e2f0de;
  }

  /************* PORTRAIT ******************/
  .block_submit {
    width: calc(100vw - 40px);
    margin: 0 auto;
    max-width: 700px;
  }

  /************* PORTRAIT ******************/
  label.file-upload-btn {
    width: 100%;
    max-width: unset;
    padding: 13px 0 14px 0;
    height: unset;
    grid-column: span 9;
  }

  /************* PORTRAIT ******************/

  .form-a .file-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px 0 8px 0;
    grid-column: span 8;
  }

  /************* PORTRAIT ******************/

  .form-a .clear-logo {
    grid-column: span 1;
  }

  /************* PORTRAIT ******************/

  .preview-box {
    background-color: #e2f0de;
    margin: 13px 0 20px 0;
  }

  /************* PORTRAIT ******************/

  .preview-image {
    width: auto;
    max-width: 100%;
    max-height: 260px;
    margin: 10px auto 0 auto;
    display: block;
  }

  /************* PORTRAIT ******************/

  .login-block {
    width: calc(100vw - 40px);
    max-width: 340px;
    margin: 12px auto 0 auto;
    border: none;
    padding: 0;
  }

  .login-block .box_h1 {
    width: 100%;
    max-width: unset;
    margin: 0 0 14px 0;
  }

  /************* PORTRAIT ******************/

  .login-form input[type="text"],
  .login-form input[type="password"],
  .login-form input[type="email"] {
    height: 48px;
    max-width: 100%;
  }

  /************* PORTRAIT ******************/

  .com-users-reset__form legend {
    margin-bottom: 25px;
  }

  /************* PORTRAIT ******************/

  .com-users-reset__form input[type="email"] {
    margin-bottom: 34px;
  }

  /************* PORTRAIT ******************/
  .login-form .box_checkbox,
  .login-form .box_submit,
  .login-form .links-alternativos {
    max-width: 100%;
  }

  /************* PORTRAIT ******************/

  .login-erro .password-group .input-group {
    max-width: unset;
  }

  /************* PORTRAIT ******************/

  .login-form .box_mostrar,
  .form-criar-conta .box_mostrar {
    max-width: unset;
  }

  /************* PORTRAIT ******************/

  .login-form label {
    max-width: unset;
  }

  /************* PORTRAIT ******************/
  .box_h1.entrar {
    max-width: unset;
    margin-bottom: 28px;
  }

  /************* PORTRAIT ******************/

  .login-erro .com-users-login__submit {
    max-width: unset;
  }

  /************* PORTRAIT ******************/
  .empresa_content .box_contatos img {
    width: 28px;
    padding: 6px 11px 0 0;
  }

  .empresa_content .box_contatos .tel-icon {
    width: 26px;
  }

  .empresa_content .box_contatos .in-icon {
    width: 26px;
  }

  /************* PORTRAIT ******************/
  .empresa_content .box_contatos a {
    font-size: 17px;
  }

  /************* PORTRAIT ******************/

  .standard-block,
  .no-result {
    width: calc(100vw - 40px);
    max-width: 700px;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    font-size: 15px;
    line-height: 150%;
  }

  .standard-block p {
    margin: 0 auto 15px auto;
  }

  .standard-block h3 {
    margin: 30px auto 18px auto;
  }

  .no-result {
    padding: 0 0px 5px 8px;
    width: unset;
  }

  /************* PORTRAIT ******************/

  .box_back-button {
    width: calc(100vw - 14px);
    max-width: 700px;
    margin: 5px auto 2px auto;
  }

  /************* PORTRAIT ******************/

  .back-button {
    display: block;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    cursor: pointer;
    background: url("/tudonoipiranga/templates/guiacomercial/images/seta_back.svg")
      no-repeat center / 70%;
    background-color: #d9ecd4;
  }

  /************* PORTRAIT ******************/

  .message-page,
  .com-users-remind__form {
    width: calc(100vw - 40px);
    max-width: 700px;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    line-height: 150%;
  }

  /************* PORTRAIT ******************/

  .message-page p,
  .com-users-remind__form p {
    margin: 0 0 19px 0;
    line-height: 151%;
  }

  .message-page li {
    margin: 0 0 10px 0;
  }

  /************* PORTRAIT ******************/

  .message-page h3 {
    margin: 0 auto 14px auto;
    font-size: 16px;
  }

  /************* PORTRAIT ******************/

  .form-a button.button.btn {
    min-width: unset;
  }

  /************* PORTRAIT ******************/

  .box_deletefield {
    width: calc(100vw - 40px);
    margin: 49px auto 10px auto;
    max-width: 700px;
  }
  /************* PORTRAIT ******************/
  

  /*********** ANUNCIAR PRODUTO ** Field X **************/
  /*********** ANUNCIAR PRODUTO ** Field X **************/ 
  

  .form-a .form_produto-fotos {
    border-top: solid 1px #beccba;
    padding: 10px 0 0 0;
    margin-top: 30px;  
  }
  /************* PORTRAIT ******************/  
  
   .form_produto-fotos .box_label {
        display: flex;
        justify-content: center;
        margin: -21px 0 4px 0;
    }
  /************* PORTRAIT ******************/  

    .form_produto-fotos label.label-fotos {
        background-color: #f1fbee;
        padding: 0 6px 6px 6px;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    }
  /************* PORTRAIT ******************/  
  
    div.collection-group-wrap {
    display: flex;
    border: none;
    justify-content: space-between;
    height: unset;
    min-height: 68px;
    background-color: #e2f0de;
    padding: 10px;
    flex-direction: column;
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-wrap img {
    width: 161px;
    padding: 0 0 5px 5px;
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-form {
    margin: 0 0 6px 0px;
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-button {
    width: 100%;
    justify-content: flex-start;
    padding: 0 !important;
    
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-button .button-drag {
    display: none;
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-button > * {
    height: 27px;
    max-width: 44px;
  }
  /************* PORTRAIT ******************/
  div.collection-group-button .clear-button {
    height: 27px;
    max-width: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-wrap > :nth-child(1) {
    flex: 1;
  }
  /************* PORTRAIT ******************/
  
  div.collection-group-wrap > :nth-child(2) {
    flex: 1;
  }
  /************* PORTRAIT ******************/
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

li.item-111,
li.item-115,
li.item-116,
li.item-117,
li.item-120,
li.item-125,
li.item-126,
li.item-132 {
  display: none !important;
}

.invisivel {
  visibility: hidden;
  pointer-events: none;
}

.display-none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
  height: 1px !important;
}

.greenPopup.ajaxed {
  display: none !important;
}
