

/* Start:/local/templates/.default/components/bitrix/catalog/coffe/style.css?16997304781109*/
.products-list{
    display: flex;
    flex-wrap: wrap;
}
.product-item{
    width: 227px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    margin: 0 9px 35px 9px;
    position: relative;
    padding-bottom: 55px;
}
.product-item__image{
    height: 205px;
    line-height: 205px;
    text-align: center;
}
.product-item__image img{
    vertical-align: middle;
}
.product-item__image.no-image img{max-width:60%;}
.product-item__title{
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    text-transform: uppercase;
}
.product-item__title a{
    color: #5e1500;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.product-item__price{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #FF9600;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.product-item__price span{
    border-bottom:1px dashed #FF9600;
    cursor: pointer;
}
h2, h2 a{
    color: #5e1500;
    text-decoration: none;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/coffe/style.css?16997304781109 */
