.product-short-description {
    margin-bottom: 1rem;
}

.product-short-description .subtitle {
    margin-bottom: 0.5rem;
}

.product-short-description div.product-details {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .product-short-description div.product-details {
        text-align: center;
    }
}

.product-short-description ul {
    list-style: none;
    padding-left: 0;
}

.product-short-description li {
    position: relative;
    padding-left: 24px;
}

.font-size-14 {
    font-size: 14px;
    line-height: 20px;
    color: #b8b8b8;
}

.product-short-description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../../../images/product-page/checkmarkprodcutpage.svg');
    background-repeat: no-repeat;
    background-position: center;
}


