.single-product-icons {
    margin-bottom: 1em;
}

.single-product-icons p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1em;
    padding-bottom: 0 !important;
}

.single-product-icons i {
    font-size: 0.9em;
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 0.6em;
}

.single-product-icon a {
    color: #161c36;
}
.single-product-icon.green i {
    color: #161c36;
}
.single-product-icon.green span {
    color: #161c36;
}

.single-product-icons .bold,
.single-product-icon span {
    font-weight: 500;
}