.table {
    box-shadow: 2px 1px 15px 2px rgba(0,0,0,.3);
}
.baseTablecHeadCell{
    background-color: #C52110!important;
    border-color: #C52110;
    color:#F0F0F0!important;
}
.card{
    padding:0px!important;
    width: 10rem;
    max-height: 21rem;
    border-radius: 10px;
    box-shadow: 2px 1px 15px 2px rgba(0,0,0,.3);
}
.podiumCounter{
    background-color: #C52110;
    border-radius: 50%;
    color: #f0f0f0;
    width:1.5rem;
    display:inline-block!important;
    text-align: center;
}
.card-body{
    margin-top: -3.7rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F0F0F0;
    min-height: 129px;
}
.bestSellersPodium{
    margin-bottom: 10%;
}
.featureContainer{
    box-shadow: 2px 1px 15px 2px rgba(0, 0, 0, .3);
    border-radius: 5px;
}