@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.blog-content {
  font-family: "Poppins", sans-serif !important;
}

body,
html {
  overflow-x: hidden;
}

.blog-select span {
  font-family: "Poppins", sans-serif !important;
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.blog-select span:hover {
  transform: scale(1.1);
}

.blog-select .selected {
  text-decoration: underline;
  font-weight: 800;
}

.blog-select {
  padding-bottom: 28px;
}

.blog-img {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.blog-class-single-img,
.blog-class-dog-img,
.blog-class-cat-img {
  top: 50%;
  left: 50%;
  width: 56px;
  transform: translate(-50%, -33%);
}

.blog-class-img-container {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background: lightgray;
}

.blog-title {
  font-weight: 800;
  font-size: 24px;
}

.blog-subject {
  font-family: "Poppins", sans-serif !important;
  font-weight: 800;
  font-size: 14px;
}

.read-all {
  position: absolute !important;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -105%);
  font-weight: 800;
  font-size: 18px;
  margin: 0;
}

.blog-class-first-dog {
  left: 72%;
}

.post-blog {
  background: white;
  border: 1px solid black;
  -webkit-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  -moz-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
}

.blogs-container {
  padding: 60px 0;
}

.filter-collection input,
.filter-collection-mobile input,
.filter-collection-mobile label,
.filter-collection label {
  cursor: pointer;
}

.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.body-filter-open {
  overflow: hidden;
}

.filter-mobile-close {
  margin-top: -15px;
  cursor: pointer;
}

.blurred-page {
  filter: blur(5px);
}

.filter-p {
  font-family: roundedBold !important;
  margin: 0;
}

.cok-satan {
  background: transparent;
}

.grid-bottom {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.filter-plus {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  font-family: roundedBold !important;
  cursor: pointer;
}

html,
body {
  overflow-x: hidden !important;
}

.filter-gr {
  white-space: nowrap;
}

.filter-mobile-close {
  font-family: roundedBold !important;
  font-size: 30px;
  height: 1px;
  display: flex;
}

.filter-inspect a {
  background-color: #f20000;
  color: white;
  border-radius: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.grid-inspect a,
.mobile-filter {
  border: none;
  background-color: #f20000;
  color: white;
  border-radius: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.mobile-filter:hover {
  background-color: #ffc220;
  color: #1920ef;
}

.grid-inspect span {
  color: #ffc220;
}

.filter-inspect span {
  color: #ffc220;
}

.filter-open {
  transform: translate(0%, 0) !important;
}

@media (max-width: 768px) {
  .filter-collection-mobile {
    height: 105vh;
    position: absolute !important;
    background-color: white;
    z-index: 99;
    transform: translate(-100%, 0);
    transition: all 0.4s;
  }

  .mobile-filter {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0 0 15px 15px;
  }
}

@media (max-width: 990px) {
  .grid-title {
    font-size: 22px !important;
  }
}

@media (max-width: 520px) {
  .grid-title {
    font-size: 18px !important;
  }
}

@media (max-width: 465px) {
  .grid-title,
  .grid-gr {
    font-size: 16px !important;
  }

  .grid-desc,
  .grid-inspect,
  .grid-gr {
    font-size: 12px !important;
  }
}

.breadcrumbs p {
  white-space: nowrap;
}

.breadcrumbs h3 {
  font-family: roundedBold !important;
}

.breadcrumbs-right img {
  width: 250px;
  z-index: -2;
}

.breadcrumbs-right {
  position: relative;
  align-items: flex-start;
}

.breadcrumbs-right div {
  position: absolute;
  z-index: -3;
  right: -20%;
  width: 100%;
  border-top: 4px solid #1920ef;
  top: 75%;
}

.breadcrumbs-right img.single-paw {
  left: 50%;
  top: 0;
  transform: translate(-50%, -10%);
  z-index: -55;
}

.collection-container {
  margin: auto;
  width: 95%;
  transition: all 0.4s;
}

.grid-title {
  white-space: nowrap;
  font-size: 30px;
  color: #1920ef;
  font-family: roundedBold !important;
}

.filter-title {
  font-size: 16px;
  color: #1920ef;
  font-family: roundedBold !important;
}

.filter-desc {
  font-size: 12px;
}

.grid-gr {
  white-space: nowrap;
  font-family: roundedBold !important;
  color: #f20000;
}

.filter-gr {
  font-size: 12px;
  white-space: nowrap;
  font-family: roundedBold !important;
  color: #f20000;
}

.filter-inspect {
  font-size: 12px;
  white-space: nowrap;
}

.item-grid-inner img {
  max-width: 70%;
}

.item-grid {
  margin-bottom: 35px;
}

.item-grid-inner {
  border-radius: 30px;
  background: white;
  -webkit-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  -moz-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
}

.item-grid-inner:hover > div h3,
.item-grid-inner:hover > div p,
.item-grid-inner:hover > div .grid-gr {
  color: white;
}

.item-grid-inner:hover > div .grid-inspect a {
  background-color: #ffc220;
  color: #1920ef;
}

.item-grid-inner:hover > div .grid-inspect a span {
  color: #f20000;
}

.item-grid-inner:hover > div h3,
.item-grid-inner:hover > div p,
.item-grid-inner:hover > div .filter-gr {
  color: white;
}

.item-grid-inner:hover > div .filter-inspect a {
  background-color: #ffc220;
  color: #1920ef;
}

.item-grid-inner:hover > div .filter-inspect a span {
  color: #f20000;
}

.item-grid-inner:hover {
  cursor: pointer;
  background-color: #1920ef;
}

footer {
  font-family: roundedDefault !important;
}

@media (max-width: 540px) {
  .footer-icons {
    flex: 1 1 100%;
  }

  .footer-icons {
    justify-content: center !important;
  }

  .footer-icons div {
    transform: translate(0) !important;
  }

  .footer-row {
    justify-content: center;
  }

  .footer-logo-container {
    justify-content: center;
  }

  .footer .footer-links {
    padding-left: 0 !important;
  }

  #non-logo-footer {
    padding-left: 15px !important;
  }
}

@media (max-width: 420px) {
  footer .footer-links a {
    font-size: 12px;
    white-space: nowrap;
  }
}

footer .footer-links a {
  padding-right: 1rem;
  text-decoration: none;
  color: black;
  font-weight: 800;
}

footer .footer-links {
  padding: 1rem 0 1rem 1rem;
}

footer .footer-logo {
  width: 100%;
  max-width: 150px;
}

footer li {
  list-style: none;
}

footer ul {
  height: 100%;
}

footer {
  border-top: 2px solid #f20000;
}

.homepagef footer {
  padding-bottom: 5rem;
  border-top: 2px solid #f20000;
}

.footer-title {
  font-weight: 800;
  text-transform: uppercase;
}

.footer-icons {
  flex-grow: 1;
  justify-content: end;
  padding-top: 16px !important;
}

.footer-icons div {
  transform: translate(-150%, 0);
}

.non-logo-footer {
  padding-left: 30px !important;
}

@font-face {
  font-family: roundedDefault;
  src: url(../assets/font/RoundedMplus1c-Regular.ttf);
}

@font-face {
  font-family: roundedBold;
  src: url(../assets/font/RoundedMplus1c-ExtraBold.ttf);
}

#myNav {
  max-width: 400px;
}

@media (min-width: 992px) {
  .header-mobile {
    max-width: 960px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .header-mobile {
    max-width: 1140px;
    margin: auto;
  }
}

@media (max-width: 992px) and (min-width: 500px) {
  .header-mobile {
    padding: 0 20px;
  }
}

.header-logo,
.footer-logo {
  cursor: pointer;
}

header,
body,
footer {
  font-family: roundedDefault !important;
}

.row.hp-item.hp-icons .col-12.col-lg-4:hover {
  opacity: 0.8;
  transition: all 0.3s;
  cursor: pointer;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f20000;
  overflow-y: hidden;
  transition: 0.7s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  text-transform: uppercase;
  font-family: roundedBold !important;
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (max-width: 830px) {
  .header-mobile .header {
    margin: 0;
  }
}

.filter-collection input,
.filter-collection-mobile input,
.filter-collection-mobile label,
.filter-collection label {
  cursor: pointer;
}

.header-icons div {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer;
  padding: 10px;
}

header .header {
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.header-icons img {
  width: 10px;
  height: 10px;
}

.header-item a {
  text-decoration: none !important;
  color: black;
  text-transform: uppercase;
  font-family: roundedBold !important;
}

.header-item:not(.header-logo) {
  padding-top: 10px;
}

.header-item {
  padding: 0px 20px;
}

.desk-header-logo {
  position: absolute;
}

.header-desk {
  padding: 30px 0;
}

.header-logo img {
  width: 150px;
}

.pattern-bg {
  display: none !important;
}

body {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .hp-icon-overlay {
    transform: translate(-80%, -80%) !important;
  }
  .hp-can-single {
    transform: translate(-80%, -30%) !important;
  }

  .hp-can-first {
    transform: translate(-80%, -50%) !important;
  }

  .hp-can-second {
    transform: translate(-105%, -10%) !important;
  }
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
    margin: auto;
  }
}

@media (min-width: 900px) {
  .hp-default .main-hero-underlay {
    display: none !important;
  }
}

@media (max-width: 756px) {
  .hero-kopek-kopek {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .container-lg {
    width: 90%;
    margin: auto;
  }

  .hp-img-container,
  .hp-icon-overlay {
    height: 240px !important;
  }

  .hp-icon-overlay:not(.fish-icon) {
    left: 60% !important;
  }
  .hp-icon-overlay {
    transform: translate(-100%, -50%) !important;
  }

  .hp-icon-overlay.fish-icon {
    transform: translate(0%, -50%) !important;
    left: 40% !important;
  }

  .hero-kopek-kopek {
    top: 35% !important;
  }

  .hero-anasayfa-kedi {
    top: 45% !important;
  }

  .hp-can-single:not(.fish-can) {
    transform: translate(-80%, -50%) !important;
    width: 300px !important;
    left: 85% !important;
  }
  .fish-can {
    transform: translate(-80%, -50%) !important;
    width: 300px !important;
    left: 45% !important;
  }
}

@media (max-width: 992px) and (min-width: 864px) {
  #hp-default-icons-1 .hp-icon-overlay,
  #hp-default-icons-2 .hp-icon-overlay,
  #hp-default-icons-3 .hp-icon-overlay {
    transform: translate(-50%, -50%) !important;
    padding: 0 !important;
  }

  #hp-default-icons-1 .hp-can-first,
  #hp-default-icons-1 .hp-can-second,
  #hp-default-icons-2 .hp-can-first,
  #hp-default-icons-2 .hp-can-second,
  #hp-default-icons-3 .hp-can-first,
  #hp-default-icons-3 .hp-can-second {
    width: 400px !important;
  }

  #hp-default-icons-1 .hp-can-first,
  #hp-default-icons-2 .hp-can-first,
  #hp-default-icons-3 .hp-can-first {
    transform: translate(-100%, -50%) !important;
  }

  #hp-default-icons-1 .hp-can-second,
  #hp-default-icons-2 .hp-can-second,
  #hp-default-icons-3 .hp-can-second {
    transform: translate(0%, -50%) !important;
    left: 0% !important;
  }
}

@media (max-width: 864px) and (min-width: 466px) {
  .hp-can-second:not(.fish-can-second) {
    transform: translate(-105%, -20%) !important;
  }

  .fish-can-first {
    left: 0% !important;
    transform: translate(-10%, -50%) !important;
  }

  .fish-can-second {
    left: 12% !important;
    transform: translate(-10%, -20%) !important;
  }
}

@media (max-width: 466px) {
  .hp-can-second:not(.fish-can) {
    transform: translate(-105%, -20%) !important;
  }

  .fish-can-first {
    left: 55% !important;
  }

  .fish-can-second {
    left: 80% !important;
  }
}

@media (max-width: 900px) {
  .main-hero-underlay span {
    font-size: 65px !important;
  }
  .hero-kedi-kedi {
    transform: translateX(-100%);
    top: 50% !important;
    width: 50%;
  }

  .hero-kopek-kopek {
    transform: translateX(-100%);
    top: 45% !important;
    width: 50%;
  }

  .hero-anasayfa-kedi {
    display: none !important;
  }

  .hp-default .hero-kopek-kopek {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hp-icon-overlay {
    height: 300px !important;
  }
}

@media (max-width: 900px) {
  .hp-bilgi .row {
    padding: 25px 20px !important;
  }
}

@media (min-width: 663px) and (max-width: 900px) {
  .hp-default .hp-hero-logo {
    transform: translate(-150%, -50%) !important;
    left: 100% !important;
  }
}

@media (max-width: 663px) {
  .hero-kedi-kedi {
    display: none !important;
  }
  .main-hero-underlay {
    margin: 0 !important;
    padding: 0 0 0 45px !important;
    align-items: end !important;
    justify-content: space-around !important;
  }
  .hp-hero-logo {
    display: none !important;
  }
  .hp-hero-logo-mobil {
    display: block !important;
  }
  .main-hero-underlay span {
    font-size: 36px !important;
  }
  .hp-can-single:not(.fish-can) {
    left: 95% !important;
  }
  .fish-can {
    left: 55% !important;
  }
}

@media (max-width: 480px) {
  /*.fish-can {
        left: 45%!important;
    }
        */
}

.hp-hero-logo-mobil {
  display: none;
  padding-top: 44px;
  padding-bottom: 32px;
  background: white;
  border-radius: 100%;
  width: 175px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
}

.left-side-icons {
  height: 100%;
}

.hp-item {
  padding-bottom: 50px;
}

.hp-kopek,
.hp-kedi {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.hp-main {
  overflow: hidden;
  height: 400px;
  background-color: #ea7b50;
  border-radius: 35px;
  position: relative;
}

.hp-hero-logo {
  padding-top: 44px;
  padding-bottom: 32px;
  background: white;
  border-radius: 100%;
  width: 175px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hp-img-container {
  overflow: hidden;
  position: relative;
}

.hp-can-single {
  width: 350px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-80%, -50%);
}

.hp-can-first {
  width: 300px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-80%, -50%);
}

.hp-can-second {
  width: 250px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-105%, -40%);
}

.hp-img-container,
.hp-icon-overlay {
  height: 400px;
}

.hp-icon-overlay {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(0deg) brightness(102%) contrast(105%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
}

.hp-icons div {
  border-radius: 35px;
  padding: 0;
  padding-right: 10px !important;
}

.hp-img-container {
  position: relative;
  background-size: cover;
  background-position-x: 50%;
}

.hp-img-container:first-child {
  background-position-y: 60%;
}

.hp-bilgi {
  color: white;
  background-color: #2b2968;
  border-radius: 35px;
}

.hp-bilgi-kopek {
  color: white;
  background-color: #e35551;
  border-radius: 35px;
}

.bilgi-title {
  padding-bottom: 0.5rem;
  font-family: roundedBold !important;
  font-size: 45px;
}

.bilgi-subtitle {
  font-size: 30px;
  font-weight: 300;
}

.read-all {
  font-family: "Poppins", sans-serif !important;
  background-color: transparent;
  border: 1px solid white;
  padding: 12px 45px;
  color: black;
  transition: 0.3s all;
  cursor: pointer;
}

.read-all:hover {
  background-color: #f20000;
  color: white;
}

.hp-bilgi .row {
  padding: 45px 60px;
}

.bilgilendirici-img {
  border-radius: 15px;
  background-size: contain;
  background-image: url("../assets/bilgilendirici-kopek.png");
  background-repeat: no-repeat;
}

.bilgilendirici-img-kedi {
  border-radius: 15px;
  background-size: contain;
  background-image: url("../assets/Blog_Kediler.png");
  background-repeat: no-repeat;
}

.grid-pets .grid-pet-container {
  background-position: 50% 50%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-side-icons img {
  width: 180px;
  transform: translate(-30%);
}

.left-side-icons {
  padding: 30px 0;
}
.side-icon-container {
  position: relative;
}

.side-icon-container img {
  position: absolute;
}

.main-hero-underlay {
  flex-direction: column;
  justify-content: center;
  overflow-wrap: anywhere;

  display: flex;
  align-items: start;
  margin-left: 3rem;
  color: rgba(240, 225, 225, 0.3);
}

.main-hero-underlay span {
  display: block;
  font-size: 85px;
  font-family: roundedBold !important;
  line-height: 100%;
}

.page-switch {
  width: 150px;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  border-radius: 100%;
  transform: translateY(50%);
}

.page-switch:hover > img {
  transform: translateY(-12%);
}

.page-switch img {
  width: 150px;
  transform: translateY(-15%);
  transition: all 1s;
}

.page-switch-1 {
  left: 0;
  background-color: #2b2968;
}

.page-switch-2 {
  right: 0;
  background-color: rgb(213, 22, 22);
}

.hero-kedi-kedi {
  position: absolute;
  transform: translateX(-100%);
  left: 100%;
  top: 20%;
  width: 50%;
}

.hero-anasayfa-kedi {
  position: absolute;
  left: 0%;
  top: 30%;
  width: 50%;
}

.hero-kopek-kopek {
  position: absolute;
  transform: translateX(-100%);
  left: 100%;
  top: 20%;
  width: 50%;
}

.contact-title {
  font-weight: 800;
  font-size: 55px;
  font-family: RoundedBold !important;
}

html,
body {
  overflow-x: hidden;
}

.contact-subtitle {
  font-weight: 800;
  font-family: RoundedBold !important;
}

.contact-row input,
.contact-row textarea {
  margin-bottom: 10px;
  padding: 25px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 7%);
  -moz-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 7%);
  box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 7%);
}

