.bread {
    color: white;
    padding: 1px 5px 1px 5px;
    background: #4c4c4c;
    border: 2px solid #fff;
    text-decoration: none !important;
    font-weight: bold;
    word-break: break-all;
}

.product_url{
    font-weight: bold;
    border: solid 2.5px #4c4c4c;
    background: #fff;
    color: #4c4c4c;
    padding: 5px;
    text-decoration: none;
}

.product-url-p {
    margin-top: 5px;
}

.product_url:hover {
    background: #4c4c4c;
    color: #fff;
    text-decoration: none;
}

.sku-row, .item-row, .single_item-row {
    border-bottom: 1px solid;
}

.checkbox, .form-group, .feature-title, .sku-basic, .checkbox p {
    margin: 0;    
}

.insignificant {
    font-style: italic;
    color:#a6a9ad;
}

.one-and-half.column {
    width: 10%;
    margin-top: 10px;
    margin-left: 15px;
}
.one-and-half.column.flush {
    width: 10%;
    margin-top: 10px;
    margin-left: 0;
}

body {
    line-height: 1.428;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.column, .columns {
    margin-left: 5px;
}

label {
    font-weight: 700;
}

input[type="text"].product-id-input {
    width: 100%;
    height: 36px;
}

#sku-tab, #category-tab, #accuracy-tab, #item_list-tab, #item-tab {
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    width: auto;
}

.loading-bar-div{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    display: flex;
}