.custom-svg-icon-product-detail::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #333;
    -webkit-mask: url("/user/documents/upload/custom/icons/svg_filter_icons_detail_product.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("/user/documents/upload/custom/icons/svg_filter_icons_detail_product.svg") no-repeat center;
    mask-size: contain;
    transition: all .3s ease-out;
}

.custom-svg-icon-product-detail:hover::before {
    background-color: var(--color-primary);
}

.custom-table-detail-parameters {
    margin: 22px auto !important;
    width: auto !important;
}

.custom-table-detail-parameters caption.h2 {
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .detail-parameters.custom-table-detail-parameters {
        display: inline-block;
        padding: 10px;
    }
    .link-icons {
        justify-content: space-between;
    }
    .link-icons .link-icon {
        margin-right: 20px;
    }
}