@charset "UTF-8";

/*paginacao*/

.page-link {
  border: 1px solid #69B9ab;
  color: #69B9ab;
  border-radius: 50%;
  margin-left: 10px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.page-item.active .page-link,
.page-item .page-link:hover {
  z-index: 1;
  color: #fff;
  background-color: #69B9ab;
  border: 2px solid #69B9ab;
  font-weight: 500;
  font-size: 130%;
}

.page-item .page-link.no-border {
  border: none;
  color: #69B9ab;
  font-style: italic;
}

.page-item .page-link.no-border:hover {
  color: #69B9ab;
  font-style: italic;
  font-weight: 500;
  border: none;
  background: transparent;
}

.page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*fim paginacao*/

.filter-product-mobile.modal .modal-dialog {
  top: 40%;
  color: white;
  font-style: italic;
}

.filter-product-mobile.modal .modal-content {
  background-color: var(--cor-primaria);
}

.filter-product-mobile.modal .modal-content .fechar {
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  /* padding: 0 7px; */
  background: transparent;
  font-size: 16px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 10px;
  right: 10px;
}

.filter-product-mobile.modal .modal-content .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.filter-product-mobile.modal .modal-content .modal-title {
  font-size: 16px;
  font-weight: 500;
}

.filter-product-mobile.modal .modal-content .modal-body {
  padding: 10px  20px 30px 20px;
}

.filter-product-mobile .dropdown-item {
  color: white;
  font-style: italic;
  padding: 0.5rem 1.25rem;
  font-size: 16px;
}

.filter-product-mobile.modal .modal-content .nome-filtro {
  color: white;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.filter-product-mobile.modal .modal-content .dropdown-item .checklists {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.filter-product-mobile.modal .modal-content .dropdown-item .checklists:checked {
  background-color: white;
}

.filter-product-mobile.modal .modal-content .dropdown-item label {
  margin-left: 10px;
  margin-bottom: 0;
}

.filter-product-mobile .btn-padrao {
  font-size: 15px;
  background-color: #69B9ab;
  padding: 8px 25px;
  font-weight: 500;
  border-radius: 30px;
  color: white;
}

.filter-product-mobile.modal .modal-content .dropdown-menu {
  position: initial;
  background: transparent;
  float: unset;
  padding: 0;
  margin: 0;
}

.filter-product-mobile.modal .modal-content .dropdown-menu.dropdown-menu-center {
  -webkit-transform: none !important;
          transform: none !important;
}

.filter-product-mobile.modal .modal-content .dropdown-menu .dropdown-item {
  color: white;
  float: unset;
  padding: 0.25rem 0.5rem;
}

.categoria-produtos {
  margin-top: 0;
}

.banner-categoria {
  background-color: var(--cor-texto-padrao);
  width: 100%;
}

.categoria-produtos h1,
.categoria-produtos h2 {
  font-style: italic;
  font-weight: 100;
  font-size: 55px;
  color: white;
  margin-top: -95px;
  height: 90px;
}

.review-block-title {
  margin-top: -10px;
}

.avaliation_star {
  font-style: normal;
  font-weight: 400;
  color: gold;
  font-size: 30px;
}

.avaliation_star_filled {
  font-style: normal;
  color: gold;
  font-size: 30px;
}

.avaliation_star:before {
  content: "\2606";
}

.avaliation_star_filled:before {
  content: "\2605";
}

.avaliation_star:hover {
  font-weight: 900;
}

