/**
 * Items Included - стили для фронтенда
 */

.bb-items-included-frontend {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.bb-item-frontend {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px;
}

.bb-item-frontend .bb-item-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.bb-item-frontend .bb-item-info {
    display: flex;
    gap: 2px;
    width: 100%;
    font-size: 13px;
}

.bb-item-frontend .bb-item-qty {
  /*margin-right: 10px;*/
}

.bb-item-frontend .bb-item-title {
    font-size: 13px;
}

.bb-item-frontend .bb-item-sku {
  margin-left: auto;
}
