/* -------------- Pets Collection ----------------- */
#pets-collection .box,  #pets-collection .box .title .button {
  text-align: center;
}
#pets-collection {
  background-color: var(--color6) !important;
  overflow: hidden;
}
.section_main_head p {
  line-height: 30px;
  color: var(--color5);
  max-width: 650px;
  margin: 0 auto;
}
.section_main_head img {
  padding-bottom: 8px;
}
.section_main_head h3:after {
  content: "";
  background-color: var(--globalchocklate);
  width: 80px;
  height: 2px;
  display: block;
  margin: 8px auto 0 auto;
}
#pets-collection .pets-collection-contents,  #products-categories .product-details {
  background-color: white;
  padding: 0px 0px 20px 0px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#pets-collection .pets-collection-contents h6, #products-categories .product-details h6 {
  padding: 15px 0 0 15px;
}
#pets-collection .pets-collection-contents h6 a, #products-categories .product-details h6 a {
  font: 500 15px var(--common-font-r);
  line-height: 30px;
  color: #000;
}
#pets-collection .pets-collection-contents ins span, #products-categories .product-details ins span {
  font: 700 14px var(--common-font-r);
  color: #000;
}
/* #pets-collection .pets-collection-contents del,  #products-categories .product-details del {
  padding-left: 8px;
  float: right;
} */
#pets-collection .pets-collection-contents del bdi,  #products-categories .product-details del bdi {
  color: #000;
}
#pets-collection .pets-collection-contents ins,  #products-categories .product-details ins {
  text-decoration: none;
}
.price_container {
  padding-left: 15px;
}
#pets-collection .owl-nav,  #products-categories .owl-nav {
  display: none;
}
#pets-collection .owl-carousel .owl-dots,  #products-categories .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 42px;
}
#pets-collection .owl-carousel .owl-dots button,  #products-categories .owl-carousel .owl-dots button {
  border: 2px solid var(--globalgrey);
  width: 13px;
  height: 13px;
  border-radius: 3px;
  margin-right: 10px;
}
#pets-collection .owl-carousel .owl-dots .active,  #products-categories .owl-carousel .owl-dots .active {
  background-color: var(--globalchocklate);
  border: 2px solid var(--globalchocklate);
}
#pets-collection .pets-collection-contents:hover, #our-services .our-services-contents:hover, #products-categories .product-details:hover {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
#products-categories .owl-carousel, #testimonial .owl-carousel {
  z-index: unset;
}
/* ------------ Pets Collection Overlay ------------ */
#pets-collection .box,  #products-categories .box {
  text-align: center;
  overflow: hidden;
  position: relative;
}
#pets-collection .box:after,  #products-categories .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,63,91,0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#pets-collection .box img,  #products-categories .box img {
  width: 100%;
  height: auto;
}
#pets-collection .box .box-content,  #products-categories .box .box-content {
  width: 100%;
  background: var(--globalchocklate);
  padding: 10px 0;
  color: #f1e7c3;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
#pets-collection .pets-collection-contents:hover .box-content,  #products-categories .product-details:hover .box-content {
  bottom: 0;
}
#pets-collection .box .title,  #products-categories .box .title {
  padding: 0;
}
#pets-collection .box .title .button,  #products-categories .box .title .button {
  font: 700 14px var(--common-font-k);
  background-color: transparent;
  color: white;
}
#pets-collection .box .title .added_to_cart,  #products-categories .box .title .added_to_cart {
  font-size: 15px;
  color: white;
}
#pets-collection .box .post,  #products-categories .box .post {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}
/* ----------------- About Pets ------------------ */
#about-pets {
  position: relative;
  background-size: cover;
  background-position: center;
}
#about-pets .section_main_head h3 {
  color: #fff;
}
#about-pets h3:after {
  margin: 0;
  margin-top: 8px !important;
}
#about-pets .section_main_head p, #about-pets h6 {
  color: #fff;
}
#about-pets h6 {
  font-size: 18px;
}
#about-pets a {
  margin-top: 15px;
}
/* ---------------- Our Services ----------------- */
#our-services, #our-team, #products-categories, #pricing-plan, #latest-news {
  background-color: var(--color6);
}
#our-services .our-services-contents {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
#our-services .our-services-contents h6 a, #fun-facts .fun-facts-contents h6, #our-team .our-team-content a, #products-categories ul li a h6, #latest-news .latest-news-content h5 a {
  font-size: 18px;
  color: var(--globalgrey);
}
#our-services .our-services-contents h6 a:after {
  content: "";
  background-color: var(--globalchocklate);
  width: 70px;
  height: 2px;
  display: block;
  margin-top: 10px;
}
#our-services .our-services-contents .services-text {
  line-height: 31px;
  color: var(--color5);
}
/* ---------------- Fun Facts ------------------ */
.white_head h3, .white_head p {
  color: var(--color9);
}
#fun-facts .section_main_head h3:after {
  background-color: var(--color9);
}
#fun-facts {
  padding-bottom: 0;
  overflow: inherit;
  position: relative;
}
#fun-facts .fun-facts-contents {
  background-color: #FFF6EA;
  padding: 25px 15px 0 15px;
  border-radius: 3px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
