.category-pictos{
    text-align: center;
    margin-top: 20px;
}

.category-img {
    cursor: pointer;
    position: relative;
    border: 1px solid #514b4d;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px;
}
.category-img img{
    position: absolute;
    top: 20%; left: 20%;
    width: 60px;
    height: 60px;
}

.category-list, 
.shippingarea-list {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.category-list .category-item,
.shippingarea-list .shippingarea-item {
    display: inline-block;    
    width: 110px;
    border-radius: 15px;
    border:solid 2px #000000;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.category-list .category-item.cat-active, 
.category-list .category-item.cat-hover, 
.shippingarea-list .shippingarea-item.shippingarea-active, 
.shippingarea-list .shippingarea-item.shippingarea-hover {
    background-color: #000000;
    color: #FFFFFF;
}

.alphabet-filter-bar{
    margin: 20px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #F1F1F1;
}
.alphabet-filter-bar .alphabet-filter-title{
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
    margin-top: 15px;
    font-size: 18px;
}
.alphabet-filter-title span{
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
}

.seller-list-section {
    text-align: center;
}
.seller-list-section .first-letter-circle {
    border: 1px solid #514b4d;
    border-radius: 50%;
    margin-top: 40px;
    margin-bottom: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.first-letter-circle h3 {
    height: 50px;
    line-height: 50px;
    margin: 0px !important;
    font-size: 22px !important;
}
.row.seller-list-navbar {
    min-height: 20px;
    padding: 15px 0;
    margin: 0;
    background-color: #F1F1F1;
}
.seller-list-navbar h4 {
    font-size: 16px !important;
    margin: 7px auto;
    font-weight: 600;
}
.seller-list-navbar a:hover {
    text-decoration: none !important;
}

img.badge-seller {
    width: 50px;
    margin: 0px 4px;
}