/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .d-flex {
        flex-wrap: wrap;
    }

    .w-40 {
        width: 100%;
    }

    .w-60 {
        width: 100%;
    }

    .product-card-tab .tabs {
        width: 100% !important;
    }

    a.blue-btn-small,
    button.blue-btn-small {
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        width: 30%;
        margin-top: 10px;
    }

    .food-brand h2::before,
    .doctor-heading h2::before {
        display: none;
    }

    .food-brand h2::after,
    .doctor-heading h2::after {
        display: none;
    }

    .mail-input::before {
        display: none;
    }

    .mail-input h6 {
        text-align: center;
        padding: 20px 0px;
    }

    .mail-input {
        flex-wrap: wrap;
    }

    .food-brand-slider .owl-nav .owl-next {
        display: none !important;
    }

    .food-brand-slider .owl-nav .owl-prev {
        display: none !important;
    }

    .pet-registration-banner {
        width: 100%;
        height: 100%;
        min-height: 100%;
        background-size: cover;
    }

    .pet-registration-banner img {
        min-height: 160px;
        background-size: cover;
        width: 100%;
        object-fit: cover;
        background-position: center center;
    }

    li.cart-menu-button {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    .about-banner,
    .contact-banner,
    .privacy-banner,
    .terms-banner {
        min-height: 200px;
        width: 100%;
        height: 100%;
    }

    .about-banner h1,
    .contact-banner h1,
    .privacy-banner h1,
    .terms-banner h1 {
        top: 40%;
        font-size: 38px !important;
    }

    div.web-inner {
        margin-left: 1rem !important;
        margin-right: 0rem !important;
    }

    .contact-form {
        padding: 30px 30px;
    }
    .large-animal-pro-img {
    width: 100%;
    height: 150px !important;
    padding: 5px;
}
.footer-logo img {
    max-width: 100px !important;
    margin-bottom: 15px;
}

.large-animal-inner{
    text-align: center;
}

.product-tab-new{
    flex-wrap: wrap;
}

.product-slider .slider-wrapper {
    flex-direction: column; /* stack vertically */
    align-items: center;    /* center them */
  }

.product-slider .slider-wrapper .thumbnails {
    flex-direction: row;   /* thumbnails go in a row under the image */
    justify-content: center;
    margin-top: 10px;
  }

.product-slider .slider-wrapper .thumbnails img {
    width: 60px;   /* adjust size */
    height: auto;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .large-animal-inner{
    text-align: center;
}

.product-tab-new{
    flex-wrap: wrap;
}

.product-slider .slider-wrapper {
    flex-direction: column; /* stack vertically */
    align-items: center;    /* center them */
  }

.product-slider .slider-wrapper .thumbnails {
    flex-direction: row;   /* thumbnails go in a row under the image */
    justify-content: center;
    margin-top: 10px;
  }

.product-slider .slider-wrapper .thumbnails img {
    width: 60px;   /* adjust size */
    height: auto;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}