.reward-item {
    border:1px solid #ccc;
    border-radius:8px;
    text-align:center;
    padding:5px;
    background: white;
    height:320px;
}

.reward-item img {
    max-height:120px;
    margin:auto;
}

span.badge.gift_card_badge {
    position: relative;
    background:#2ca8e4;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:10px 10px;
    font-size:20px;
    float: right;
    bottom: 10em;
}

span.badge.gift_card_badge_child {
    position:relative;
    background:#2ca8e4;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color:white;
    padding:5px 5px;
    font-size:20px;
    float: right;
 }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.anchor {
    max-height: 81px;
}

.noUi-tooltip {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius:4px;
}

.hide-category {
    display:none;
}

.reward-filter-btn {
    font-size:13px
}

/*noUiSlider*/

.noUi-value.noUi-value-horizontal.noUi-value-large {
    font-size: 13px;
    padding-top: 5px;
}

.noUi-tooltip {
    font-size: 13px;
    margin-bottom:2px;
}

.noUi-connect {
    background:#337ab7;
}

#slider {
    width:95%;
    margin-left:auto;
    margin-right:auto;
    height:5px;
    right:1%;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 17px;
    right: -17px;
    top: -6px;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 8px;
    width: 100%;
}

.noUi-handle.noUi-handle-upper::before,
.noUi-handle.noUi-handle-lower::before{
    display:none
}

.noUi-handle.noUi-handle-lower::after,
.noUi-handle.noUi-handle-upper::after
{
    display:none;
}

/* Smaller than Tablet */
@media (max-width: 767px){
    #tooltip_one {
        left: -1.5rem;
    }
    .card-body {
        padding: 0.5rem 1rem;
    }
}

/* .product-card-alt .badge {
    position: absolute;
    right: 1em;
    left: auto;
    z-index: 5;
    background-color: #2ca8e4;
    color:white;
    font-size: 20px;
} */
