/** MAIN ITEMS */
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: center;
    background: #222;
    color: #dedede;
}
@media screen and (min-width: 990px){
    body {
        text-align: left;
    }
}

p {
    margin: 0.5rem 0 !important;
}

pre {
    font-size: 9px;
}

.centered {
    text-align: center;
}

.row > div {
    /*border: 1px solid purple;*/
}

.highlight-link {
    text-decoration: none;
}
.highlight-link:hover {
    color: red;
}

/* ALIGNMENT & PADDING */
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.pad-top-1 {
    padding-top: 1rem;
}
.pad-top-2 {
    padding-top: 2rem;
}
.pad-top-3 {
    padding-top: 3rem;
}
.indented {
    margin-left: 1.4rem;
}

/* IMAGES */
img.responsive {
    width: 100%;
    height: auto;
}
img.fp-image {
    max-height: 350px;
}
img.fp-image-sm {
    width: auto;
    max-width: 225px;
    max-height: 225px;
}
.product-card-image {
    width: auto;
    max-width: 100%;
    max-height: 225px;
}
.image-component {
    text-align: center;
}

/* BANNER */
.banner {
    background: #f7f06c url('/img/banner_bg.jpg') repeat-x center bottom;
    background-size: contain;
}
.banner .container {
    min-height: 165px;
    background: transparent url('/img/logo_large.jpg') no-repeat center bottom;
    background-size: contain;
    color: #444;
}
.search-box {
    padding: 0.5rem;
}
.banner-contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-social-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-social-buttons li {
    display: inline;
}
.banner-social-buttons li a {
    color: #444;
}
.banner-social-buttons li:not(:last-of-type){
    margin-right: .5rem;
}
.contact-box {
    display: none;
}
@media screen and (min-width: 720px){
    .contact-box {
        display: block;
        font-size: 1rem;
        font-weight: 700;
        text-align: right;
    }
}
@media screen and (min-width: 990px){
    .contact-box {
        font-size: 1.2rem;
    }
}

/* BUTTONS */
.btn-xxs {
    padding: .10rem;
    font-size: .7rem;
    font-weight: 200;
    border-radius: .2rem;
}
.btn-xs {
    padding:.25rem;
    line-height: 1;
    font-size: .9rem;
    font-weight: 400;
    border-radius:.2rem;
}
.btn-default {
    color: #333;
    background: #fcc842;
    border-color: #fcc842;
}
.btn-default:hover {
    color: #222;
    background-color: #f0bd41;
    border-color: #f0bb43;
}
.btn-current {
    color: #333;
    background-color: #dedede;
}
.btn-current:hover {
    color: #222;
    background-color: #cfcfcf;
}
.btn-orange {
    color: #fff;
    /*background-color: #fc5226;*/
    background-color: #f8a137;
    border-color: #f8a137;
}
.btn-orange:hover {
    color: #fff;
    background-color: #ea5326;
    border-color: #df5326;
}
.btn-brown {
    color: #ededed;
    background-color: #a5472a;
    border-color: #a5472a;
}
.btn-brown:hover {
    color: #ededed;
    background-color: saddlebrown;
    border-color: saddlebrown;
}
.cat-btns li a {
    margin: .2rem !important;
}
.admin-edit-btn {
    margin-bottom: .25rem;
}
.admin-export-btn {
    width: 100%;
    margin-bottom: .25rem;
}
.export-to-wholesale-drop-ul {
    width: 100%;
}

/* CHECKOUT TABLE */
.checkout-item-list li#items-total {
    border-top: 1px solid #222;
}
.checkout-item-list li#shipping-total {
    border-bottom: 1px solid #222;
}

/* FEATURED */
#featured-panel a {
    color: #444;
}
#featured-panel a:hover {
    color: #a22;
}

