/********************** Мои стили *************************/

.tovar_list_item
{
    height: 380px;
}

.tovar_list_item:hover
{
    box-shadow: 0 0 5px rgba(9,9,9,0.5);
}


.tovar_list_item .f_price
{
    font-size: 20px;
    text-align: center;
}

.tovar_list_item .f_price div
{
    display: inline-block;
    width: 150px;
    /*background-color: #90ce40;*/
    color: #ef7115;
    font-weight: bold;
    padding: 3px;
    border-radius: 3px;
}

.tilecols4
{
    width:calc(25% - 10px) !important;;
    min-width: 230px;
}

.tilecols5
{
    width:calc(20% - 10px) !important;
    min-width: 230px;
}

.content_categories
{
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    margin-top: -10px;
}