body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding-top: 100px;
    overflow-x: hidden;
}

.scrolled {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease;
}

.product-tab-new{
    display: flex;
}

.product-detail-btn span{
    color: #fff !important;
}


h1 {
    font-family: "Barlow", sans-serif;
    font-size: calc(1.175rem + 1.2vw) !important;
    font-weight: 600 !important;
    line-height: 60px !important;
    margin-bottom: 0px !important;
}

h2 {
    font-family: "Barlow", sans-serif;
    font-size: calc(1.175rem + .9vw) !important;
    font-weight: 600 !important;
    line-height: 40px;
    margin-bottom: 0px !important;
}

h3 {
    font-family: "Barlow", sans-serif;
    font-size: calc(1.3rem + .6vw) !important;
    color: #434343;
    font-weight: 700 !important;
    line-height: 30px;
    margin-bottom: 0px !important;
}

h4 {
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    color: #434343;
    font-weight: 600 !important;
    line-height: 26px;
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
}

a.red-btn,
button.red-btn {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    background: #FE0000;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 30px !important;
    font-weight: 500 !important;
    display: inline-block;
    text-decoration: none;
    border: none;
}

a.red-btn:hover,
button.red-btn:hover {
    color: #fff;
}

a.blue-btn,
button.blue-btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background: #3C2A96;
    color: #fff;
    border-radius: 25px;
    padding: 10px 100px;
    font-weight: 500 !important;
    display: inline-block;
    border: none;
    text-decoration: none;
}