/* NAV MENU */
.nav {
    padding: .2rem 0;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav a.link:hover {
    color: #fcc842;
}
.nav a.active {
    color: #fff;
}
.nav-dark {
    background: #444;
    color: #fff;
}
.nav-dark a {
    color: #fff;
    text-decoration: none;
}
.nav i.fa-shopping-cart {
    padding-right: .2rem;
}
@media (min-width: 990px) {
    .nav {
        padding: .4rem 0;
    }
    .nav > .container > .row > .col > .drop-menu-toggle {
        display: none;
    }
    .nav > .container > .row > .col > ul {
        display: flex;
    }
    .nav > .container > .row > .col > ul > li {
        margin-right: 1.5rem;
    }
}

/* ICONS */
i.left-side-icon {
    margin-right: .3rem;
}

i.right-side-icon {
    margin-left: .3rem;
}

/* CART DROPDOWN */
ul#cart-drop-ul {
    color: #fff;
}
@media (min-width: 990px) {
    ul#cart-drop-ul {
        color: #000;
    }
    ul#cart-drop-ul li:first-of-type {
        padding: .5rem !important;
        background: #fcc842;
    }
}

/* DROP MENU */
.drop-menu-toggle {
    cursor: pointer;
}
.drop-menu-ul > li > a {
    color:#fff;
}
.drop-menu-ul > li > a:hover {
    text-decoration: none;
}
.drop-menu-inner-ul {
    display: none;
    list-style: none;
    margin: .4rem 0 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.6);
    -moz-box-shadow-bottom: 4px 4px 4px #000;
    -webkit-box-shadow-bottom: 4px 4px 4px #000;
    box-shadow-bottom: 4px 4px 4px #000;
}
.drop-menu-inner-ul li {
    padding: .2rem 0;
    color: #ddd;
    background: #222;
    border-top: 1px solid #111;
    text-decoration: none;
}
.drop-menu-inner-ul li:last-of-type {
    border-bottom: 1px solid #111;
}
@media (min-width: 990px) {
    .drop-menu-inner-ul {
        white-space:nowrap;
        list-style:none;
        margin-top: .4rem !important;
        min-width: 180px;
        max-height: 30rem;
        overflow-y: auto;
        position: absolute;
        z-index: 100;
        background: #fff !important;
        border: 1px solid rgba(0,0,0,0.2);
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    .drop-menu-inner-ul li {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        color: #222;
        background: #fff;
        text-decoration: none;
    }
    .drop-menu-inner-ul a {
        display: block;
        margin: .4rem 0;
        padding: 0 .8rem;
        color: #333;
        background: #fff;
    }
    .drop-menu-inner-ul a:hover {
        color: #fff;
        background: #333;
        text-decoration: none;
    }
}

/* MAIN SECTION */
.main {
    /*padding-top: 1rem;*/
    min-height: 10rem;
    background: #fff !important;
    color: #222 !important;
}
@media (min-width: 768px) {
    .main {
        min-height: 25rem;
    }
}
@media (min-width: 970px) {
    .main {
        min-height: 40rem;
    }
}
.main-content {
    padding: 2rem 0;
}
.main-content .row:not(:first-of-type){
    /*margin-top: 3rem;*/
}

.second-content {
    padding: 2rem 0;
    background: #d3d3d3;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #444;
}

.products-block {

}
.products-block .products {
    list-style: none;
    margin: 0;
    padding: 0;
}
.products .item {
    text-align: center;
    margin-bottom: 2rem;
    border: 1px solid #dedede;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.products .item:hover {
    transform: scale(1.025, 1.025);
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 1px 0 2px rgba(0,0,0,.15);
}
.products .item-header {
    min-height: 75px;
    background: #444;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products .item-header a {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.4em;
    color: #efefef;
    text-decoration: none;
    text-transform: uppercase;
}
.products .item-body {
    padding: .5rem 1rem;
}
.products .item-body a {
    color: #222;
    text-decoration: none;
}
.products-block .item img {
    max-width: 100%;
    height: auto;
    max-height: 225px;
}
.products .placeholder {
    border: none !important;
    background: transparent !important;
    cursor: unset;
}
.products .placeholder:hover {
    box-shadow: none !important;
}
@media screen and (min-width: 720px) {
    .products-block .products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .products .item {
        flex: 1 1 auto;
        max-width: 49%;
    }
}
@media screen and (min-width: 960px) {
    .products .item {
        max-width: 32%;
    }
}
@media screen and (min-width: 1140px) {
    .products .item {
        min-width: 24%;
        max-width: 24%;
    }
}

.sub-card .card-header {
    font-size: 1.3em;
    font-weight: 700;
}
.sub-card p {
    font-size: 1.1em;
}
.sub-card-list {
    list-style: none;
    padding: 0;
    margin-top: 2em;
    font-size: 1.2em;
}
.sub-card-list li {
    font-size: 1em;
    margin: .55em 0;
}
.sub-form .input-group {
    margin: .5em 0;
}

.animals-panel {
    text-align: center;
}
.animals-panel > .panel-header {
    font-weight: 700;
    background: #444;
    color: #fff;
}
.animal-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.animal-card .panel {
    /*min-height: 560px;*/
}
.animal-card .panel-header {
    padding: 1rem;
}
.animal-card p.title {
    font-weight: bold;
}
.animal-card p.description {
    font-size: .8rem;
}
@media screen and (min-width: 720px) {
    .animal-cards {
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: .5rem;
        grid-row-gap: 1rem;
    }
    .animal-card {
        display: flex;
    }
    /*
    .animal-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .animal-card {
        flex: 1 1 auto;
        max-width: 49%;
    }
    */
}
@media screen and (min-width: 960px) {
    .animal-card {
        /*max-width: 32%;*/
    }
}
@media screen and (min-width: 1140px) {
    .animal-card {
        /*max-width: 24%;*/
    }
}

.more-btn {
    margin-top: -.5rem;
    margin-bottom: 1rem;
}

.outlined {
    padding: 1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: #dedede;
}
.outlined-orange {
    border-color: #fcc842;
}
.outlined-blue {
    border-color: #4169e1;
}

/* INFO PAGES */
.info-page h3 {
    margin-bottom: 1rem;
}

/* J-CONFIRM */
.jconfirm {
    color: #222 !important;
}

/* CARDS */
.cards {
    font-size: .85rem;
    margin: 0;
    padding: 0;
}
.card {
    width: 100%;
    padding: .5rem;
    margin-bottom: 1rem;
}
.card-spacer {
    border: none !important;
}
.card-title a {
    color: #0056b3;
    text-decoration: none;
}
.card-title a:hover {
    color: #ff8c00;
}
.order-card {
    max-width: 100% !important
}
.order-card .btn {
    color: #444;
    text-decoration: none;
}
.order-card .badge,
.order-card a.btn-secondary {
    color: #efefef;
}
.pet-cards .card {
    text-align: center;
}
.product-card,
.pet-card {
    box-shadow: 1px 3px 5px 0 rgba(95,90,90,.3);
}
.personalization-component .form-control {
    font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: .9em !important;
}
.personalization-component textarea.form-control {
    min-height: 4em !important;
}
.personalization-toggle,
.personalization-toggle:hover,
.personalization-toggle:focus,
.personalization-toggle:active {
    outline: 0 !important;
    box-shadow: none;
    cursor: pointer;
}
.personalization-body {
    margin-top: .25rem;
    padding: 1rem;
    border: 1px solid #dedede;
    border-radius: 5px;
}
@media (min-width: 990px) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
    }
    .card {
        max-width: 49%;
        flex: 1 1 auto;
        margin: .5rem .25rem;
    }
    .pet-cards .card {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .card {
        max-width: 32%;
    }
}

