.product-status-wrap {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 25px;
    width: 100%;
    clear: both;
}

.product-status {
    display: inline-block;
    background-color: #fffbdd;
    border: 1px solid #fff5aa;
    font-size: 1.2rem;
    padding: 3px;
    text-transform: uppercase;
}

.scrapbook-box .product-status-wrap {
    margin-top: 7px;
    padding: 0;
    text-align: left;
}

.scrapbook-box .product-pricing {
    padding: 0;
    display: block;
    text-align: left;
}

.product-pricing {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 25px;
    width: 100%;
    clear: both;
}

.scrapbook-box .product-pricing .product-pricing__price {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
}

.product-pricing__price {
    display: block;
    font-size: 2.6rem;
}

.scrapbook-box .product-selection-info {
    margin-top: 5px;
}

.product-selection-info {
    padding: 0;
    margin-bottom: 5px;
}

.product-selection-info__item:first-child {
    padding-left: 0;
}

.product-selection-info__item {
    font-size: 14px;
    display: inline-block;
    line-height: 15px;
    padding: 0 10px 0 7px;
    border-right: 1px solid #333;
}

.product-selection-info__item:last-child {
    border-right: 0;
}

.paint-box-holder__cta {
    margin-right: 10px;
}

.instorelabel {
    display: inline-block;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 10px;
    width: 100%;
    clear: both;
}

.instorelabel .product-status {
    display: inline-block;
    background-color: #fffbdd;
    border: 1px solid #fff5aa;
    font-size: 1.2rem;
    padding: 3px;
}

.product-status-wrap--border {
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
}

.product-pricing--border {
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
}

.view-product-Listing .product-pricing {
    padding: 10px;
}

@media only screen and (min-width: 1024px) {
    .scrapbook-box .product-pricing {
        text-align: right;
        display: inline-block;
        width: auto;
        float: right;
        margin: 0;
    }
    .scrapbook-box .product-pricing .product-pricing__price {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .scrapbook-box .product-status-wrap {
        margin-bottom: 0px;
    }
    .product-status-wrap {
        margin: 10px 0 10px 0;
        padding: 0;
    }
    .scrapbook-box .product-pricing {
        margin: 5px 0 5px 0;
    }
    .product-pricing {
        margin: 10px 0 10px 0;
        padding: 0;
    }
    .product-status-wrap--border {
        border: none;
    }
    .product-pricing--border {
        border: none;
    }
    .view-product-Listing .product-pricing {
        padding: 0;
    }
    .node-type-platform-product .product-pricing__price {
        width: 92%;
    }
}