/************************************/
/* PAGE TITLE */
/************************************/

#pageTitle {
  padding: 2vh 0;
  background: var(--baseLinkColor);
}

#pageTitle .titleMainLi {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 80px);
}

#pageTitle .icon {
  color: #fff;
  padding: 0 10px 0 0;
  display: inline-block;
}

#pageTitle .title {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

#pageTitle .pageTitleLi {
  display: inline-block;
  padding: 0 5px 0 0;
}

#pageTitle .pageTitleLi::before {
  content: "//";
  color: #fff;
  display: inline-block;
  padding: 0 5px 0 0;
}

#pageTitle .pageTitleLi:first-child::before {
  content: "";
  padding: 0;
}

#pageTitle .pageTitleLink {
  color: #fff;
  display: inline-block;
}

/************************************/
/* END PAGE TITLE */
/************************************/

/************************************/
/* FILTROS */
/************************************/

#filtros {
  padding: 1vh 0;
  background: #7491b0;
}

#filtros .fsDropDown {
  margin: 0 5px 0 0;
  width: calc(100% - 90px);
  max-width: 400px;
  display: inline-block;
}

/************************************/
/* END FILTROS */
/************************************/

/************************************/
/* LISTAGEM */
/************************************/

#listagem .sectionTitle {
  text-align: center;
  padding: 0 0 20px 0;
}

#listagem .listagemLi {
  display: inline-block;
  width: 16.66%;
  padding: 5px;
}

#listagem .produtoNome {
  color: var(--baseLinkColor);
}

#listagem .listagemMais {
  max-width: 600px;
  margin: 20px auto 0 auto;
  display: block;
  text-align: center;
  position: relative;
}

#listagem .listagemMais::after {
  content: "\e813";
  font-family: "icomoon";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1400px) {
  #listagem .listagemLi {
    width: 20%;
  }
}

@media (max-width: 1000px) {
  #listagem .listagemLi {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #listagem .listagemLi {
    width: 100%;
  }
}

/************************************/
/* END LISTAGEM */
/************************************/

/************************************/
/* DETALHE PRODUTO */
/************************************/

#detalheProduto .detalhesProdutoLi {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 20px;
  vertical-align: middle;
  position: relative;
}


#detalheProduto .detalhesProdutoLi:first-child {
  padding: 30px;
  border: 1px solid #ccc;
}

#detalheProduto .detalhesProdutoLi:last-child {
  width: 100%;
  padding: 10px;
  margin: 30px 0;
  border: 1px solid #ccc;
}

#detalheProduto .tecnico {
  padding: 0 0 30px 0;
}

#detalheProduto .sectionTitle {
  padding: 0 0 20px 0;
  font-weight: 700;
}

#detalheProduto .listagemLi {
  display: inline-block;
  width: 16.66%;
  padding: 5px;
}

#detalheProduto .produtoNome {
  color: var(--baseLinkColor);
}

#detalheProduto .detalheProdutoImg {
  width: 100%;
  height: 30vw;
  max-height: 490px;
}

#detalheProduto .slickNavUl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

#detalheProduto .slickNavLi {
  float: left;
}

#detalheProduto .slickNavLi:last-child {
  float: right;
}

#detalheProduto .icon {
  padding: 10px;
  cursor: pointer;
}

#detalheProduto .detalheProdutoTitle {
  padding: 10px 0;
  font-weight: 300;
}

#detalheProduto .col2 > li {
  vertical-align: middle;
}

#detalheProduto .col2 > li:last-child {
  text-align: right;
}

#detalheProduto .fsInput, #detalheProduto .fsDropDown {
  margin: 0 5px 0 0;
  max-width: 30%;
  display: inline-block;
}

#detalheProduto .optionsClass {
  max-width: 66%;
}

#detalheProduto .ctaLi {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

#detalheProduto .bold {
  font-weight: 700;
}

#detalheProduto .detalheProdutoExtra {
  padding: 20px 0 0 0;
}

@media (max-width: 1400px) {
  #detalheProduto .listagemLi {
    width: 20%;
  }
}

