/* category-list */

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.item {
    position: relative;
    background-color: #152c28;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
    width: 48.4%;
    border: 1px solid #e0b94b;
}

.item .item__cart {
    display: none;
}

.item-big {
    width: 100%;
}

.item__img {
    width: 100%;
    height: 45vw;
    max-height: 240px;
}

.item__img {
    margin-bottom: 14px;
    background-size: cover;
    background-position: center;
}

.item-big .item__img {
    height: 55.5vw;
    margin-bottom: 18px;
}

.item__info {
    padding: 0 8px 15px 15px
}

.item__name {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
}

.item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item__price {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.item__cart img {
    max-height: 24px;
}

.from-shef {
    position: absolute;
    left: 32px;
    top: 15px;
    z-index: 2;
    font-size: 12px;
    font-weight: 300;
    color: #ffeb3b;
}

a[href="http://access.clientomer.ru/qr/1091110/category.php/?catId=137600"] .item__img {
    background-image: url(http://access.clientomer.ru/qr/1091110/img/firmCoctails_img.jpg) !important;
}

a[href="http://access.clientomer.ru/qr/1091110/category.php/?catId=137616"] .item__img {
    background-image: url(http://access.clientomer.ru/qr/1091110/img/shots_category.jpg) !important;
}

a[href="http://access.clientomer.ru/qr/1091110/category.php/?catId=1376538"] .item__img {
    background-image: url(http://access.clientomer.ru/qr/1091110/img/shots_category.jpg) !important;
}