
.geis-select {
    height: auto;
}

.geis-point-detail {
    padding-bottom: 25px;
}

.product-label {
    background: #7d1b3c;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    z-index: 200;
}
.product-label-sale-tag {
    text-transform: uppercase;
    background: #3CB371;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    z-index: 200;
}

.users-orders-list-sum-info {
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 8px;
}

.users-orders-list-sum-info .value {
    color: #ac545b;
}