/* Navbar dropdown icons (66px circular) */
.navbar.navbar-default li .dropdown > .dropdown-menu.products-select i.icon.icon--cat {
    background-color: #EEA52F;
    background-image: url('../../images/icons/icon--cat.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select i.icon.icon--cow {
    background-color: #EEA52F;
    background-image: url('../../images/icons/icon--cow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select i.icon.icon--rabbit {
    background-color: #A57CD0;
    background-image: url('../../images/icons/icon--rabbit.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select i.icon.icon--ferret {
    background-color: #6FC2E3;
    background-image: url('../../images/icons/icon--ferret.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select .products-select__item .dropdown-link:hover .icon--cat {
    background-image: url('../../images/icons/icon--cat.svg');
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select .products-select__item .dropdown-link:hover .icon--cow {
    background-image: url('../../images/icons/icon--cow.svg');
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select .products-select__item .dropdown-link:hover .icon--rabbit {
    background-image: url('../../images/icons/icon--rabbit.svg');
}

.navbar.navbar-default li .dropdown > .dropdown-menu.products-select .products-select__item .dropdown-link:hover .icon--ferret {
    background-image: url('../../images/icons/icon--ferret.svg');
}

/* Landing page promo block icons (98px circular with --with-round-bg) */
i.icon.icon--cat.icon--with-round-bg {
    background-color: #EEA52F;
    background-image: url('../../images/icons/icon--cat.svg');
}

i.icon.icon--cow.icon--with-round-bg {
    background-color: #EEA52F;
    background-image: url('../../images/icons/icon--cow.svg');
}

i.icon.icon--rabbit.icon--with-round-bg {
    background-color: #A57CD0;
    background-image: url('../../images/icons/icon--rabbit.svg');
}

i.icon.icon--ferret.icon--with-round-bg {
    background-color: #6FC2E3;
    background-image: url('../../images/icons/icon--ferret.svg');
}

/* Product detail "Liigid" (Species) row — keep legacy gray line-art icon
   so it visually matches the other product attribute icons (clipboard,
   syringe, thermometer, pill-bottle), not the colorful CVI silhouettes. */
i.icon.icon--species {
    width: 27px;
    height: 26px;
    background-image: url('../../images/icons/icon--species.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