@media (max-width: 1000px) {
  #detalheProduto .listagemLi {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #detalheProduto .listagemLi {
    width: 100%;
  }

  #detalheProduto .detalhesProdutoLi {
    width: 100%;
    padding: 20px 0;
  }

  #detalheProduto .detalhesProdutoLi:first-child {
    padding: 10px;
  }

  #detalheProduto .detalhesProdutoLi:last-child {
    margin: 20px 0;
  }

  #detalheProduto .detalheProdutoImg {
    height: 62vw;
  }

  #detalheProduto .slickNavUl {
    display: none;
  }

  #detalheProduto .col2 > li {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  #detalheProduto .col2 > li:last-child {
    text-align: center;
    padding: 10px 0 0 0;
  }

  #detalheProduto .fsInput, #detalheProduto .fsDropDown {
    margin: 0 0 10px 0;
    max-width: 100%;
  }

  #detalheProduto .ctaLi:first-child {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }

  #detalheProduto .ctaRed {
    width: 100%;
    margin: 0;
  }
}

/************************************/
/* END DETALHE PRODUTO */
/************************************/

/************************************/
/* FAVORITOS */
/************************************/

#favoritos .favoritosUl {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
}

#favoritos .favoritosUl.head {
  border-top: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: 700;
}

#favoritos .favoritosLi {
  display: inline-block;
  width: calc(17% - 10px);
  text-align: right;
  vertical-align: middle;
}

#favoritos .favoritosLi:first-child {
  width: calc(49% - 10px);
  text-align: left;
}

#favoritos .favoritosLi:nth-child(2) {
  text-align: center;
}

#favoritos .favoritosLi:last-child {
  width: 40px;
}

#favoritos .centerImg {
  max-width: 240px;
  max-height: 180px;
  min-width: 120px;
  min-height: 90px;
  display: inline-block;
  vertical-align: middle;
}

#favoritos .fsInput {
  margin: 0;
  text-align: center;
}

#favoritos .icon-close {
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
}

#favoritos .favoritosInfo {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
  max-width: calc(100% - 16vw);
}

#favoritos .link {
  font-weight: 700;
}

#favoritos .totaisDiv {
  text-align: right;
  padding: 20px 0 0 0;
}

#favoritos .totaisNome {
  display: inline-block;
  padding: 0 0 0 5vw;
  vertical-align: top;
}

#favoritos .total {
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0 0 0;
}

#favoritos .favoritosNavUl {
  padding: 20px 0 0 0;
}

#favoritos .favoritosNavLi {
  display: inline-block;
  width: 50%;
}

#favoritos .favoritosNavLi:last-child {
  text-align: right;
}

#favoritos .ctaRed {
  min-width: 300px;
}

#favoritos.noLog .favoritosNavLi .fsInput {
  max-width: 200px;
  display: inline-block;
  text-align: left;
  margin: 0 10px 0 0;
}

#favoritos.noLog .ctaRed {
  min-width: initial;
}

#favoritos.noLog .favoritosLi:first-child {
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  #favoritos .favoritosUl .favoritosLi:first-child {
    width: 100%;
    padding: 0 30px 10px 0;
  }

  #favoritos .favoritosUl.head .favoritosLi:first-child {
    display: none;
  }

  #favoritos .favoritosLi {
    width: 33%;
    text-align: right;
  }

  #favoritos .favoritosLi:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }

  #favoritos .favoritosLi:nth-child(2) {
    text-align: left;
  }

  #favoritos .centerImg {
    vertical-align: top;
  }

  #favoritos .favoritosInfo {
    vertical-align: top;
    max-width: calc(100% - 30vw);
  }

  #favoritos .ctaRed {
    min-width: initial;
  }

  #favoritos.noLog .favoritosUl.head .favoritosLi:first-child {
    display: inline-block;
    width: 100%;
    padding: 0;
  }

  #favoritos.noLog .favoritosUl.head .favoritosLi:not(:first-child) {
    display: none;
  }

  #favoritos.noLog .favoritosNavLi:last-child {
    text-align: center;
  }

  #favoritos.noLog .favoritosNavLi {
    width: 100%;
    padding: 5px 0;
  }

  #favoritos.noLog .favoritosNavLi .fsInput {
    max-width: initial;
    margin: 0 10px 10px 0;
  }

  #favoritos.noLog .favoritosNavLi .ctaRed {
    width: 100%;
  }
}

