
.basic-info-list {
    display: flex;
    flex-direction: row;
    flex-flow: wrap
}

.basic-info-list .bsc-item {
    float: left;
    width: calc(50% - 10px);
    font-size: 14px;
    color: #555;
    margin-bottom: -1px;
    display: flex
}

.basic-info-list .bsc-item:nth-child(odd) {
    margin-right: 20px
}

.basic-info-list .bsc-item .bac-item-label {
    border: 1px solid #e9eef4;
    color: #222;
    width: 50%;
    word-break: break-word;
    border-right: none;
    background: #f8fafc;
    padding: 5px 20px;
    display: flex;
    align-items: center
}

.basic-info-list .bsc-item .bac-item-value {
    border: 1px solid #e9eef4;
    color: #666;
    width: 50%;
    word-break: break-word;
    padding: 5px 20px;
    display: flex;
    align-items: center
}

.basic-info-list .bsc-item.full {
    width: 100%
}

.basic-info-list .bsc-item.full:nth-child(odd) {
    margin-right: 0
}

.basic-info-list .bsc-item.full .bac-item-label {
    width: calc(25% - 5px)
}

.basic-info-list .bsc-item.full .bac-item-value {
    width: calc(75% + 5px)
}

/*# sourceMappingURL=../../../../../__sources__/landing/www/product/detail_v2/css/product-detail_bbe23c9f.css.map */