.pcc-main-wrap .clear {
    clear: both;
}

.pcc-main-wrap .filter-row .pcc-filter-form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-start;
    flex-wrap: wrap;
}

.pcc-filter-form .field-group>label {
    display: inline-block;
    font-weight: bold;
}

.pcc-filter-form .field-group .field-select {
    padding: 0.5em;
    width: 100%;
}

.pcc-filter-form .field-group {
    color: #fff;
    text-align: center;
    margin-right: 1%;
    width: 19%;
}

.pcc-filter-form .field-group:last-child {
    margin-right: 0;
}

.scroll-container {
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.chart-container {
    position: relative;
    height: auto;
    min-width: 800px;
    width: 100%;
}


.pcc-main-wrap .product-details {
    background-color: #fff;
    background: #fff;
}

.product-details .product-detail-inner .product-img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.product-details .product-detail-inner {
    padding: 10px;
}

.product-details .product-saa-nrc-detail {
    color: #000;
    line-height: 1.4;
    margin-top: 10px;
}

.product-details .product-saa-nrc-detail span.nrc {
    color: #f00;
}

.product-details .product-saa-nrc-detail span.saa {
    color: #00b0f0;
}

@media only screen and (max-width: 768px) {
    .pcc-main-wrap .filter-row .pcc-filter-form {
        display: block;
    }

    .pcc-filter-form .field-group {
        width: 100%;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .scroll-container {
        overflow: scroll;
    }
}