#fun-facts .fun-facts-contents h6 {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #000 !important;
}
.fun-facts {
  position: relative;
  bottom: -56px;
}
#fun-facts .fun-facts-contents span {
  position: absolute;
  top: 55%;
  font-size: 34px;
  color: white;
  font-family: var(--common-font-k);
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.number_box {
  position: relative;
  display: inline-block;
  margin-bottom: -60px;
}
#fun-facts .slider-design2 {
  display: flex;
  align-items: end;
  z-index: 1;
}
/* --------------- our Team ------------- */
#our-team {
  padding-top: 12%;
  overflow: hidden;
}
.team_image {
  /* position: relative;
  text-align: left; */
  border-radius: 5px;
}
.our-team-content h6 {
  background-color: white;
  margin-left: 30px;
  padding: 22px;
}
#our-team .team_image img {
  margin: 0!important;
  display: unset !important;
  width: 92% !important;
}
#our-team .our-team-content span {
  font-size: 14px;
  color: var(--color10);
  font-family: var(--common-font-r);
}
#our-team .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}
#our-team .owl-carousel .owl-dots button {
  max-width: 10px;
  padding: 5px;
  color: var(--color7);
  border: 2px solid var(--globalgrey);
  background: none;
  margin-right: 12px;
  border-radius: 3px;
}
#our-team .owl-carousel .owl-dots .active {
  background-color: var(--globalchocklate);
  border: 2px solid var(--globalchocklate);
}
#pets-collection .owl-carousel, #pricing-plan .owl-carousel, #our-team .owl-carousel {
  position: initial;
}
#our-team .team_image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -10;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.our-team-content:hover h6 a, .latest-news-content:hover h5 a {
  color: var(--globalchocklate) !important;
}
/* --------------- Pets Gallery ------------------ */
#pets-gallery {
  overflow: hidden;
  position: relative;
}
#pets-gallery .gallery-button a {
  margin: 40px 0 0 0px;
}
#pets-gallery .icon_overlay i {
  border: 2px solid white;
  padding: 10px 10px;
  border-radius: 5px;
}
#pets-gallery .icon_overlay {
  background: var(--globalchocklate);
}
.tg_gallery_front li:hover .icon_overlay{
  opacity: 0.7 !important;
}
/* ------------- Pets Video ------------------- */
#pets-video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 130px 0px;
  position: relative;
}
/* -------------- Testimonial -------------- */
.quote_icon i {
  color: var(--globalgrey);
  background-color: white;
  padding: 26px;
  border-radius: 50%;
  font-size: 28px;
}
#testimonial {
  position: relative;
  overflow: hidden;
}
#testimonial .testimonials-content {
  background-color: white;
  padding: 30px;
  max-width: 670px;
}
#testimonial .testimonials-content:hover {
  background-color: #ffdcdc;
}
#testimonial .testimonials-content h5 a {
  font-size: 20px;
  color: var(--globalchocklate);
  font-family: var(--common-font-k);
  font-weight: bold;
}
#testimonial .testimonials-content h5 {
  padding: 20px 0px;
}
#testimonial .testimonials-content h5 sub {
  font-size: 15px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  font-weight: bold;
}
#testimonial .testimonials-content .testimonials-text {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--color5);
  font-family: var(--common-font-r);
  margin: 0 auto;
  max-width: 700px;
}
#testimonial .testimonials-content img {
  border-radius: 50%;
}
#testimonial .owl-carousel .owl-nav .owl-next, #testimonial .owl-carousel .owl-nav .owl-prev{
  transform: rotate(90deg);
  color: white;
  background: none;
  border: 2px solid white;
  outline: none;
  padding: 10px 15px;
  margin: 0 7px;
  display: block;
  margin-top: 10px;
}
#testimonial .owl-nav {
  position: absolute;
  right: -12em;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