/************************************/
/* END FAVORITOS */
/************************************/

/************************************/
/* FAVORITOS DADOS */
/************************************/

#favoritosDados .formStyle {
  max-width: 720px;
  margin: auto;
}

#favoritosDados .formSubmit li:last-child {
  text-align: right;
}

#favoritosDados .ctaRed {
  width: 100%;
}

/************************************/
/* END FAVORITOS DADOS */
/************************************/

/************************************/
/* FAVORITOS CONFIRMACAO */
/************************************/

#favoritos.confirmacao .favoritosLi {
  width: 17%;
}

#favoritos.confirmacao .favoritosLi:first-child {
  width: 49%;
}

#favoritos.confirmacao .favoritosLi:last-child {
  display: none;
}

#favoritos.confirmacao .favoritosInfo {
  padding: 0;
}

#favoritos.confirmacao .col2 {
  padding: 20px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#favoritos.confirmacao .col2:last-of-type {
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
}

#favoritos.confirmacao .col2 li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}

#favoritos.confirmacao .siteTitle {
  font-weight: 700;
}

#favoritos.confirmacao .submitConfirmacao {
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  #favoritos.confirmacao .favoritosLi {
    width: 33%;
  }

  #favoritos.confirmacao .favoritosUl .favoritosLi:first-child {
    width: 100%;
    padding: 0 0 10px 0;
  }

  #favoritos.confirmacao .col2 li {
    width: 100%;
  }
}

/************************************/
/* END FAVORITOS CONFIRMACAO */
/************************************/

/************************************/
/* FAVORITOS RESULTADO */
/************************************/

#favoritos.resultado .resultadoInfo {
  text-align: center;
}

#favoritos.resultado .icon {
  font-size: 150px;
}

#favoritos.resultado .icon.icon-sucess {
  color: #609314;
}

#favoritos.resultado .icon.icon-error {
  color: #eb4f30;
}

#favoritos.resultado .bold {
  font-weight: 700;
  padding: 20px 0;
}

/************************************/
/* END FAVORITOS RESULTADO */
/************************************/

/************************************/
/* LOGIN */
/************************************/

#login .formStyle {
  max-width: 500px;
  margin: auto;
}

#login .cta {
  width: 100%;
}

#login .col2 li:last-child {
  text-align: right;
}

@media (max-width:767px) {
  #login .col2 li {
    width: 100%;
    padding: 0;
  }

  #login .col2 li:last-child {
    padding: 10px 0 0 0;
  }
}

/************************************/
/* END LOGIN */
/************************************/

/************************************/
/* REGISTO */
/************************************/

#registo {
  background: var(--baseLinkColor);
  color: #fff;
}

#registo .formStyle {
  max-width: 720px;
  margin: auto;
}

#registo .ctaRed {
  min-width: 300px;
}

@media (max-width:767px) {
  #registo .ctaRed {
    min-width: 100%;
  }
}

/************************************/
/* END REGISTO */
/************************************/

/************************************/
/* AREA PROFISSIONAL */
/************************************/

#areaProfissional {
  padding: 6vh 0 10px 0;
}

#areaProfissional .bold {
  font-weight: 700;
}

#favoritos.profissional .col2 {
  padding: 0;
  margin: 0;
  border-top: none;
}

#favoritos.profissional .cta {
  margin: 10px 0 0 0;
}

#registo.profissional {
  background: none;
  color: #333;
}

#registo.profissional .ctaRed {
  min-width: 100%;
}

@media (max-width:767px) {
  #registo.profissional .ctaRed {
    min-width: 100%;
  }
}

/************************************/
/* END AREA PROFISSIONAL */
/************************************/

/************************************/
/* FILTER */
/************************************/

#filter {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#filter .filterDiv {
  position: relative;
}

#filter .filterLi {
  border-left: 1px solid #ccc;
  display: inline-block;
}

#filter .filterLi:last-child {
  border-right: 1px solid #ccc;
}

