.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
}

.js-store-prod-text a:first-of-type {
    background-color: #D85161;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(2) {
    background-color: #94B0DA;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(3) {
    background-color: #A2B352;
    color: #ffffff !important;
}


.js-store-prod-text a:nth-of-type(4) {
    background-color: #8BBEBE;
    color: #ffffff !important;
}







.js-store-prod-all-charcs {
    display: table;
    width: 100%;
}

.js-store-prod-charcs,
.js-store-prod-dimensions,
.js-store-prod-weight {
    display: table-row;
}

.js-store-prod-charcs b,
.js-store-prod-dimensions b,
.js-store-prod-weight b {
    display: table-cell;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 12px;
    vertical-align: top;
}

.js-store-prod-charcs span,
.js-store-prod-dimensions span,
.js-store-prod-weight span {
    display: table-cell;
    font-weight: 400;
    width: 100%;
    vertical-align: top;
}