
.item__category {
    font-size: 12px;
}

.item__title {
    border-left: 22px solid #ff8800;
    font-weight: bold;
    padding-left:10px;
    font-weight: bold;
    font-size:22px;
}


.item__price {
    height: 50px;
    font-weight: bold;
}


.item__photo {
    max-width:300px;
    border:1px solid #ddd;
    float: left;
}


.item__content {
    margin-left:320px;
}

.item__breadcrumbs {
    padding: 8px 0 5px 0px;
}

@media all and (max-width: 800px) {

    .item__photo {
        float: none;
        margin-bottom: 15px;
    }

    .item__content {
        margin:0;
    }

}