#filter .ctaSimple {
  padding: 5px;
  display: block;
}

#filter .filterDrop {
  display: none;
  padding: 7px 0;
  text-transform: uppercase;
  color: var(--baseLinkColor);
  cursor: pointer;
}

#filter .filterDrop:hover {
  color: #333;
}

#filter .filterUl.mobile {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 5;
  width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  display: none;
}

#filter .filterUl.mobile .filterLi {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
}

#filter .filterUl.mobile .filterLi:last-child {
  border-bottom: 1px solid #ccc;
}

#filter .filterUl.mobile .ctaSimple {
  padding: 7px 5px;
}

#filter .filterDrop.mobile {
  display: block;
}

#filter .filterDrop.mobile::after {
  content: "\e813";
  font-family: "icomoon";
  position: absolute;
  right: 4vw;
}

#filter .filterUl.mobile {
    padding: 10px;
}

#filter .filterUl.mobile .filterLi .cta {
    display: block;
}

/************************************/
/* END FILTER */
/************************************/

/************************************/
/* ORDER LIST */
/************************************/

#orderList {
  padding: 3vh 0;
}

#orderList .orderListTxt {
  text-align: center;
  padding: 0 0 10px 0;
}

#orderList .orderListCta {
  text-decoration: none;
  display: block;
  position: relative;
}

#orderList .orderListUl {
  border-bottom: 1px solid #ccc;
  color: #333;
}

#orderList .topo {
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  font-weight: 700;
}

#orderList .orderListCta:nth-child(even) .orderListUl {
  background: #f7f7f7;
}

#orderList .orderListLi {
  display: inline-block;
  width: 25%;
  padding: 5px;
}

#orderList .orderListCta:hover > .orderListUl {
  background: #333;
  color: #fff;
}

/************************************/
/* END ORDER LIST */
/************************************/

/************************************/
/* ORDER DETAIL */
/************************************/

#orderList.orderDetail {
  padding: 3vh 0 0 0;
}

/************************************/
/* END ORDER DETAIL */
/************************************/

/************************************/
/* SERVICOS */
/************************************/

#servicos .servicosLink {
  text-align: center;
}

#servicos .servicosUl {
  padding: 20px 0 0 0;
}

#servicos .servicosLi {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
}

#servicos .centerImg {
  width: 100%;
  height: 40vw;
  max-height: 480px;
  margin: 0 0 1vw 0;
}

#servicos .servicosTitle {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px 0;
}

@media (max-width:767px) {
  #servicos .servicosLi {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }

  #servicos .servicosLi:first-child {
    margin: 0;
  }
}

/************************************/
/* END SERVICOS */
/************************************/

/************************************/
/* CATALOGOS */
/************************************/

#catalogosList .catalogosListUl {
  margin: 10px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#catalogosList .catalogosListLi {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

#catalogosList .catalogosListLi:first-child {
  font-size: 20px;
  width: 30px;
  padding: 7px;
}

#catalogosList .catalogosListLi:last-child {
  width: calc(100% - 40px);
  border-left: 1px solid #ccc;
}

/************************************/
/* END CATALOGOS */
/************************************/

/************************************/
/* FAQS */
/************************************/

#faqsList .faqsListUl {
  margin: 10px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#faqsList .faqsListLi {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

#faqsList .faqsListLi:first-child {
  font-size: 20px;
  width: 30px;
  padding: 7px;
}

#faqsList .faqsListLi:last-child {
  width: calc(100% - 40px);
  border-left: 1px solid #ccc;
}

#faqsList .faqsTitle  {
  color: var(--baseLinkColor);
  font-weight: 700;
  cursor: pointer;
}

#faqsList .resposta {
  padding: 20px 0 0 0;
  display: none;
}

/************************************/
/* END FAQS */
/************************************/

/************************************/
/* MARCAS LIST */
/************************************/

#marcasList .thumbsDiv {
  position: relative;
}

#marcasList .slickNavUl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

#marcasList .slickNavLi {
  float: left;
  cursor: pointer;
}

#marcasList .slickNavLi:last-child {
  float: right;
}

#marcasList .icon {
  padding: 10px;
}

