﻿div.shop-item {
	margin-bottom: 10px;
}

/* corner */
.badge.badge-corner {
    top: -8px !important;
    right: -8px !important;
    width:20px;
    height:20px;
    position: absolute !important;
    color: #fff !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

/* colors */
span.badge-default,
span.badge-default,
.list-group-item.active > .badge.badge-default {
    background-color: #333 !important;
}

span.badge-blue,
span.badge-blue,
.list-group-item.active > .badge {
    background: #3498db !important;
}

span.badge-red,
span.badge-red,
.list-group-item.active > .badge {
    background: #e74c3c !important;
}

    span.badge-green,
    span.badge-green,
    .list-group-item.active > .badge.badge-green {
        background: #2ecc71 !important;
    }

    span.badge-sea,
    span.badge-sea,
    .list-group-item.active > .badge.badge-sea {
        background: #1abc9c !important;
    }

    span.badge-orange,
    span.badge-orange,
    .list-group-item.active > .badge.badge-orange {
        background: #e67e22 !important;
    }

    span.badge-yellow,
    span.badge-yellow,
    .list-group-item.active > .badge.badge-yellow {
        background: #f1c40f !important;
    }

    span.badge-purple,
    span.badge-purple,
    .list-group-item.active > .badge.badge-purple {
        background: #9b6bcc !important;
    }

    span.badge-aqua,
    span.badge-aqua,
    .list-group-item.active > .badge.badge-aqua {
        background: #F0928A !important;
    }

    span.badge-brown,
    span.badge-brown,
    .list-group-item.active > .badge.badge-brown {
        background: #9c8061 !important;
    }

    span.badge-dark-blue,
    span.badge-dark-blue,
    .list-group-item.active > .badge.badge-dark-blue {
        background: #4765a0 !important;
    }

    span.badge-light-green,
    span.badge-light-green,
    .list-group-item.active > .badge.badge-light-green {
        background: #79d5b3 !important;
    }

    span.badge-light,
    span.badge-light,
    .list-group-item.active > .badge.badge-light {
        color: #777;
        background: #ecf0f1 !important;
    }

    span.badge-dark,
    span.badge-dark,
    .list-group-item.active > .badge.badge-dark {
        background: #555 !important;
    }