@media screen and (max-width: 480px) {
.detail-product .detail .full-info li:not(:first-child)::after {
display:none;
}
}