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

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

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

.slider-nav img {
  object-fit: contain;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
}

.slider-nav .slick-current img {
  border: 1px solid #000;
  border-radius: 12px;
}

.slider button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
  display: none !important;
}

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

.slick-slide {
  padding: 5px;
}
.pet-all-details {
  margin-top: 1.5rem;
}

.pet-all-details h1 {
  color: #000;
  font-family: 'Pedigree-UnleashedBlk';
  font-size: 2rem;
}

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

.pet-all-details p {
  color: #000;
  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: rgb(228 15 36);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'Pedigree-Unleashed';
  border-radius: 40px;
  margin-top: 30px;
}

.adopt a {
  color: #fff !important;
}

.adopt a:after {
  content: "";
  background: url("../images/paw_icon.svg") no-repeat;
  width: 18px;
  height: 23px;
  float: right;
  margin: 4px 0 0 6px;
  transform: rotate(335deg);
}
.adopt a:hover {
  color: #fff !important;
  text-decoration: none;
}

.view-display-id-pet_details,
.path-pet-details .views-element-container {
  position: relative;
}

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

.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 {
  left: -7%;
  font-family: 'Pedigree-Light';
  color: #000;
  padding-top: 8px;
  content: "<< Previous page";
  font-size: 16px;
  width: auto;
}

.pager__item--next .next::before {
right: -5%;
font-family: 'Pedigree-Light';
color: #000;
padding-top: 8px;
content: "Next page >>";
font-size: 16px;
width: auto;
}

.sheltername a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .arrow::before {
    top: 12rem !important;
    width:25px !important;
  }
  .pager__item--previous .previous::before {
    background: url('../images/left.png') no-repeat;
    background-size: contain;
    left: -1%;
    content: "";
  }
  
  .pager__item--next .next::before {
    background: url('../images/right.png') no-repeat;
    background-size: contain;
    right: -1%;
    content: "";
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .arrow::before {
    width: 35px !important;
    position: absolute;
    top: 12rem;
  }
  .pager__item--previous .previous::before {
    background: url('../images/left.png') no-repeat;
    background-size: contain;
    left: -5%;
    content: "";
  }
  
  .pager__item--next .next::before {
    background: url('../images/right.png') no-repeat;
    background-size: contain;
    right: -5%;
    content: "";
  } 
}
