.block_commerce_product_small .local_commerce_buttons .btn-primary {
    font-size: 13px;
    padding: 8px 10px;
    margin: 3px 3px 3px 0;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}

.block_commerce_product_small .local_commerce_buttons .btn-primary.last-btn{
    margin-right: 0;
}

.block_commerce_product_small a {
    color: white;
}

.block_commerce_product_small .tileimage-wrapper {
    position: relative;
    display: block;
}

.block_commerce_product_small .tileimage-wrapper .course-icon {
    position: absolute;
    background: #67bc45;
    left: 10%;
    bottom: -5px;
    top: auto;
    text-align: center;
}

.block_commerce_product_small .tileimage-wrapper .course-icon img.smallicon {
    margin: 5px;
}

.block_commerce_product_small {
    text-align: center;
    min-height: 365px;
    background: #fff;
}

.block_commerce_product_small .productTitle{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    min-height: 60px !important;
}

.block_commerce_product_small .productDetails{
    min-height: 45px;
}

.block_commerce_products .content{
    padding: 0;
}

.blockRowMargins{
    margin: 15px -7px 0;
}


.block_commerce_products .commerceProduct{
    padding: 7px;
    height: 407px;
}

.block_commerce_product_small .productInfo{
    padding: 6%;
    text-align: left;
}

.block_commerce_product_small .productInfo p{
    margin-bottom: 3px;
}

.local_commerce_buttons {
    margin-top: 15px;
}

.block_commerce_product_small .commerceButtons{
    display: inline-block;
}

.block_commerce_products.block{
    background: transparent;
    padding: 0;
}

.block_commerce_products.block > .header{
    padding: 15px;
    background-color: #727372;
    color: #fff;
    border: 0;
    margin: 0;
}

.block_commerce_products.block > .header h2,
.block_commerce_products.block .header .block_action > a {
    color: #fff;
}

.local_commerce_cartempty,
.noProduct{
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

@media(min-width: 768px) and (max-width:991px){
    .block_commerce_products .commerceProduct:nth-child(3n+1){
        clear: left;
    }
}

@media(min-width: 501px) and (max-width:767px){
    .block_commerce_products .commerceProduct:nth-child(2n+1){
        clear: left;
    }
}

@media(max-width: 500px){
    .block_commerce_products .commerceProduct{
        width: 100%;
    }
    .block_commerce_product_small{
        min-height: 0;
    }
}

.block_commerce_products  .more {
    padding: 12px 10px 12px 40px;
    background-image: url('pic/arrow.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    top: 10px;
}

.selectedcategory {
    font-weight: normal !important;
    color: white !important;
}