.product-specifications-title {
    margin: 0 0 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.product-specifications-list {
    margin: 0;
    color: rgba(51, 51, 51, .9);
    line-height: normal;
}

.product-specifications-list .product-specification-item {
    margin-bottom: 13px;
}

.product-specifications-list .product-specification-secondary-item {
    display: none;
}

.product-specifications-sm-list {
    margin: 0 0 5px;
    line-height: normal;
}

.product-specification-name {
    -webkit-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    color: rgba(51, 51, 51, .6);
}

.product-specification-name::after {
    display: block;
    flex: 1;
    width: 100%;
    margin: 0 5px;
    border-bottom: 1px dashed rgba(51, 51, 51, .13);
    content: '';
}

.product-specification-value {
    font-size: 14px;
}


@media (min-width: 1200px) {
    .product-specifications-container {
        margin-left: -30px;
        margin-right: -30px;
    }

    .product-specifications-container > .product-specifications-block {
        padding-left: 30px;
        padding-right: 30px;
    }


    .product-specifications-title {
        margin: 0 0 25px;
    }

    .product-specifications-list {
        margin: 0;
    }
    
    .product-specifications-list .product-specification-item {
        margin-bottom: 25px;
    }

    .product-specifications-sm-list {
        margin: 0 0 -5px;
        font-size: 14px;
    }

    .product-specifications-sm-list .product-specification-item {
        margin-bottom: 20px;
    }


    .product-specification-value {
        font-size: inherit;
    }
}