.titulo1 {
  font-size: 14px;
  color: red;
}
.texto1 {
  font-size: 10px;
  color: blue;
}
a,
button {
  cursor: pointer;
}

:root{
  --cnvs-themecolor: #14027A;
}

textarea {
  resize: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

button,
input,
input:hover,
a:hover,
a {
  transition: all 0.8s ease;
}

.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
}

.cookie-message-wrapper span {
  font-size: 14px;
  line-height: 2;
}

.cookie-inner-wrapper {
  padding: 10px 20px;
  background: rgba(109, 110, 113, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.cookie-inner-wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  padding-left: 5px;
  white-space: nowrap;
}

.cookie-inner-wrapper-text {
  margin-right: 15px;
}

.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 2;
  margin-left: 20px;
  font-size: 14px;
}

.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 5px;
  text-transform: lowercase;
  font-size: 10px;
  color: black;
  box-shadow: none;
  height: fit-content;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}

.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}

.success-message {
  color: green;
  display: none;
  margin-top: 5px;
  font-size: 16px;
}

.success-message.small {
  font-size: 12px;
}

.form-error-message {
  display: none;
  color: red;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid red;
}

.center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

.none {
  display: none;
}

.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}

.display-flex {
  display: flex;
}

.display-flex-between {
  display: flex;
  justify-content: space-between;
}

label.error {
  color: red;
  margin-top: 5px;
  font-weight: initial;
  font-size: 85%;
  display: block;
}

.form-userreg-success-message {
  display: none;
  color: green;
}

.cart-error,
.form-error-message {
  display: none;
  color: red;
}

.cart-pini-wrapper {
  position: relative;
}

/*
.cart-pini-itens {
  display: none;
  position: absolute;
  background: white;
}*/

.offline-test {
  background: red;
  color: white;
  height: 20px;
  text-align: center;
  display: block;
}

.page-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
}

.page-popup.open {
  visibility: visible;
  opacity: 1;
  display: block;
}

.page-popup.open .page-popup-content {
  margin: 10% auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  max-width: 80%;
  width: fit-content;
}

.page-popup .close {
  position: absolute;
  top: -42px;
  right: -8px;
  transition: all 200ms;
  font-size: 38px;
  font-weight: bold;
  color: #939393;
  background: transparent;
  border: none;
}

.product-add-cart-success,
.product-add-cart-error {
  display: none;
}


#more_info_popup {
  position: fixed;
  top: 50%;         
  left: 50%;           
  transform: translate(-50%, -50%); 
  background: white;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 500px;   
  max-height: 500px;   
  padding: 20px;
  box-sizing: border-box; 
  display: none;}

  .pub_car_finder , .pub_car_sell, .pub_car_finance {display:none;}

/** Comparador */
.plk_product_reg .plk-tag-unavailable {display:none}
.plk_product_reg.plk-product-unavailable .plk-tag-unavailable {display:flex}



.fcar-opcoes-viaturas .fcar-botao-opcoes-viatura {
  margin-left: 10px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  background: white;
}


.comparador_section {
   position: fixed;
  transition: all 0.3s ease-in-out;
    z-index: 99999;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.product_comparator {display: flex;
      flex-direction: column;
      align-items: center;
      color: white;
    }

.comparador_section .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  font-size: 16px;
  align-items: center;
}

.comparador_section .text_count {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.comparador_section .count {
  display: flex;
  font-weight: 600;
}

.comparador_section .comp_grid_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.comparador_section .product {
    position: relative;
}

.comparador_section .popup_arrows {
  display: none;
  cursor: pointer;
}

.comparador_section .product .remove {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparador_section .product img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.compare_btn {
  background-color: #fff;
  border-color: #fff;
  color: #141414;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 10px;
}

.fcar-opcoes-viaturas .fcar-botao-opcoes-viatura.plk_comparator_unadd2 img {filter: invert(1);}
.fcar-opcoes-viaturas .fcar-botao-opcoes-viatura.plk_comparator_unadd2 {background: var(--cnvs-themecolor);  display:none }



.comparator_grid {
  grid-gap: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(13.5rem, 1fr));
}

.scroll_hidden {
  overflow-y: hidden;
}

.comparator_container .product_card {
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background: white;
}


.comparator_container .product_card .card_text {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparator_container .product_card .card_text .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.comparator_container .product_card .product_fav4 {
  margin-top: 10px;
}

.comparator_container .product_card .remove {
  position: absolute;
  right: 10px;
  top: 10px;
}

.comparator_container .product_card .img1 img {
  object-fit: cover;
  max-width: 200px;
  max-height: auto;
  width: 100%;
  height: 100%;
  margin: auto;
}