.contact-row .btn {
  background-color: #f20000;
  border-radius: 20px;
  padding: 10px 22px;
  font-weight: 800;
}

.contact-wrapper {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .contact-row input,
  .contact-row textarea {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .contact-text-area {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 470px) {
  .contact-title {
    font-size: 35px !important;
  }
}

@media (max-width: 992px) {
  .product-blog img {
    width: 75% !important;
  }

  .grid-title,
  .grid-gr {
    font-size: 16px !important;
  }

  .grid-desc,
  .grid-inspect,
  .grid-gr {
    font-size: 12px !important;
  }

  .grid-inspect {
    padding: 3px 5px !important;
  }

  .item-grid {
    padding: 0px 20px !important;
  }

  .blog-text-container {
    padding: 40px 40px 0 40px !important;
  }

  .blog-context {
    font-size: 12px !important;
  }

  .breadcrumbs-row {
    padding: 0 !important;
  }

  .breadcrumbs-left {
    padding: 0 !important;
  }

  .breadcrumbs-left p {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .product-blog img {
    width: 100%;
  }

  .item-grid {
    padding: 0 25px !important;
  }

  .blog-text-container {
    padding: 40px 0 40px 90px !important;
  }
}

@media (max-width: 450px) {
  .item-grid {
    padding: 0 5px !important;
  }
}

body {
  //background-color: #fcfaef!important;
}

body,
html {
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.product-container {
  width: 95%;
  margin: auto;
}

.breadcrumbs p {
  white-space: nowrap;
}

.breadcrumbs h3 {
  font-family: roundedBold !important;
}

.breadcrumbs-right img {
  width: 250px;
  z-index: -2;
}

.breadcrumbs-right {
  position: relative;
  align-items: flex-start;
}

.buybuttons img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
}

.petlebi img {
  padding: 30px !important;
}

.buybuttons .product-btn {
  width: 200px;
  height: 50px;
  transition: all 0.4s;
  overflow: hidden;
}

.product-btn:hover {
  background-color: white;
  transform: scale(1.1);
  transition: all 0.3s;
}

.breadcrumbs-right div {
  position: absolute;
  z-index: -3;
  right: -20%;
  width: 100%;
  border-top: 4px solid #1920ef;
  top: 80%;
}

.product-main-img {
  background-color: white;
  width: 100%;
  max-width: 800px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  -moz-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
}

.product-info h2 {
  font-family: roundedBold !important;
  color: #1920ef;
}

.product-info span.info {
  font-family: roundedBold !important;
  font-size: 18px;
}

.product-btn {
  background-color: #ffffff;
  border: none;
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 20px;
}

.product-btn span {
  color: #ffc220;
}

.product-text-col {
  padding-left: 50px;
}

.desc {
  font-size: 13px;
}

.item-grid-inner img {
  max-width: 70%;
}

.item-grid {
  margin-bottom: 35px;
}

.item-grid-inner {
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  -moz-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
}

.item-grid-inner:hover > div h3,
.item-grid-inner:hover > div p,
.item-grid-inner:hover > div .grid-gr {
  color: white;
}

.item-grid-inner:hover > div .grid-inspect a {
  background-color: #ffc220;
  color: #1920ef;
}

.item-grid-inner:hover > div .grid-inspect a span {
  color: #f20000;
}

.item-grid .inner:hover > div h3,
.item-grid .inner:hover > div p {
  color: white;
}

.item-grid .inner:hover > div .grid-inspect a {
  background-color: #ffc220;
  color: #1920ef;
}

.item-grid .inner:hover > div .grid-inspect a span {
  color: #f20000;
}

.item-grid .inner:hover {
  cursor: pointer;
  background-color: #1920ef;
}

.grid-title {
  font-size: 22px;
  color: #1920ef;
  font-family: roundedBold !important;
}

.grid-gr {
  white-space: nowrap;
  font-family: roundedBold !important;
  color: #f20000;
}

.grid-inspect a {
  border: none;
  background-color: #f20000;
  color: white;
  border-radius: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.grid-bottom {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.item-grid .inner,
.product-blog {
  background-color: white;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  -moz-box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 42px 1px rgb(0 0 0 / 17%);
}

.item-grid img {
  width: 100%;
}

.suggested-title {
  padding: 50px 0;
  font-family: roundedBold !important;
}

.blog-text {
  font-size: 25px;
  font-family: roundedBold !important;
  color: #f20000;
}

.blog-title {
  line-height: 120%;
  font-family: roundedBold !important;
  font-size: 36px;
}

.product-blog {
  margin-bottom: 3rem;
}

html,
body {
  overflow-x: hidden;
}

.blog-post-container p,
.blog-post-container h2 {
  text-align: center;
  font-size: 35px;
}

.blog-post-container .blog-title {
  font-size: 35px;
}

.blog-post-container .blog-header {
  font-size: 25px;
}

.blog-post-container p.content {
  font-size: 16px;
}

.blog-post-container p,
.blog-post-container h2 {
  text-align: center;
  font-size: 35px;
}

.blog-subheader {
  font-size: 13px !important;
  text-align: center;
}

.blog-post-container h2 {
  font-weight: 800;
}

.blog-post-container p.content::first-letter {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.75;
  margin-right: 3px;
}

.blog-post-container {
  margin: 35px 0;
}

.blog-single-img {
  max-width: 400px;
}

@media (max-width: 900px) {
  .blog-single-img {
    width: 100% !important;
  }
}

.blog-header span {
  padding: 0px 15px;
}

button.accordion.d-flex.p-0 {
  font-family: roundedDefault !important;
  font-weight: bold !important;
  color: black;
}

.panel label {
  font-family: roundedDefault !important;
  font-size: 12px !important;
}

.panel input.filtercb {
  width: 10px !important;
  height: 10px !important;
}

.breadcrumbs-right div {
  top: 74.5% !important;
}

@media (max-width: 830px) {
  .header-mobile .header {
    flex-wrap: nowrap !important;
    padding: 10px !important;
  }
  .header-item:not(.header-logo) {
    padding: 5px !important;
  }
  .page-switch {
    transform: translateY(50%) !important;
  }
  .row.grid-pets {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  .row.grid-pets .grid-pet-container {
    min-height: unset !important;
    max-height: unset !important;
    max-width: unset !important;
    min-width: unset !important;
  }
  .mb-2115 {
    padding: 0 !important;
    margin-left: 10px !important;
  }
  .hp-icons div {
    border-radius: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .hp-icons {
    margin-top: -30px;
    margin-bottom: -50px;
  }
}

.grid-inspect a {
  font-family: "roundedDefault" !important;
  font-size: 12.5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.col-12.d-flex.flex-column.justify-content-center p {
  font-family: "roundedDefault" !important;
  font-size: 14px !important;
}

.grid-title {
  white-space: break-spaces !important;
}

.col-12.grid-pet-container {
  display: none !important;
}

@media (min-width: 840px) {
  .item-grid .col-12.inner {
    min-height: 550px;
  }
}

@media (max-width: 840px) {
  .page-switch {
    z-index: 999999999999;
  }
  .fcopyp {
    font-size: 12px;
    margin-right: 20px !important;
    text-align: right;
  }
  .footer-row .header-icons .d-flex {
    margin-right: 20px;
    margin-top: 10px;
  }

  .item-grid-inner img {
    max-width: 100% !important;
  }

  .onerigrid .col-md-4.col-12.item-grid {
    max-width: 90% !important;
    margin: 15px auto !important;
  }
}

footer .footer-logo {
  max-height: 100px;
}

footer .footer-links a {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

header.header-mobile {
  margin-top: -45px !important;
}
@media (min-width: 768px) {
  .col-8 .d-flex.flex-column {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 25px !important;
  }
}

footer .footer-logo {
  max-height: 200px !important;
}