/* ADDRESS BOOK CARDS */
.address-book-cards {
    padding-left: 0;
    justify-content: flex-start !important;
}
.address-book-cards li.active {
    box-shadow: 1px 1px .25rem #ff8c00;
}
#add-address-btn {
    text-align: center;
    cursor: pointer;
}

/* LISTS */
ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list-inline li {
    display: inline-block;
    margin-right: .12rem;
}

ul.sub-lines {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
}
ul.sub-lines li {
    margin: 0 0 1rem;
}
@media (min-width: 990px) {
    ul.sub-lines li {
        display: inline;
        line-height: 2.5rem;
        margin: 0 .65rem 0 0;
    }
}

ul.product-image-slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-list {
    margin-top: 1rem;
}

ul.category-list > li {
    padding: .25rem;
    background: #efefef;
    border: 1px solid #aaa;
}
ul.category-list > li:not(:last-of-type){
    margin-right: .25rem;
}
ul.category-list,
ul.category-list ul {
    list-style: none;
    padding: 0;
    font-size: .9rem;
}
ul.category-list ul {
    margin-left: .5em;
}
ul.category-list ul li {
    /*padding-left: 1em;*/
}
ul.category-list > li > a {
    font-weight: 700;
}
ul.category-list li a,
ul.category-list ul li a {
    color: #444;
}
ul.category-list li a:hover,
ul.category-list ul li a:hover {
    color: darkred;
}
ul.category-list li a.inactive {
    color: #888 !important;
}
ul.category-list {
    display: flex;
    flex-wrap: wrap;
}
ul.category-list > li {
    flex: 1 1 auto;
    margin: 0 0 2em;
    width: 100%;
}
@media screen and (min-width: 760px) {
    ul.category-list > li {
        width: 50%;
    }
}
@media screen and (min-width: 980px) {
    ul.category-list > li {
        width: 33%;
    }
}