a.blue-btn-small,
button.blue-btn-small {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    background: #3C2A96;
    color: #fff;
    font-weight: 500 !important;
    display: inline-block;
    border: none;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section {
    margin: 50px 0px;
}

.breadcrumb li {
    font-size: 20px;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.text-blue {
    color: #3C2A96 !important;
}

.text-red {
    color: #FE0000 !important;
}

.text-orange {
    color: #E15F04 !important;
}

.bg-orange {
    background: #E15F04 !important;
}

.text-grey {
    color: #434343 !important;
}

.bg-pink {
    background: #FFFAED !important;
}



.custom-size {
    padding: 50px 0px;
}

.bg-grey {
    background: #F8F8F8 !important;
}

.bg-blue {
    background: #3C2A96 !important;
}

.bg-red {
    background: #FE0000 !important;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

/* header-css */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

}

.main-menu-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
}

.cart-menu li a {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.cart-menu .cart-option {
    position: relative;
}

.cart-menu .bi-cart3 {
    font-size: 22px;
    color: #214388;
    margin-right: 10px;
}

.cart-menu .cart-option span {
    position: absolute;
    top: 4px;
    left: 20px;
    background: #FEC400;
    padding: 1px 5px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
}

.translate-dropdown button {
    border: none;
    background: none;
}

/* footer-css */

.footer-menu {
    background: #000;
    padding: 50px 0px;
}

.footer-links ul {
    margin: 0px;
    padding: 0px;
}

.footer-links li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-links li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.market-btn {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out,
        background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #818181;
    background-position: center left 0.75rem;
    background-color: #000;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 6px;
}

.market-btn .market-button-title {
    display: block;
    color: #fff;
    font-size: 1.125rem;
}

.market-btn .market-button-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    color: #fff;
    font-size: 0.75rem;
}

.apple-btn {
    background-image: url(../image/apple-logo.png);
    background-repeat: no-repeat;
}

.google-btn {
    background-image: url(../image/google-play.png);
    background-repeat: no-repeat;
}

.mail-input {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.mail-input::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -25px;
    width: 1px;
    height: 100px;
    background-color: #fff;
    z-index: 1;
}

.mail-input-inner {
    position: relative;
}

.mail-input-inner input {
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    border: none;
}

.mail-input-inner button {
    position: absolute;
    top: 7px;
    right: 10px;
}

/* Home Css */

ul.app-download-points li,
ul.doctor-points li {
    list-style: none;
    background-position: 0px 6px;
    background-image: url(../image/hand-point.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 46px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #434343;
}

ul.doctor-points li {
    background-image: url(../image/veterinary-care.svg);
}

.app-mobile img {
    width: 100%;
    max-width: 550px;
}

.shop-heading p {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.large-animal,
.small-animal {
    position: relative;
}

.large-animal h3,
.small-animal h3 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.food-brand h2,
.doctor-heading h2 {
    position: relative;
}

.food-brand h2::after,
.doctor-heading h2::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 13%;
    width: 25%;
    height: 1px;
    background: #9C9C9C;
}

.food-brand h2::before,
.doctor-heading h2::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 13%;
    width: 25%;
    height: 1px;
    background: #9C9C9C;
}

.doctor-heading h2::before {
    left: 4%;
    width: 27%;
}

.doctor-heading h2::after {
    right: 4%;
    width: 27%;
}


.food-brand span img,
.doctor-heading span img {
    position: relative;
    top: -4px;
}

.large-animal-card .card-footer,
.small-animal-card .card-footer {
    background: #020077;
    text-align: center;
}

.large-animal-pro-img{
    width: 100%;
    height: 270px;
    padding: 5px;
}

.large-animal-pro-img img {
   background-size: cover;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.large-animal-card span,
.small-animal-card span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.knowledge-card {
    background-image: linear-gradient(to bottom, #ffffff, #fef4fc, #ffe7ee, #ffdbd5, #ffd5b7);
    padding: 15px;
    border-radius: 10px;
}

/* .knowledge-card-2 {
    background-image: linear-gradient(to bottom, #ffffff, #fef4fc, #ffe7ee, #ebcfcb, #ff9143) !important;
}

.knowledge-card-3 {
    background-image: linear-gradient(to bottom, #ffffff, #fef4fc, #ff739b, #ff7d6b, #ff990094) !important;
} */

.knowledge-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pet-registration-banner {
    position: relative;
}

.pet-registration-banner-content {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pet-registration-banner-content a {
    color: #020077;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    margin-top: 15px;
}

.food-brand-slider .owl-nav .owl-prev {
    top: 30%;
    position: absolute;
    left: -50px;
    font-size: 60px !important;
}

.food-brand-slider .owl-nav .owl-next {
    top: 30%;
    position: absolute;
    right: -50px;
    font-size: 60px !important;
}

.top-food-img {
    width: 100%;
    height: 250px;
    border: 3px solid #c5c5c5;
    border-radius: 5px;
    padding: 8px;
    position: relative;
}

.top-food-img a img{
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* About Us */
.about-banner,
.contact-banner,
.privacy-banner,
.terms-banner {
    background: url(../image/about-banner.jpg)no-repeat;
    background-size: cover !important;
    position: relative;
    min-height: 400px;
    width: 100%;
    height: 100%;
}

.privacy-banner {
    background: url(../image/privacy-banner.jpg)no-repeat;
}

.contact-banner {
    background: url(../image/contact-banner.jpg)no-repeat;
}

.terms-banner {
    background: url(../image/terms.jpg)no-repeat;
}

.about-banner h1,
.contact-banner h1,
.privacy-banner h1,
.terms-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px !important;
    font-weight: 700;
}

.about-banner img {
    position: absolute;
    bottom: 0;
}

.about-bottom {
    background: #F2EEE5;
}

.about-feedback-icon {
    border-radius: 57% 43% 50% 50% / 57% 56% 44% 43%;
    background: #E15F04;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;

}

.about-feedback-icon img {
    max-width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-feedback-icon:hover {
    background: #214388;
}

.about-content-img {
    position: relative;
    bottom: -30px;
}

.about-content-inner h1 {
    font-size: 60px !important;
    color: #E15F04;
    margin-bottom: 10px;
}

.about-dog-cat-content li.about-list-1,
.about-dog-cat-content li.about-list-2 {
    position: relative;
    list-style: none;
}

.about-dog-cat-content li.about-list-1::before,
.about-dog-cat-content li.about-list-2::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -20px;
    width: 4px;
    height: 62px;
    background: #E15F04;
}

.about-dog-cat-content li.about-list-2::before {
    background: #214388;
}

.mission-vision-content {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: -10%;
    text-align: center;
}

.about-question {
    max-width: 700px;
    margin: 0 auto;
}

.about-question .accordion-button:not(.collapsed) {
    background-color: #E15F04;
    color: #fff;
}

.about-question .accordion-item {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

/* contact-Us */

.contact-detail h6 {
    color: #646464;
}

.contact-detail a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.contact-form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 70px;
    border-radius: 20px;
    background-color: #fff;
}

/* privacy-policy */

.privacy-detail h3 {
    margin-bottom: 15px !important;
}

.privacy-detail p {
    line-height: 30px;
}

.privacy-detail ol li {
    font-weight: 600 !important;
    color: #000;
    font-size: 18px;
}



/* Sign-up-page */

.sign-up-page {
    margin-top: 70px;
}

.sign-up-form input::placeholder {
    color: #808080;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.sign-up-form {
    padding: 50px 50px 20px 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 100px;
}

.sign-up-form label {
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.sign-up-form select {
    color: #666;
}

.address-input {
    position: relative;
}

.address-input span {
    position: absolute;
    right: 25px;
    top: 40px;
}

.sign-up-button a {
    color: #E03232;
    text-decoration: none;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
}

.login-form-inner {
    position: relative;
}

.login-form-inner button {
    position: absolute;
    top: 35px;
    right: 1px;
    padding: 7px 25px;
    border-radius: 0px 5px 5px 0px;
}

.login-middle-text p {
    position: relative;
    font-weight: 600;
}

.login-middle-text p::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background: #ababab;
    top: 50%;
    left: 56px;
}

.login-middle-text p::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background: #ababab;
    top: 50%;
    right: 56px;
}

.otp-code-inner input {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

/* Pet Registration */

.pet-registration input,
.pet-registration select {
    padding: 10px;
}

.file-wrapper {
    width: 120px;
    height: 120px;
    border: 1px solid #B7B7B7;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

.file-wrapper:after {
    content: "+";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-size: 35px;
    font-weight: 400;
    color: black;
    text-align: center;
}

.file-wrapper:before {
    content: "Add Front Image";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    margin: auto;
    bottom: 70px;
    font-size: 0.75em;
    color: gray;
    text-align: center;
}

.file-wrapper-2::before {
    content: "Add Right Image";
}

.file-wrapper-3::before {
    content: "Add Left Image";
}

.file-wrapper .close-btn {
    display: none;
}

input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    cursor: pointer;
}

.file-set {
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    padding: 10px;
    border-width: 0px;
}

.file-set:hover {
    transition: all 0.5s ease-out;
    filter: brightness(110%);
}

.file-set:before {
    color: transparent;
}

.file-set:after {
    color: transparent;
}

.file-set .close-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    background: #000;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    opacity: 0.8;
}

.file-set>input {
    pointer-events: none;
}

/* animal listing*/

.animal-listing-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.animal-listing-card {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    min-height: 100%;
    align-items: center;
}

.animal-listing-img {
    width: 150px;
    height: 150px;
}

.animal-listing-img img {
    /* width: 100%; */
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.animal-listing-content li {
    list-style: none;
    font-size: 18px;
    color: #5C5C5C;
    font-weight: 400;
    line-height: 36px;
}

/* Vet Gyan List */

.vet-list-banner {
    background: url(../image/vet-list-banner.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
}

.vet-list-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3em;
    font-family: "Barlow", sans-serif;
}

.vet-list-card,
.farming-gyan-card {
    border-bottom: 1px solid #D9D9D9;
}

.vet-list-card-img,
.farming-gyan-card-img {
    width: 100%;
    height: 350px;
}

.vet-list-card-img img,
.farming-gyan-card-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;

}

.vet-list-card-img {
    position: relative;
}

.vet-list-card-img .vet-list-card-img-tag {
    position: absolute;
    top: -15px;
    left: 50px;
    background: #E15F04;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.vet-list-card li {
    list-style: none;
}

.vet-list-card li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
}

.sidebar-widget {
    border: 1px solid #D9D9D9;
    padding: 10px;
}

.sidebar-widget-body tr td {
    font-size: 18px;
    color: #2F2F2F;
    font-weight: 500;
    line-height: 36px;
}

.sidebar-widget-body td a {
    text-decoration: none;
    color: #2F2F2F;
}

.sidebar-widget-inner img {
    width: 100%;
    background-size: cover;
    max-width: 80px;
    height: 80px;
}

.sidebar-widget-body li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar-widget-content h5 {
    font-size: 18px;
    color: #000;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 18px;
    border-radius: 5px;
}

.pagination__btn .bi-arrow-left-short,
.pagination__btn .bi-arrow-right-short {
    color: #214388;
    font-size: 28px;
}

.pagination__btn:first-child,
.pagination__btn:last-child {
    font-size: 18px;
}

.pagination__btn.pagination__btn_active {
    color: #fff;
    background-color: #E15F04;
}

.pagination__btn:hover:not(.pagination__btn_active) {
    background-color: #E15F04;
    color: #fff;
}

.vet-detail-banner img {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.vet-detail p {
    font-size: 16px;
    color: #5C5C5C;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: justify;
}

.vet-detail li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.vet-detail .bi-person-fill,
.vet-detail .bi-calendar2-week {
    color: #214388;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.sidebar-widget-content .bi-person-fill,
.vet-list-card .bi-person-fill,
.vet-list-card .bi-calendar2-week {
    color: #214388;
    font-size: 18px;
}


/* farming Gyan */

.farming-gyan-banner {
    background: url(../image/farming-gyan-banner.jpg) !important;
    background-repeat: no-repeat !important;
}

.farming-gyan-card a {
    font-size: 18px;
    color: #FE0000;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;

}


/* product list */

.filter-container {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.filter-group select {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: none;
}

.filter-group select.active {
    border-color: #E15F04;
    background-color: #fce2d4;
}

.clear-btn {
    /* display: none; */
    color: #020077;
    cursor: pointer;
    font-weight: 500;
}

/* .clear-btn.show {
    display: block;
} */

.product-card-tab .tabs {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 50%;
}

.product-card-tab .tab {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #fff;
    border: 3px solid #E3E3E3;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    font-weight: 500;
}

.product-card-tab .tab:not(:last-child) {
    margin-right: 2px;
}

.product-card-tab .tab:hover {
    background-color: #e6e6e6;
}

.product-card-tab .tab.actives {
    background-color: #E3E3E3;
    color: #000;
    border-color: #E3E3E3;
}

.product-card-tab .tab-content:not(.actives) {
    display: none;
}

.tab-product .large-animal-card,
.tab-product .small-animal-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* product detail */
.quantity-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-btn:active {
    background-color: #ddd;
}

#quantity-input,
#quantity-input-2 {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    outline: none;
}

.product-detail-summary span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.product-detail-summary s {
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 5px 0px 10px;
}

.product-description li a {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
}

.product-description .nav-tabs .nav-item.show .nav-link,
.product-description .nav-tabs .nav-link.active {
    color: #020077 !important;
    border-color: #313131 !important;
    border-bottom: 3px solid #313131;
}

.product-description .nav-tabs .nav-link {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.product-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrapper {
    display: flex;
    flex-direction: row; /* default: thumbnails + main image side by side */
  gap: 10px;
}

.slider-main {
    /* width: 450px; */
    overflow: hidden;
    margin-left: 20px;
    background: #F3F3F3;
    height: 450px;
    margin-bottom: 20px;
}

.slider-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
}

.slider-main-image.active {
    display: block;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.thumbnail {
    width: 65px;
    height: 65px;
    margin: 5px 0;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    background: #F3F3F3;
}

.thumbnail.active {
    border-color: #FE0000;
    border-radius: 5px;
}

.thumbnail:hover {
    border-color: #FE0000;
}

/* cart page */

.cart-content {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 10px 0px;
}

.cart-inner-prod-img {
    width: 200px;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    background: #F4F4F4;
}

.cart-inner-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.cart-product-detail h6 {
    cursor: pointer;
    padding-left: 20px;
}

.cart-edit-content {
    position: relative;
}

.cart-edit-content span {
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    color: #020077;
    font-weight: 500;
}

.card-order-total {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-order-total tr td {
    border: none;
    color: #0A0909A8;
    font-weight: 500;
}

.animal-profile-form span {
    cursor: pointer;
    font-size: 18px;
}

.profile-pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;

}

.profile-pic .bi-camera-fill {
    position: absolute;
    color: #3C2A96;
    font-size: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background: #D9D9D9;
    border-radius: 50%;
    padding: 8px 15px;
    top: 55%;
    right: -10%;
}

/* order-history */

.order-history table {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.order-history thead tr th {
    background: #ededed;
    padding: 15px 10px;
}

.order-history tbody tr td {
    padding: 15px 10px;
}

.order-history .bi-eye-fill {
    font-size: 20px;
    color: #020077;
    cursor: pointer;
    padding-left: 10px;
}

.order-detail button {
    font-size: 12px !important;
    padding: 8px 15px !important;
}