.minimap_product{ margin-top: 25px; }
.minimap_product a{ transition: all 0.3s ease; }
.minimap_product a:not(:last-child),
.minimap_product a:hover{
  color:var(--color-main) !important;
}
.minimap_product a:not(:last-child)::after{
  content: "\226B";
  margin-left: 5px;
}
/* Todas as imagens desse produto  */
.join_all_images_product{
  width: 70px;
  margin-right: 10px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.join_image_product{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 65px;
  overflow: hidden;
  border: 4px solid #dad7d7;
  transition: all 0.3s ease;
}
.current_image_big{
  border: 4px solid var(--color-main);
  overflow: visible;
}
.current_image_big::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  background-color: var(--color-main);;
}
.join_image_product img{
  width: 100%;
  height: 100%;
}
/*Imagem grande do produto*/
.photos_left{
  display: flex;
  justify-content: center;
}
.main_img{
  height: 500px;
  width: calc(100% - 80px);
  object-fit: cover;
  object-position: center;
  /* border:1px solid red; */
}
.container_product_information{
  width: 100%;
  /* height: 500px; */
}
.content_informations_top{
  width: 100%;
  /* height: 280px; */
}
.content_informations_top p{
  color: var(--text-color);
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.product_desconto_12x span{
  font-weight: 700;
}
.content_informations_bottom{
  width: 100%;
  /* height: 220px; */
}
.title_product_especifc{
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  height: max-content;
  max-height: 80px;
  font-size: 24px;
  color: var(--title-color);
}
.product_price{
  color: #5CB85C;
  font-weight: bold;
}
.product_category{
  width: 100%;
  font-size: 14px;
  color: var(--subtitle-color);
  border-bottom: 1px solid var(--neutral-color);
  padding-bottom: 14px;
}
.product_category span{
  font-weight: 500;
  color: var(--color-main);
  /* color: var(--secondary-color); */
}
.product_availability {
  font-size: 14px;
  color: var(--subtitle-color);
}
.product_description{
  width: 100%;
  /* max-height: 96px; */
  font-size: 14px;
  color: var(--text-color);
  font-size: 14px;
  /* overflow: hidden; */
}
.text_and_dropdown{
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  color: #9a9a9a;
  display: flex;
  align-items: center;
}
.dropdown_buttom {
  width: 80px;
  height: 36px;
  border: 1px solid var(--neutral-color);
  background-color: transparent;
  color: var(--subtitle-color);
  font-size: 14px;
  border-radius: inherit;
}
.dropdown_buttom:hover{
  background-color: var(--color-main);
  border: none;
}
.dropdown_buttom:focus{
  background-color: var(--color-main) !important;
  border: none !important;
}
.hover_menu_dropdown:hover{
  background-color:var(--color-main);
  color: #ffffff !important;
}
.dropdown_buttom::after{
  display: none;
}
.ft_colors{
  min-width: 120px;
}
.text_and_input_amount{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--subtitle-color);
  font-size: 14px;
}
.father_input_amount input{
  text-align: center;
  appearance: none;
}
input[type=number]::-webkit-inner-spin-button { 
  -webkit-appearance: none;
}
input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
}
.father_input_amount button{
  position: relative;
  color: var(--color-main);
  width: 34px;
  height: 34px;
  line-height: 0px;
  border-radius: 100%;
  border: 1px solid var(--color-main);
  background-color: transparent;
  transition: all 0.3s ease;
  font-size: 30px;
  padding-bottom: 5px;
  top: 5px;
}
#button_less{
  padding-bottom: 6px;
  padding-right: 1px;
}
.father_input_amount button:hover{
  color: #fff;
  background-color: var(--color-main);
}
#quantity_of_products{
  width: 80px;
  height: 36px;
  border: 1px solid var(--neutral-color);
}
.content_buttom_and_favorites{
  display: flex;
  align-items: center;
}
.buy_product{
  position: relative;
  width: max-content;
  height: 48px;
  border: none;
  padding: 0px 25px;
  color: #ffffff;
  background-color: var(--color-main);
  cursor: pointer;
  transition: all 0.3s ease;
}
.icon_favorites{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: transparent;
}
.icon_favorites:hover{
  color: var(--color-main);
}
.img_selected {
  width: 100%;
  height: 132px;
}
.father_img_selected_container{
  cursor: pointer;
  transition: all 0.3s ease;
}
.father_img_selected_container:hover {
  box-shadow: 0px 1px 10px -1px #a1a1a1;
  transform: scale(1.05);
}
.container_father_highlights_products{
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
}
.title_and_border{
  width: 100%;
  height: 80px;
  padding: 25px 0px;
  border-top: 1px solid var(--neutral-color);
  font-size: 22px;
  font-family: var(--title-source);
  color: var(--title-color);
}
.border_title_highlights_products{
  width: 100px;
  height: 1px;
  margin: 10px 0px;
  border: 1px solid var(--secondary-color);
}
.background_container_comments{
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.align_itens_background_container_comments{
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.header_comments {
  width: 100%;
  /* height: 150px; */
  border-bottom: 1px solid var(--neutral-color);
  font-size: 18px;
  font-family: var(--title-source);
  color: var(--title-color);
}
.border_title_comments{
  width: 100px;
  height: 2px;
  margin-top: 10px;
  background-color: var(--secondary-color);
}
.total_ratings{
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: first baseline;
  align-items: center;
}
.father_icons_rating {
  position: relative;
  width: max-content;
  height: max-content;
  display: flex;
  justify-items: center;
  align-content: center;
}
.total_ratings span{
  font-size: 28px;
  color: var(--title-color);
  font-weight: 800; 
  font-family: var(--text-source);
  padding-right: 25px;
}
.icons_ratings svg{
  color: var(--neutral-color);
}
.buttons_rating{
  position: relative;
  width: 100%;
  margin: 10px -5px;
}
.buttons_rating button{
  height: 48px;
  float: right;
  margin: 0px 5px 0px 0px;
  background-color: #ffffff;
}
.buttons_mobile{
  display: none;
}
@media (orientation:portrait),(max-width:991px){
.title_product_especifc{
  font-size: 22px;
}
.product_price{
  font-size: 22px;
}
.buttons_pc{
  display: none;
}
.buttons_mobile{
  display: block;
  margin-top: 6px;
  margin-bottom: 12px;
}
.buttons_rating{
  margin: 10px 0px;
}
.buttons_rating button{
  float: inherit;
}
.text_descricao_product {
  font-size: 13px;
}
.text_descricao_product{
  font-size: 13px;
}
}
.button_filtro_avaliar {
  width: 70px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--text-source);
  transition: all 0.2s ease;
}
.button_filtro_avaliar:hover{
  color: #fff;
  background-color: var(--color-main);
}
.button_ordenar_por{
  width: 170px;
  background-color: transparent;
  border: 1px solid var(--neutral-color);
  font-size: 14px;
  font-weight: 400;
  color: var(--neutral-color);
  font-family: var(--text-source);
}
.container_align_comments{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--neutral-color);
}
.comments_content{
  padding: 20px 0px 10px 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--subtitle-color);
}
.container_align_comments p {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
}
.container_align_comments span{
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
}