/* PRODUCT PAGE COMPONENT */
.product-page .product-box-content-one {
    margin-bottom: 2rem;
}
.product-box-content-two .product-description {
    margin: 1rem 0;
}
.product-box-content-two p {
    margin: 1rem 0;
}
@media screen and (min-width: 990px) {
    .product-page{
        display: flex;
    }
    .product-page .product-box-content-one {
        flex: 1 1 auto;
        margin-bottom: 0;
        width: 30%;
    }
    .product-page .product-box-content-two {
        margin-left: 2rem;
        width: 70%;
    }
}

/* TABLES */
table.category-table th,
table.category-table td {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
table.category-table tr.table-list-sub-cat-col {
    color: #fff;
    background-color: rgba(0,0,0,.55) !important;
}

table.category-list-table {
    margin-top: 1rem;
}
table.category-list-table ul.action-btns {
    list-style: none;
    margin: 0;
    padding: 0;
}
table img.img-thumbnail {
    width: auto;
    max-height: 105px;
}
@media screen and (min-width:768px){
    table.category-list-table ul.action-btns {
        display: flex;
        flex-wrap: nowrap;
    }
    table.category-list-table ul.action-btns li {
        margin-right: .25rem;
    }
}

/* SECTIONS */
.section {
    margin-bottom: 2rem;
}

.sku-update-btn {
    transition: background-color 5ms ease-out;
}

/* FOOTER */
.footer {
    padding: 0.5rem 0;
    background: #444;
    color: #dedede;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer a {
    color: #dedede;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.sub-footer {
    padding: 0.5rem 0;
    background: #222;
    color: #dedede;
}
.sub-footer a {
    color: #dedede;
}
.sub-footer a:hover {
    color: #fff;
}
.sub-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 768px){
    .sub-footer-links {
        display: flex;
        flex-wrap: nowrap;
        font-size: .85rem;
    }
    .sub-footer-links li {
        margin-right: .8rem;
    }
}

/* MOBILE DETECTOR */
#mobile {
    display: block;
}
@media (min-width: 720px) {
    #mobile {
        display: none;
    }
}

/* COOKIE ANNOUNCEMENT */
.cookie-announcement {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    text-align: center;
    transition: 1s;
    border-radius: 0 !important;
    border-top: 1px solid #ddd;
}
.cookie-announcement ul {
    list-style: none !important;
    margin: 0 auto;
    padding: 0;
}
.cookie-announcement ul li {
    padding: .2rem 0;
    text-align: center;
}
@media (min-width: 990px) {

    .cookie-announcement ul {
        display: flex;
        flex-wrap: nowrap;
    }

    .cookie-announcement ul li {
        flex: 1 1 auto;
    }

    .cookie-announcement ul li:nth-child(1) {
        min-width: 75px;
    }

    .cookie-announcement ul li:nth-child(3) {
        min-width: 180px;
    }

}

