.page-head {
    margin: 0px;
    padding: 12px;
    background: #46b82e;
    color: #fff;
    font-size: 2.2rem;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

p.border-bottom {
    padding-bottom: 10px;
}

.card-img-top.d250 {
    height: 150px !important;
    width: 150px !important;
}

.first-header {
    padding-bottom: 0.5rem;
}

.pagination li {
    padding: 6px 12px;
    background: #46b82e;
    border-radius: 2px;
    color: #fff;
}

.pagination li.active {
    background: #1860ac;
}

.pagination li.disabled {
    background: #707070;
    cursor: no-drop;
}

.pagination li a {
    color: #fff;
}

.ing-spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: #005a9c;
    border-bottom-color: #005a9c;
    border-left-color: rgba(0, 90, 156, .15);
    border-right-color: rgba(0, 90, 156, .15);
    animation: spinner .8s ease-in-out infinite alternate
}

 .offer-label {
     color: white;
     padding: 8px;
     font-size: 10px;
     background-color: #f44336;
     position: absolute;
     line-height: 1;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
     z-index: 7;
     top: 0.8em;
     left: 0.8em;
 }

.offer-label-cart {
    color: white;
    padding: 4px;
    font-size: 8px;
    background-color: #f44336;
    border-radius: 5px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

