/* .slick-slide img {
  height: 100%;
} */

.slider-for img {
  object-fit: contain;
}

.slider-for .slick-slide {
  background-color: #f5ece3;
}

.slider-nav img {
  object-fit: cover;
}

.slider-nav .slick-current img {
  border: 2px solid #0000a0;
  border-radius: 12px;
}

.slick-slider {
  margin-bottom: 0px;
}

.slick-slide {
  padding: 5px;
}

.pet-all-details h1 {
  color: #0000a0;
  font-family: 'mars_centrabold';
  font-size: 2rem;
}

.pet-all-details p span {
  font-family: 'mars_centrabold';
}

.pet-all-details p {
  color: #0000a0;
  font-size: 1.125rem;
  line-height: normal;
}

.pet-info p {
  margin: 0;
  line-height: 1.6875rem;
}

.pet-info {
  margin-top: 10px;
}

.adopt {
  width: 180px;
  background-color: #ff9d89;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-family: 'mars_centrabold';
  border-radius: 40px;
  margin-top: 30px;
  cursor: pointer;
}

.adopt a {
  color: #0000a0;
}

.adopt a:hover {
  color: #0000a0;
  text-decoration: none;
}

.view-display-id-pet_details {
  position: relative;
}

.arrow::before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 25%;
}

.slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 49%;
  border: none;
}

.slick-prev {
  background: url('../images/slick-prev.png') no-repeat;
  left: 1%;
}

.slick-next {
  background: url('../images/slick-next.png') no-repeat;
  right: 1%;
}

.pager__item--previous .previous::before {
  background: url('../images/left.png') no-repeat;
  background-size: contain;
  left: -1%;
}

.pager__item--next .next::before {
  background: url('../images/right.png') no-repeat;
  background-size: contain;
  right: -1%;
}

@media only screen and (max-width: 767px) {
  .arrow::before {
    top: 8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pager__item--previous .previous::before {
    left: -5%;
  }

  .pager__item--next .next::before {
    right: -5%;
  }
}