.login-for-pricing {
    color: rgb(200,200,200);
    font-style: italic;
    text-transform: uppercase;
}

/* PAGINATOR */
ul.paginator {
    list-style: none;
    margin: 0.5rem 0 !important;
    padding: 0;
}

ul.paginator li {
    display: inline;
    margin-right: .3rem;
}

ul.paginator-categories li a {
    margin-bottom: .25rem;
}

/* PANEL */
div.panel {
    margin: .5rem 0 .8rem;
    border:1px solid #ced4da;
    border-radius: .25rem;
}
div.panel-responsive {
    width: 100%;
}
div.panel-header {
    padding: .5rem;
    color: #495057;
    background: #e9ecef;
    border-bottom: 1px solid #dedede;
}
div.panel-body {
    padding: .5rem .75rem;
}
div.panel-body textarea.form-control {
    margin: 0;
}
form.edit-product-form div.panel-body textarea.form-control {
    border: 0;
}
div.panel div.photos {
    min-height: 5rem;
}
div.panel div.photos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* BADGE */
span.right-side-icon {
    margin-left: .25rem;
}

.alert-dropdown {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    display: none
}

.margin-top-1 {
    margin-top: 1rem;
}
.margin-top-2 {
   margin-top: 2rem;
}

/* HELP BOXES */
.help-box {
    margin: 0;
    padding: 0;
    background: #e9ecef;
    font-size: .8rem;
}
.help-box-inner {
    margin: .5rem 0 0 0;
    padding: 0;
}
.help-box-outer {
    margin-bottom: .5rem;
    padding: .25rem;
    border-radius: .4rem;
}

/* ADMIN */
.product-admin-link {
    text-align: left;
}
.product-admin-link a {
    font-weight: bold;
    color: #000;
}
.product-admin-link a:hover {
    text-decoration: none;
    color: #f00;
}

/* PAGE MASK */
#page-mask {
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
#page-mask-content {
    position: relative;
    top: 50%;
    outline: 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px;
    overflow: hidden;
    color: #222;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* NEW ORDER ANNOUNCEMENT */
.new-order-announcement {
    padding: .5rem 0;
    text-align: center;
    transition: all .5s ease-in-out;
}
.new-order-announcement ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-order-announcement a {
    color: #dedede;
    text-decoration: none;
    cursor: pointer;
}
.new-order-announcement a:hover {
    color: #f8a137;
}

/* SHOP BY LIST */
.shop-by-list a {
    color: #222;
}
@media screen and (min-width: 900px){
    .shop-by-list {
        display: flex;
        flex-wrap: wrap;
    }
    .shop-by-list li {
        width: 50%;
    }
}

/* OVERLAY */
div.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 100;
    display: none;
}
div.overlay > div.window {
    width: 50%;
    margin: 10% auto 0 auto;
    text-align: center;
    font-size: 14rem;
}

/* TXN */
ul.transaction-data {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width:900px){
    ul.transaction-data {
        display: flex;
        flex-wrap: wrap;
    }
    ul.transaction-data li {
        flex: 1 1 auto;
        max-width: 50%;
        text-align: left;
    }
}

/* PROMO */
.promo-alert {
    background: #f7f06c;
    color: #444;
    border-bottom: 1px solid #444;
    text-align: center;
}
.promo-alert a {
    color: #005cbf;
    font-weight: bold;
    text-decoration: none;
}
.promo-alert a:hover {
    color: #444;
}

/* VIDEO */
.video-component {
    padding: 0 1em;
}
.video-component video {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 640px) {
    .video-component {
        text-align: center;
    }
    .video-component video {
        max-width: 600px
    }
}

@media screen and (min-width: 992px) {
    .video-component {
        text-align: center;
    }
    .video-component video {
        max-width: 820px
    }
}

@media screen and (min-width: 1280px) {
    .video-component {
        text-align: center;
    }
    .video-component video {
        max-width: 1200px
    }
}

/* MISC */
.sad-kitty {
    max-width: 500px;
}
.status-notice {
    padding: .25em .55em;
    border-radius: 10px;
}