.pet-hero {
    background-image: url("../images/main_banner.png");
    background-size: cover;
    height: 260px;
    width: 100%;
}

.pet-hero-title {
    position: relative;
    top: 74.28571px;
}

.pet-items {
    margin-top: 1rem;
}

.pet-item {
    margin-bottom: 1.5rem;
    text-align: center;
    width: 33%;
    display: inline-block;
    float: none !important;
}

.pet-list-item {
    font-size: 1rem;
    font-weight: 300; }

@media screen and (max-width: 1024px) {
    .pet-item {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .pet-item {
        width: 100%;
    }
}

.pet-footer {
    background-color: #000000;
    border-top: 1px solid #EEEEEE;
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    width: 100%;
    bottom: 0;
}

.pet-footer-brand {
    height: 50px;
    width: 230px;
}

.pet-header {
    margin: 0px;
    background-color: #000000;
}

.pet-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}


.pet-filters {
    background-color: #0470e3;
    height: 65px;
}

.pet-filter {
    border-radius: .5rem;
    -webkit-appearance: none;
    background-color: transparent;
    border-color: #033c40;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: .5rem;
    min-width: 140px;
    outline-color: #033c40;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.5rem;
}

.pet-filter option {
    background-color: #5096e7;
}


.pet-label {
    display: inline-block;
    position: relative;
    z-index: 0; }
.pet-label::before {
    color: rgba(255, 255, 255, 0.5);
    content: attr(data-title);
    font-size: 0.65rem;
    margin-left: 0.5rem;
    margin-top: 0.65rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 1; }
.pet-label::after {
    background-image: url("../images/arrow-down.png");
    content: '';
    height: 7px;
    position: absolute;
    right: 1.5rem;
    top: 2.5rem;
    width: 10px;
    z-index: 1; }


.pet-send {
    background-color: #dc7406;
    color: #efd912;
    cursor: pointer;
    font-size: 1rem;
    margin-top: -1.5rem;
    transition: all 0.35s; }
.pet-send:hover {
    background-color: #db7603;
    transition: all 0.35s; }

.pet-thumbnail {
    max-width: 370px;
    width: 100%; }

.pet-button {
    border-radius: .5rem;
    background-color: #f59526;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1rem;
    height: 3rem;
    margin-top: 1rem;
    transition: all 0.35s;
    width: 80%; }
.pet-button.is-disabled {
    opacity: .5;
    pointer-events: none; }
.pet-button:hover {
    background-color: #864904;
    transition: all 0.35s; }

.pet-name {
    font-size: 1rem;
    font-weight: 300;
    margin-top: .5rem;
    text-align: center;
    text-transform: uppercase; }

.pet-price {
    font-size: 28px;
    font-weight: 900;
    text-align: center; }
.pet-price::before {
    content: '$'; }