#marcasList .slickMarcasThumb {
  width: calc(100% - 80px);
  margin: auto;
}

#marcasList .slickMarcasThumb .centerImg {
  width: 100%;
  height: 11vw;
  max-height: 170px;
}

#marcasList .servicosUl {
  padding: 20px 0 0 0;
}

#marcasList .servicosLi {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
}

#marcasList .servicosTitle {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px 0;
}

@media (max-width: 1400px) {
  #marcasList .slickMarcasThumb  .centerImg {
    height: 12.5vw;
    max-height: initial;
  }
}

@media (max-width: 1000px) {
  #marcasList .slickMarcasThumb  .centerImg {
    height: 20vw;
  }
}

@media (max-width: 767px) {
  #marcasList .slickMarcasThumb  .centerImg {
    height: 50vw;
  }

  #marcasList .servicosLi {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }

  #marcasList .servicosLi:first-child {
    margin: 0;
  }
}

/************************************/
/* END MARCAS LIST */
/************************************/

/************************************/
/* GRUPO */
/************************************/

#grupo img {
  max-width: 800px;
  max-height: 600px;
  display: block;
  margin: 10px auto;
}

#grupo .servicosUl {
  padding: 20px 0 0 0;
}

#grupo .servicosLi {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
}

#grupo .servicosTitle {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px 0;
}

#grupo .servicosLi p {
  padding: 5px 0;
}

@media (max-width:767px) {
  #grupo .servicosLi {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }

  #grupo .servicosLi:first-child {
    margin: 0;
  }
}

/************************************/
/* END GRUPO */
/************************************/

/************************************/
/* CONTACTOS */
/************************************/

#contactos .map {
  max-width: 720px;
  margin: auto;
}

#contactos .map iframe {
  width: 100%;
  height: 30vh;
  min-height: 250px;
}

#contactos .contactosInfo {
  text-align: center;
  padding: 20px 0;
}

#contactos .contactosInfoUl {
  padding: 20px 0 0 0;
}

#contactos .contactosInfoLi {
  display: inline-block;
  width: 33.33%;
  padding: 0 5px;
  text-align: center;
}

#contactos .contactosInfoLi:first-child {
  text-align: right;
}

#contactos .contactosInfoLi:last-child {
  text-align: left;
}

@media (max-width:767px) {
  #contactos .contactosInfoLi {
    width: 100%;
    padding: 5px 0;
  }

  #contactos .contactosInfoLi:first-child {
    text-align: center;
  }

  #contactos .contactosInfoLi:last-child {
    text-align: center;
  }
}

/************************************/
/* END CONTACTOS */
/************************************/

/************************************/
/* AVISOS */
/************************************/

#avisos .avisosDiv p {
  padding: 10px 0;
}

/************************************/
/* END AVISOS */
/************************************/

/************************************/
/* DESTAQUES */
/************************************/

#destaquesLista .destaquesListUl {
  margin: 10px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#destaquesLista .destaquesListLi {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

#destaquesLista .destaquesListLi:first-child {
  font-size: 20px;
  width: 30px;
  padding: 7px;
}

#destaquesLista .destaquesListLi:last-child {
  width: calc(100% - 40px);
  border-left: 1px solid #ccc;
}

#destaquesLista .centerImg {
  width: 160px;
  height: 100px;
}

#destaquesLista .destaquesListaInfo {
  display: inline-block;
  width: calc(100% - 170px);
  padding: 0 0 0 5px;
}

#destaquesLista .sumario {
  padding: 10px 0 0 0;
}

@media (max-width:767px) {
  #destaquesLista .destaquesListaInfo {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

/************************************/
/* END DESTAQUES */
/************************************/

/************************************/
/* DESTAQUES DETAIL */
/************************************/

#destaquesDetail .artigoTitle {
  font-weight: 700;
}

#destaquesDetail .artigoSumario {
  padding: 20px 0;
  color: #666;
}

#destaquesDetail .artigo p {
  padding: 10px 0;
}

#destaquesDetail .artigo img {
  width: 50%;
  min-width: 300px;
  padding: 0 0 20px 0;
}

/************************************/
/* END DESTAQUES DETAIL */
/************************************/