#testimonial .testimonials-content:hover h5 a {
  color: var(--globalgrey);
}
#testimonial .testimonials-content:hover h5 sub {
  color: var(--color5);
}
.owl-nav {
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}
/* --------------- Latest News -------------------- */
#latest-news .latest-news-content .services-text {
  line-height: 32px;
  color: var(--color5);
}
#latest-news .latest-news-content .latest-news-info {
  background-color: white;
  padding: 20px;
  max-width: 380px;
}
#latest-news .owl-carousel {
  position: unset;
}
#latest-news .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: 28%;
  margin-right: -40px;
  left: 0;
  border: 2px solid var(--globalgrey);
  color: var(--globalgrey);
  background: white;
  outline: none;
}
#latest-news .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 28%;
  margin-right: 0px;
  right: 0;
  border: 2px solid var(--globalgrey);
  color: var(--globalgrey);
  background: white;
  outline: none;
}
.news-image {
  position: relative;
}
.news-image img {
  opacity: 0.8;
  margin-right: -10px !important;
}
#latest-news .news-image:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 89%;
  background-color: white;
  z-index: -10;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.post_button {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
  display: inline;
  left: 16em;
}
/* ----------------- Products Categories ---------------- */
.nav-link.active .image_active{
  display: block;
}
.nav-link.active .image_normal, .image_active{
  display: none;
}
#products-categories ul li .nav-link.active h6{
  color: var(--globalchocklate);
}
#products-categories ul {
  width: max-content;
  max-width: 100%;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
}
#products-categories ul li {
  display: inline-block;
  padding: 0 15px;
}
/* ------------------- Pricing Plan -------------- */
#pricing-plan .pricing-plan-details {
  background-color: white;
  padding: 25px;
  position: relative;
  left: -20px;
  top: -37px;
  border-radius: 5px;
}
#pricing-plan .pricing-plan-details h3 {
  font-size: 28px;
  color: var(--globalchocklate);
}
#pricing-plan .pricing-plan-details h3 sub {
  font: 700 14px var(--common-font-k);
  color: var(--color10);
}
#pricing-plan .pricing-plan-details h4 {
  font-size: 20px;
  border-bottom: 1px solid #f2f2f2;
}
#pricing-plan .pricing-plan-details ul {
  list-style-type: none;
  margin-left: 0;
}
#pricing-plan .pricing-plan-details ul li {
  font: 400 14px var(--common-font-r);
  line-height: 25px;
  color: var(--color10);
  padding: 8px 0 !important;
}
#pricing-plan .pricing-plan-details ul li i {
  color: var(--color10);
  padding-right: 5px;
}
#pricing-plan .pricing-plan-content {
  background-color: var(--globalchocklate);
  padding-bottom: 24px;
  border-radius: 5px;
}
#pricing-plan .owl-carousel .owl-stage-outer {
  padding-top: 37px;
}
#pricing-plan .pricing-plan-button {
  margin-top: -14px;
}
#pricing-plan .owl-carousel .owl-dots {
  text-align: center;
  padding: 30px 0 0px 0px;
}
#pricing-plan .owl-carousel .owl-dots button {
  max-width: 10px;
  padding: 5px;
  color: var(--color7);
  border: 2px solid var(--globalgrey);
  background: none;
  margin-right: 17px;
  border-radius: 3px;
  outline: none;
}
#pricing-plan .owl-carousel .owl-dots .active {
  background-color: var(--globalgrey);
}
/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#slider img {
  width: 100%;
}
#slider .carousel-control .shownav1,  #slider .carousel-control .shownav2 {
  display: block !important;
}
#slider .carousel-control .nav1 {
  position: absolute;
  left: 9%;
  top: 55%;
  font-size: 19px;
  color: #232c2b;
}
#slider .carousel-control .nav2 {
  position: absolute;
  right: 9%;
  top: 55%;
  font-size: 19px;
  color: #232c2b;
}
#slider .carousel-control .nav1 i, #slider .carousel-control .nav2 i {
  border: 2px solid white;
  padding: 10px 15px;
  color: white;
}
#slider .carousel-control .nav1 i:hover, #slider .carousel-control .nav2 i:hover {
  background-color: transparent;
  color: white;
}
#slider .carousel-caption.d-none.d-md-block {
  max-width: 600px;
  margin: 0 auto;
}
#slider .carousel-caption {
  top: 55%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 10%;
}
#slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: auto;
  height: auto;
}
#slider a i:focus, #slider a i:active, #slider a i:hover {
  background: var(--globalchocklate);
  border: none;
  transition: all 0.5s ease-out;
}
#slider .inner_carousel h3 {
  color: white;
}
#slider .inner_carousel h3 {
  font: 700 42px var(--common-font-k);
}
#slider .inner_carousel p {
  font: 500 14px var(--common-font-r);
  line-height: 32px;
}
#slider .carousel-indicators {
  position: absolute;
  bottom: 70px;
  z-index: 0;
}
#slider ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--color7);
  border: 2px solid white;
  background: none;
  margin-right: 17px;
  border-radius: 3px;
}
#slider ol.carousel-indicators .active {
  background-color: white;
  border: 2px solid white;
}
#slider .slider-design {
  height: auto;
  position: absolute;
  bottom: 0;
}
/*Fade slider*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, #pets-collection .pets-collection-contents:hover:after,  #products-categories .product-details:hover:after {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.slider-design1{
  top: 0;
}
.slider-design1, .slider-design2 {
  position: absolute;
  width: 100%;
}
.slider-design2{
  bottom: 0;
}