.print_single {
  cursor: pointer;
}
.print_single i {
  color: #7fc8e6;
  margin-left: 5px;
}
.allCir {
  display: flex;
  place-content: center;
}

.circle {
  position: relative;
  margin: 0 16px 10px 16px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 21px;
  cursor: pointer;
}

.tex {
  font-weight: bold;
}
.yep {
  font-size: 20px;
}
.nop {
  font-size: 15px;
}
.like {
  border: 3px solid #22eeff;
  width: 100px;
  height: 100px;
}

.no-like {
  border: 3px solid red;
  width: 85px;
  height: 85px;
}

.num {
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #1b2e3e;
  background: #e7eaeb;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minus {
  right: -5px;
}

.view {
  color: #74c3e5;
}

.cat p {
  font-size: 35px;
  color: #22eeff;
  border-bottom: 5px solid;
}
.main-single {
  width: 770px;
  margin: auto;
}

.head-sec h2 {
  font-size: 40px;
  text-align: right;
}

.head-sec h3 {
  font-size: 25px;
}

.head-sec i {
  margin-left: 5px;
  color: #7fc8e6;
}

.conta p {
  font-size: 20px;
}
.bott {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
}

.bott h2 {
  text-align: center;
  font-size: 30px;
  color: #22eeff;
}
.ad {
  margin-top: 30px;
}

.ad img {
  width: 100%;
  height: 30%;
}
.img-single img {
  width: 100%;
}
